/*
 * Discover Almunecar modernisation layer.
 *
 * This file is intentionally minimal at child-theme activation time.
 * Add staged visual changes here, scoped first to body.home / .page-id-2527
 * before expanding to global templates.
 */

:root {
  --da-ink: #172528;
  --da-muted: #5f7073;
  --da-teal: #10a7ad;
  --da-teal-dark: #07545c;
  --da-coral: #ef7354;
  --da-soft: #f5f8f8;
  --da-line: #e1eaea;
  --da-deep: #071d24;
  --da-sun: #f3b85f;
  --da-shadow: 0 22px 55px rgba(7, 29, 36, 0.16);
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  white-space: nowrap;
}

body.home {
  background: #f7fbfb;
}

.tt-header.tt-header-type-3 {
  position: sticky !important;
  top: 0 !important;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 12px 32px rgba(7, 29, 36, 0.08);
}

.admin-bar .tt-header.tt-header-type-3 {
  top: 32px !important;
}

.tt-header.tt-header-type-3 .tt-header-wrapper {
  position: relative;
  background: linear-gradient(180deg, #fff 0%, #f7fbfb 100%);
}

.tt-header.tt-header-type-3 .top-inner {
  background: transparent !important;
  border-bottom: 1px solid rgba(7, 29, 36, 0.06);
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.tt-header.tt-header-type-3 .top-inner > .container,
.tt-header.tt-header-type-3 .toggle-block-container {
  width: min(1180px, calc(100% - 48px)) !important;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.tt-header.tt-header-type-3 .top-inner > .container {
  position: relative;
  min-height: 70px;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.tt-header.tt-header-type-3 .top-inner > .container::before,
.tt-header.tt-header-type-3 .top-inner > .container::after {
  content: none !important;
  display: none !important;
}

.tt-header.tt-header-type-3 .logo {
  float: none;
  display: inline-flex !important;
  align-items: center;
  margin: 0;
  padding: 10px 0;
}

.tt-header.tt-header-type-3 .logo.tt-logo-1x {
  display: none !important;
}

.tt-header.tt-header-type-3 .logo img {
  width: auto !important;
  max-height: 52px;
}

.tt-header.tt-header-type-3 .cmn-toggle-switch,
.tt-header.tt-header-type-3 .cmn-mobile-switch,
.tt-header.tt-header-type-3 .tt-s-popup-btn {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-left: 8px;
  margin-top: 0 !important;
  border: 1px solid rgba(16, 167, 173, 0.18);
  border-radius: 999px;
  background: #fff;
  color: var(--da-deep);
  box-shadow: 0 10px 22px rgba(7, 29, 36, 0.08);
  transform: none;
  top: auto !important;
  right: auto !important;
  left: auto !important;
}

.tt-header.tt-header-type-3 .cmn-toggle-switch,
.tt-header.tt-header-type-3 .cmn-mobile-switch {
  display: none !important;
}

.tt-header.tt-header-type-3 .cmn-toggle-switch span,
.tt-header.tt-header-type-3 .cmn-mobile-switch span {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  left: auto !important;
  display: block !important;
  width: 17px !important;
  height: 2px !important;
  margin: 0 !important;
  border-radius: 999px;
  background: var(--da-deep) !important;
}

.tt-header.tt-header-type-3 .cmn-toggle-switch span::before,
.tt-header.tt-header-type-3 .cmn-toggle-switch span::after,
.tt-header.tt-header-type-3 .cmn-mobile-switch span::before,
.tt-header.tt-header-type-3 .cmn-mobile-switch span::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  display: block !important;
  width: 17px !important;
  height: 2px !important;
  border-radius: 999px;
  background: var(--da-deep) !important;
  transform: none !important;
}

.tt-header.tt-header-type-3 .cmn-toggle-switch span::before,
.tt-header.tt-header-type-3 .cmn-mobile-switch span::before {
  top: -6px !important;
}

.tt-header.tt-header-type-3 .cmn-toggle-switch span::after,
.tt-header.tt-header-type-3 .cmn-mobile-switch span::after {
  top: 6px !important;
}

.tt-header.tt-header-type-3 .tt-s-popup-btn {
  font-size: 14px;
}

.tt-header.tt-header-type-3 .tt-s-popup-btn:hover,
.tt-header.tt-header-type-3 .cmn-toggle-switch:hover,
.tt-header.tt-header-type-3 .cmn-mobile-switch:hover {
  border-color: rgba(16, 167, 173, 0.35);
  color: var(--da-teal-dark);
  transform: translateY(-1px);
}

.tt-header.tt-header-type-3 .toggle-block,
.tt-header.tt-header-type-3 .nav-more {
  background: transparent !important;
}

.tt-header.tt-header-type-3 .toggle-block {
  padding: 8px 0 10px;
  border: 0;
  box-shadow: none;
}

.tt-header.tt-header-type-3 .toggle-block-container {
  overflow: visible;
  border-radius: 999px;
  background: rgba(7, 29, 36, 0.96);
  box-shadow: 0 16px 34px rgba(7, 29, 36, 0.17);
}

.tt-header.tt-header-type-3 .main-nav,
.tt-header.tt-header-type-3 #mega-menu-wrap-primary-menu,
.tt-header.tt-header-type-3 #mega-menu-wrap-primary-menu #mega-menu-primary-menu {
  float: none;
  width: 100%;
  background: transparent !important;
}

.tt-header.tt-header-type-3 #mega-menu-wrap-primary-menu #mega-menu-primary-menu {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
}

.tt-header.tt-header-type-3 #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item {
  margin: 0 1px;
}

.tt-header.tt-header-type-3 #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link,
.tt-header.tt-header-type-3 .main-nav > ul > li > a {
  height: 42px;
  line-height: 42px;
  padding: 0 13px;
  border-radius: 999px;
  color: #fff !important;
  background: transparent !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

.tt-header.tt-header-type-3 #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item:hover > a.mega-menu-link,
.tt-header.tt-header-type-3 #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-current-menu-item > a.mega-menu-link,
.tt-header.tt-header-type-3 #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-current-menu-ancestor > a.mega-menu-link {
  color: var(--da-deep) !important;
  background: #fff !important;
}

.tt-header.tt-header-type-3 #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link .mega-indicator::after {
  margin-left: 6px;
  color: inherit;
}

.tt-header.tt-header-type-3 #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-flyout ul.mega-sub-menu {
  overflow: hidden;
  margin-top: 10px;
  padding: 8px !important;
  border: 1px solid rgba(16, 167, 173, 0.12) !important;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 44px rgba(7, 29, 36, 0.18);
}

.tt-header.tt-header-type-3 #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  min-height: 42px !important;
  padding: 11px 14px !important;
  border-radius: 6px !important;
  color: var(--da-ink) !important;
  background: #fff !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.tt-header.tt-header-type-3 #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
  color: var(--da-teal-dark) !important;
  background: #eef8f8 !important;
}

.tt-header.tt-header-type-3 #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item + li.mega-menu-item {
  margin-top: 2px !important;
}

.tt-s-popup.open {
  z-index: 2000;
}

.tt-s-popup.open .tt-s-popup-overlay {
  background:
    radial-gradient(circle at 18% 18%, rgba(155, 231, 229, 0.3), transparent 32%),
    rgba(7, 29, 36, 0.72) !important;
  opacity: 1 !important;
  backdrop-filter: blur(12px);
}

.tt-s-popup.open .tt-s-popup-content {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.tt-s-popup.open .tt-s-popup-content::after,
.tt-s-popup.open .tt-s-popup-layer {
  display: none !important;
}

.tt-s-popup.open .tt-s-popup-container {
  width: min(780px, calc(100vw - 32px)) !important;
  height: auto !important;
  padding: 32px;
  border: 1px solid rgba(16, 167, 173, 0.16);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24);
}

.tt-s-popup.open .tt-s-popup-form {
  position: relative;
  width: 100% !important;
  height: auto !important;
  padding: 0 !important;
  background: transparent !important;
}

.tt-s-popup.open .tt-s-popup-field {
  position: relative;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: end;
  width: 100% !important;
  height: auto !important;
}

.tt-s-popup.open .tt-s-popup-title {
  grid-column: 1 / -1;
  grid-row: 1;
  margin: 0 0 14px !important;
  color: var(--da-teal-dark) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em;
  line-height: 1.2 !important;
  text-transform: uppercase;
}

.tt-s-popup.open .tt-s-popup-field input[type="text"],
.tt-s-popup.open .tt-s-popup-field input[type="search"] {
  grid-column: 1;
  grid-row: 2;
  width: 100% !important;
  height: 62px !important;
  padding: 0 18px !important;
  border: 1px solid rgba(16, 167, 173, 0.14) !important;
  border-radius: 8px !important;
  background: #f3f8f8 !important;
  color: var(--da-deep) !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  line-height: 62px !important;
  outline: none !important;
}

.tt-s-popup.open .tt-s-popup-field input[type="text"]::placeholder,
.tt-s-popup.open .tt-s-popup-field input[type="search"]::placeholder {
  color: #748c91 !important;
}

.tt-s-popup.open .tt-s-popup-field input[type="text"]:focus,
.tt-s-popup.open .tt-s-popup-field input[type="search"]:focus {
  border-color: rgba(16, 167, 173, 0.4) !important;
  box-shadow: 0 0 0 4px rgba(16, 167, 173, 0.12);
}

.tt-s-popup.open .tt-s-popup-devider {
  display: none !important;
}

.tt-s-popup.open .da-popup-search-submit {
  position: static;
  grid-column: 2;
  grid-row: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 112px;
  height: 62px;
  padding: 0 18px;
  border: 0;
  border-radius: 6px;
  background: var(--da-deep);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.tt-s-popup.open .da-popup-search-submit:hover {
  background: var(--da-teal-dark);
}

.tt-s-popup.open .tt-s-popup-close {
  top: -54px !important;
  right: 0 !important;
  width: 42px !important;
  height: 42px !important;
  border: 1px solid rgba(7, 29, 36, 0.1);
  border-radius: 999px;
  background: #f3f8f8;
}

.tt-s-popup.open .tt-s-popup-close::before,
.tt-s-popup.open .tt-s-popup-close::after {
  background: var(--da-deep) !important;
}

.tt-mobile-block {
  width: min(310px, 86vw) !important;
  overflow-y: auto;
  padding: 24px 18px !important;
  background:
    linear-gradient(180deg, rgba(16, 167, 173, 0.16), rgba(7, 29, 36, 0) 34%),
    var(--da-deep) !important;
  box-shadow: 24px 0 60px rgba(0, 0, 0, 0.34);
}

.tt-mobile-block .logo {
  display: inline-flex !important;
  margin: 10px 0 22px !important;
  padding: 0 !important;
}

.tt-mobile-block .logo img {
  width: auto !important;
  max-height: 54px !important;
}

.tt-mobile-block .tt-mobile-close {
  top: 18px !important;
  right: 18px !important;
  width: 38px !important;
  height: 38px !important;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.tt-mobile-block .tt-mobile-close::before,
.tt-mobile-block .tt-mobile-close::after {
  background: #fff !important;
}

.tt-mobile-block .tt-mobile-nav {
  margin: 0 !important;
}

.tt-mobile-block #mega-menu-wrap-side-menu,
.tt-mobile-block #mega-menu-wrap-side-menu #mega-menu-side-menu {
  background: transparent !important;
}

.tt-mobile-block #mega-menu-wrap-side-menu #mega-menu-side-menu {
  display: grid !important;
  gap: 7px;
}

.tt-mobile-block #mega-menu-wrap-side-menu #mega-menu-side-menu > li.mega-menu-item {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08) !important;
  overflow: hidden;
}

.tt-mobile-block #mega-menu-wrap-side-menu #mega-menu-side-menu > li.mega-menu-item > a.mega-menu-link {
  min-height: 46px !important;
  padding: 0 14px !important;
  color: #fff !important;
  background: transparent !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 46px !important;
}

.tt-mobile-block #mega-menu-wrap-side-menu #mega-menu-side-menu > li.mega-menu-item > a.mega-menu-link .mega-indicator::after {
  color: rgba(255, 255, 255, 0.72) !important;
}

.tt-mobile-block #mega-menu-wrap-side-menu #mega-menu-side-menu > li.mega-menu-item > a.mega-menu-link:hover {
  background: rgba(255, 255, 255, 0.12) !important;
}

.tt-mobile-block #mega-menu-wrap-side-menu #mega-menu-side-menu li.mega-menu-item ul.mega-sub-menu {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.18) !important;
}

.tt-mobile-block #mega-menu-wrap-side-menu #mega-menu-side-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link {
  min-height: 40px !important;
  padding: 10px 14px 10px 24px !important;
  color: rgba(255, 255, 255, 0.82) !important;
  background: transparent !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
}

.tt-mobile-block #mega-menu-wrap-side-menu #mega-menu-side-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.08) !important;
}

.tt-footer {
  position: relative;
  overflow: hidden;
  margin-top: 0;
  padding-top: 0 !important;
  background:
    linear-gradient(135deg, rgba(16, 167, 173, 0.2), rgba(7, 29, 36, 0) 38%),
    var(--da-deep) !important;
  color: rgba(255, 255, 255, 0.78);
}

.tt-footer::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--da-teal), var(--da-sun), var(--da-coral));
}

.tt-footer > .container {
  width: min(1180px, calc(100% - 48px)) !important;
  max-width: none;
  padding-top: 70px;
  padding-bottom: 32px;
}

.da-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(220px, 0.85fr) minmax(220px, 0.85fr);
  gap: 42px;
  align-items: start;
}

.da-footer-brand img {
  width: auto;
  max-width: 190px;
  height: auto;
}

.da-footer-brand p {
  max-width: 360px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px !important;
  line-height: 1.55;
}

.da-footer-social,
.da-footer-links {
  display: grid;
  gap: 10px;
}

.da-footer-social h5,
.da-footer-links h5 {
  margin: 0 0 14px;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.da-footer-social a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff !important;
  font-size: 13px;
  font-weight: 900;
}

.da-footer-social a i {
  color: #9be7e5;
  font-size: 16px;
}

.da-footer-social a:hover {
  border-color: rgba(155, 231, 229, 0.45);
  background: rgba(16, 167, 173, 0.18);
  transform: translateY(-1px);
}

.da-footer-links a {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 36px;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 14px;
  font-weight: 800;
}

.da-footer-links a:hover {
  color: #9be7e5 !important;
}

.tt-footer > .container > .row {
  display: grid;
  grid-template-columns: 1fr 1fr 1.1fr;
  gap: 34px;
  align-items: start;
  margin-right: 0;
  margin-left: 0;
}

.tt-footer > .container > .row::before,
.tt-footer > .container > .row::after {
  content: none !important;
  display: none !important;
}

.tt-footer .col-md-3,
.tt-footer .col-sm-6,
.tt-footer .col-md-12 {
  float: none;
  width: auto;
  min-height: 0;
  padding-right: 0;
  padding-left: 0;
}

.tt-footer .col-1 {
  order: 2;
}

.tt-footer .col-2 {
  display: none;
}

.tt-footer .col-3 {
  order: 3;
}

.tt-footer .col-4 {
  order: 1;
}

.tt-footer .col-md-12 {
  display: none;
}

.tt-footer .empty-space {
  display: none !important;
}

.tt-footer .widget {
  margin: 0 !important;
}

.tt-footer .tt-title-block-2 {
  margin: 0 0 18px;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.tt-footer .widget_media_image {
  max-width: 310px;
}

.tt-footer .widget_media_image img {
  width: auto !important;
  max-width: 190px !important;
  height: auto !important;
  margin-bottom: 20px;
}

.tt-footer .widget_social_follow_entries {
  display: grid;
  gap: 10px;
}

.tt-footer .widget_social_follow_entries .c-btn {
  display: inline-flex;
  width: fit-content;
  height: 52px !important;
  min-height: 52px;
  padding: 0 18px !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.08) !important;
  color: #fff !important;
  box-shadow: none !important;
}

.tt-footer .widget_social_follow_entries .c-btn span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: inherit !important;
  font-size: 13px !important;
  font-weight: 900;
  line-height: 52px !important;
  text-transform: none;
}

.tt-footer .widget_social_follow_entries .c-btn i {
  min-width: 16px;
  color: #9be7e5;
  font-size: 16px;
}

.tt-footer .widget_social_follow_entries .c-btn:hover {
  border-color: rgba(155, 231, 229, 0.45) !important;
  background: rgba(16, 167, 173, 0.18) !important;
  transform: translateY(-1px);
}

.tt-footer .footer_widget.widget_nav_menu ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tt-footer .footer_widget.widget_nav_menu li {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.tt-footer .footer_widget.widget_nav_menu li a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
}

.tt-footer .footer_widget.widget_nav_menu li a:hover {
  color: #9be7e5 !important;
}

.tt-footer-copy {
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: rgba(0, 0, 0, 0.18) !important;
  color: rgba(255, 255, 255, 0.64) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}

.tt-footer-copy .container {
  width: min(1180px, calc(100% - 48px)) !important;
  max-width: none;
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

.wpml-ls-statics-footer {
  margin: 0 !important;
  padding: 14px 24px !important;
  background: #06171d !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wpml-ls-statics-footer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 0 !important;
  padding: 0 !important;
}

.wpml-ls-statics-footer .wpml-ls-link {
  display: inline-flex !important;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 0 12px !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06) !important;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 12px;
  font-weight: 800;
}

.wpml-ls-statics-footer .wpml-ls-current-language .wpml-ls-link,
.wpml-ls-statics-footer .wpml-ls-link:hover {
  background: #fff !important;
  color: var(--da-deep) !important;
}

body:not(.home) {
  background: #f7fbfb;
}

body:not(.home) #content-wrapper > .container {
  width: min(1180px, calc(100% - 48px));
  max-width: none;
}

body:not(.home) .tt-blog-head {
  position: relative;
  height: auto !important;
  min-height: clamp(340px, 42vw, 500px);
  display: flex;
  align-items: flex-end;
  margin-bottom: 0;
  padding: 0 !important;
  background-color: var(--da-deep);
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  isolation: isolate;
}

body:not(.home) .tt-blog-head::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(ellipse at 50% 70%, rgba(4, 24, 31, 0.52) 0%, rgba(4, 24, 31, 0.34) 34%, rgba(4, 24, 31, 0) 66%),
    linear-gradient(90deg, rgba(4, 24, 31, 0.48), rgba(4, 24, 31, 0.24) 46%, rgba(4, 24, 31, 0.04)),
    linear-gradient(0deg, rgba(4, 24, 31, 0.4), rgba(4, 24, 31, 0.04) 58%);
}

body:not(.home) .tt-blog-head-inner {
  width: 100%;
  padding: 76px 0 58px;
}

body:not(.home) .tt-blog-head .container {
  width: min(1020px, calc(100% - 48px));
  max-width: none;
}

body:not(.home) .tt-blog-category {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

body:not(.home) .tt-blog-category .c-btn,
body:not(.home) .tt-post-cat a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px !important;
  border: 1px solid rgba(155, 231, 229, 0.26) !important;
  border-radius: 999px !important;
  background: rgba(155, 231, 229, 0.14) !important;
  color: #9be7e5 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: 0.04em;
  line-height: 1 !important;
  text-transform: uppercase;
}

body:not(.home) .tt-blog-head h1,
body:not(.home) .tt-title-wrapper h1 {
  max-width: 900px;
  margin: 0 auto;
  color: #fff !important;
  font-size: clamp(32px, 3.8vw, 48px) !important;
  font-weight: 700 !important;
  letter-spacing: 0;
  line-height: 1.12;
  text-shadow: 0 4px 24px rgba(4, 24, 31, 0.62);
  text-wrap: balance;
}

body:not(.home) .tt-blog-user {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  padding: 7px 14px 7px 7px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(10px);
}

body:not(.home) .tt-blog-user-img {
  width: 34px;
  height: 34px;
  overflow: hidden;
  border-radius: 999px;
}

body:not(.home) .tt-blog-user-content,
body:not(.home) .tt-blog-user-content a,
body:not(.home) .tt-post-date-single {
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 12px;
  font-weight: 800;
}

body.single-post #content-wrapper > .container > .row > .col-md-8,
body.page:not(.home) #content-wrapper > .container > .row > .col-md-8,
body.page:not(.home) #content-wrapper > .container > .row > .col-md-12 {
  width: min(820px, 100%);
  float: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}

body.single-post .tt-content,
body.page:not(.home) .tt-content {
  color: var(--da-ink);
  font-size: 18px;
  line-height: 1.75;
}

body.single-post .tt-content p,
body.page:not(.home) .tt-content p {
  margin-bottom: 22px;
  color: #34484c;
  font-size: 18px !important;
  line-height: 1.75;
}

body.single-post .tt-content h2,
body.page:not(.home) .tt-content h2 {
  margin: 44px 0 18px;
  color: var(--da-deep);
  font-size: clamp(30px, 4vw, 44px) !important;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.08;
}

body.single-post .tt-content h3,
body.page:not(.home) .tt-content h3 {
  margin: 34px 0 14px;
  color: var(--da-deep);
  font-size: 26px !important;
  font-weight: 900;
  line-height: 1.18;
}

body.single-post .tt-content a,
body.page:not(.home) .tt-content a {
  color: var(--da-teal-dark);
  font-weight: 800;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

body.single-post .tt-content a:focus-visible,
body.page:not(.home) .tt-content a:focus-visible,
.da-search-card a:focus-visible,
.da-context-card:focus-visible,
.da-button:focus-visible,
.da-search-pagination .page-numbers:focus-visible,
body.archive .page-numbers:focus-visible,
.tt-footer a:focus-visible {
  outline: 3px solid rgba(245, 181, 83, 0.86);
  outline-offset: 4px;
}

body.single-post .tt-content h2[id],
body.single-post .tt-content h3[id] {
  scroll-margin-top: 116px;
}

body.single-post .tt-content ul:not(.da-article-toc__list),
body.single-post .tt-content ol:not(.da-article-toc__list) {
  margin: 24px 0 30px;
  padding: 22px 26px 22px 46px;
  border: 1px solid rgba(16, 167, 173, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(7, 29, 36, 0.06);
}

body.single-post .tt-content li {
  margin-bottom: 10px;
  color: #34484c;
  font-size: 17px;
  line-height: 1.65;
}

body.single-post .tt-content li::marker {
  color: var(--da-coral);
  font-weight: 900;
}

body.single-post .tt-content blockquote {
  position: relative;
  margin: 36px 0;
  padding: 28px 30px 28px 34px;
  border: 1px solid rgba(16, 167, 173, 0.14);
  border-left: 4px solid var(--da-coral);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(155, 231, 229, 0.18), rgba(255, 255, 255, 0.88)),
    #fff;
  color: var(--da-deep);
  box-shadow: 0 16px 40px rgba(7, 29, 36, 0.08);
}

body.single-post .tt-content blockquote p {
  margin: 0;
  color: var(--da-deep);
  font-size: 21px !important;
  font-weight: 800;
  line-height: 1.5;
}

body.single-post .tt-content img,
body.page:not(.home) .tt-content img,
body.single-post .wpb_video_wrapper,
body.page:not(.home) .wpb_video_wrapper {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(7, 29, 36, 0.14);
}

body.single-post .tt-content iframe,
body.page:not(.home) .tt-content iframe,
body.single-post .wpb_gmaps_widget iframe,
body.page:not(.home) .wpb_gmaps_widget iframe {
  display: block;
  width: 100%;
  min-height: 360px;
  overflow: hidden;
  border: 0 !important;
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(7, 29, 36, 0.14);
}

body.single-post .tt-content table,
body.page:not(.home) .tt-content table {
  width: 100%;
  margin: 30px 0;
  overflow: hidden;
  border: 1px solid rgba(16, 167, 173, 0.14);
  border-radius: 8px;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  box-shadow: 0 14px 34px rgba(7, 29, 36, 0.07);
}

body.single-post .tt-content th,
body.page:not(.home) .tt-content th {
  background: #eefafa;
  color: var(--da-deep);
  font-weight: 900;
}

body.single-post .tt-content th,
body.single-post .tt-content td,
body.page:not(.home) .tt-content th,
body.page:not(.home) .tt-content td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(16, 167, 173, 0.1);
  color: #34484c;
  font-size: 15px;
  line-height: 1.5;
  text-align: left;
}

body.single-post .tt-content tr:last-child th,
body.single-post .tt-content tr:last-child td,
body.page:not(.home) .tt-content tr:last-child th,
body.page:not(.home) .tt-content tr:last-child td {
  border-bottom: 0;
}

body.single-post .tt-content .wp-caption,
body.single-post .tt-content figure.wp-caption,
body.single-post .tt-content .wp-block-image,
body.single-post .tt-content .gallery {
  max-width: 100%;
  margin: 34px 0;
}

body.single-post .tt-content .wp-caption img,
body.single-post .tt-content figure.wp-caption img,
body.single-post .tt-content .wp-block-image img {
  display: block;
  width: 100%;
}

body.single-post .tt-content .wp-caption-text,
body.single-post .tt-content figcaption,
body.single-post .tt-content .gallery-caption {
  margin: 10px 0 0;
  color: var(--da-muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
  text-align: left;
}

body.single-post .tt-content .gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

body.single-post .tt-content .gallery::before,
body.single-post .tt-content .gallery::after {
  display: none !important;
  content: none !important;
}

body.single-post .tt-content .gallery-item {
  width: 100% !important;
  margin: 0 !important;
}

body.single-post .tt-content .gallery-icon {
  overflow: hidden;
  border-radius: 8px;
  background: #eef8f8;
}

body.single-post .tt-content .gallery-icon img {
  display: block;
  width: 100% !important;
  height: 220px !important;
  object-fit: cover;
  border: 0 !important;
  box-shadow: none;
}

/* WPBakery image carousels can keep the lazy-load square placeholder height. */
body.single-post .tt-content .wpb_images_carousel,
body.single-post .tt-content .vc_images_carousel,
body.single-post .tt-content .wpb_images_carousel .vc_carousel-inner,
body.single-post .tt-content .wpb_images_carousel .vc_carousel-slideline,
body.single-post .tt-content .wpb_images_carousel .vc_carousel-slideline-inner,
body.single-post .tt-content .wpb_images_carousel .vc_item,
body.single-post .tt-content .wpb_images_carousel .vc_inner {
  height: auto !important;
  min-height: 0 !important;
}

body.single-post .tt-content .wpb_images_carousel {
  margin-bottom: 26px !important;
}

body.single-post .tt-content .wpb_images_carousel .vc_slide {
  display: flex !important;
  flex-direction: column;
}

body.single-post .tt-content .wpb_images_carousel .vc_carousel-inner {
  order: 1;
  aspect-ratio: 920 / 480;
  border-radius: 8px;
  background: #eef8f8;
}

body.single-post .tt-content .wpb_images_carousel .vc_item,
body.single-post .tt-content .wpb_images_carousel .vc_inner,
body.single-post .tt-content .wpb_images_carousel a.prettyphoto {
  display: block;
}

body.single-post .tt-content .wpb_images_carousel img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  object-fit: cover;
  border-radius: 8px;
}

body.single-post .tt-content .wpb_images_carousel .vc_carousel-indicators {
  position: static !important;
  order: 2;
  width: auto !important;
  margin: 12px auto 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-align: center;
  transform: none !important;
}

body.single-post .tt-content .wpb_images_carousel .vc_left,
body.single-post .tt-content .wpb_images_carousel .vc_right {
  top: 50% !important;
  transform: translateY(-50%);
}

/* Repair legacy WPBakery rows that squeeze practical info into a 2-column sidebar. */
body.single-post .tt-content > .vc_row:has(> .vc_col-sm-2 #direccion) {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 330px);
  gap: clamp(24px, 3.4vw, 44px);
  align-items: start;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

body.single-post .tt-content > .vc_row:has(> .vc_col-sm-2 #direccion)::before,
body.single-post .tt-content > .vc_row:has(> .vc_col-sm-2 #direccion)::after {
  display: none !important;
  content: none !important;
}

body.single-post .tt-content > .vc_row:has(> .vc_col-sm-2 #direccion) > .wpb_column {
  float: none !important;
  width: auto !important;
}

body.single-post .tt-content > .vc_row:has(> .vc_col-sm-2 #direccion) > .vc_col-sm-2 {
  position: sticky;
  top: 126px;
}

body.single-post .tt-content > .vc_row:has(> .vc_col-sm-2 #direccion) > .vc_col-sm-2 > .vc_column-inner {
  padding: 24px !important;
  border: 1px solid rgba(18, 122, 129, 0.18);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(239, 252, 251, 0.96), rgba(255, 255, 255, 0.98)),
    #fff !important;
  box-shadow: 0 24px 60px rgba(7, 29, 36, 0.11);
}

body.single-post .tt-content > .vc_row:has(> .vc_col-sm-2 #direccion) > .vc_col-sm-2 .col-md-3 {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.single-post .tt-content > .vc_row:has(> .vc_col-sm-2 #direccion) > .vc_col-sm-2 h3 {
  margin: 0 0 8px !important;
  color: #071d24 !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em;
  line-height: 1.25 !important;
  text-transform: uppercase;
}

body.single-post .tt-content > .vc_row:has(> .vc_col-sm-2 #direccion) > .vc_col-sm-2 p,
body.single-post .tt-content > .vc_row:has(> .vc_col-sm-2 #direccion) > .vc_col-sm-2 li {
  color: rgba(7, 29, 36, 0.78) !important;
  font-size: 15px !important;
  font-weight: 700;
  line-height: 1.55 !important;
}

body.single-post .tt-content > .vc_row:has(> .vc_col-sm-2 #direccion) > .vc_col-sm-2 p {
  margin: 0 0 22px !important;
}

body.single-post .tt-content > .vc_row:has(> .vc_col-sm-2 #direccion) > .vc_col-sm-2 ul {
  display: grid;
  gap: 8px;
  margin: 0 0 24px !important;
  padding: 0 !important;
  list-style: none !important;
}

body.single-post .tt-content > .vc_row:has(> .vc_col-sm-2 #direccion) > .vc_col-sm-2 li {
  position: relative;
  margin: 0 !important;
  padding: 8px 10px 8px 28px !important;
  border-radius: 12px;
  background: rgba(18, 122, 129, 0.08);
}

body.single-post .tt-content > .vc_row:has(> .vc_col-sm-2 #direccion) > .vc_col-sm-2 li::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 12px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #f4a261;
}

@media (max-width: 991px) {
  body.single-post .tt-content > .vc_row:has(> .vc_col-sm-2 #direccion) {
    grid-template-columns: 1fr;
  }

  body.single-post .tt-content > .vc_row:has(> .vc_col-sm-2 #direccion) > .vc_col-sm-2 {
    position: static;
  }
}

/* Repair legacy service tables placed in the same squeezed sidebar pattern. */
body.single-post .tt-content > .vc_row:has(> .vc_col-sm-2 table.table) {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 330px);
  gap: clamp(24px, 3.4vw, 44px);
  align-items: start;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

body.single-post .tt-content > .vc_row:has(> .vc_col-sm-2 table.table)::before,
body.single-post .tt-content > .vc_row:has(> .vc_col-sm-2 table.table)::after {
  display: none !important;
  content: none !important;
}

body.single-post .tt-content > .vc_row:has(> .vc_col-sm-2 table.table) > .wpb_column {
  float: none !important;
  width: auto !important;
}

body.single-post .tt-content > .vc_row:has(> .vc_col-sm-2 table.table) > .vc_col-sm-2 {
  position: sticky;
  top: 126px;
}

body.single-post .tt-content > .vc_row:has(> .vc_col-sm-2 table.table) > .vc_col-sm-2 > .vc_column-inner {
  padding: 24px !important;
  border: 1px solid rgba(18, 122, 129, 0.18);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(239, 252, 251, 0.96), rgba(255, 255, 255, 0.98)),
    #fff !important;
  box-shadow: 0 24px 60px rgba(7, 29, 36, 0.11);
}

body.single-post .tt-content > .vc_row:has(> .vc_col-sm-2 table.table) > .vc_col-sm-2 .col-md-3 {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.single-post .tt-content > .vc_row:has(> .vc_col-sm-2 table.table) > .vc_col-sm-2 h5 {
  margin: 0 0 16px !important;
  color: #071d24 !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  letter-spacing: 0.04em;
  line-height: 1.35 !important;
  text-transform: uppercase;
}

body.single-post .tt-content > .vc_row:has(> .vc_col-sm-2 table.table) > .vc_col-sm-2 table,
body.single-post .tt-content > .vc_row:has(> .vc_col-sm-2 table.table) > .vc_col-sm-2 tbody {
  display: grid !important;
  width: 100% !important;
  gap: 8px;
}

body.single-post .tt-content > .vc_row:has(> .vc_col-sm-2 table.table) > .vc_col-sm-2 table {
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
}

body.single-post .tt-content > .vc_row:has(> .vc_col-sm-2 table.table) > .vc_col-sm-2 tr,
body.single-post .tt-content > .vc_row:has(> .vc_col-sm-2 table.table) > .vc_col-sm-2 td {
  display: block !important;
  width: 100% !important;
}

body.single-post .tt-content > .vc_row:has(> .vc_col-sm-2 table.table) > .vc_col-sm-2 td {
  position: relative;
  padding: 9px 10px 9px 28px !important;
  border: 0 !important;
  border-radius: 12px;
  background: rgba(18, 122, 129, 0.08);
  color: rgba(7, 29, 36, 0.78) !important;
  font-size: 14px !important;
  font-weight: 800;
  line-height: 1.45 !important;
}

body.single-post .tt-content > .vc_row:has(> .vc_col-sm-2 table.table) > .vc_col-sm-2 td::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 12px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #f4a261;
}

@media (max-width: 991px) {
  body.single-post .tt-content > .vc_row:has(> .vc_col-sm-2 table.table) {
    grid-template-columns: 1fr;
  }

  body.single-post .tt-content > .vc_row:has(> .vc_col-sm-2 table.table) > .vc_col-sm-2 {
    position: static;
  }
}

.da-article-tools {
  display: grid;
  gap: 22px;
  margin: 34px 0 42px;
  padding: 22px;
  border: 1px solid rgba(16, 167, 173, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(155, 231, 229, 0.2), rgba(255, 255, 255, 0.9) 38%),
    #fff;
  box-shadow: 0 18px 44px rgba(7, 29, 36, 0.09);
}

.da-article-tools--with-toc {
  grid-template-columns: minmax(0, 1.12fr) minmax(230px, 0.88fr);
}

.da-article-tools--facts-only {
  grid-template-columns: 1fr;
}

.da-article-toc,
.da-article-facts {
  min-width: 0;
}

.da-article-tools .da-kicker {
  margin-bottom: 8px;
}

body.single-post .tt-content .da-article-tools__title {
  margin: 0 0 14px;
  color: var(--da-deep);
  font-size: 21px !important;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.15;
}

.da-article-toc__list {
  display: grid;
  gap: 8px;
  max-height: 330px;
  margin: 0 !important;
  padding: 0 !important;
  overflow: auto;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  list-style: none;
}

.da-article-toc__item {
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
}

.da-article-toc__item--level-3 {
  padding-left: 16px;
}

.da-article-toc__item a {
  display: block;
  padding: 10px 12px;
  border: 1px solid rgba(16, 167, 173, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--da-deep) !important;
  font-weight: 850;
  text-decoration: none !important;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

.da-article-toc__item a:hover {
  border-color: rgba(16, 167, 173, 0.28);
  background: #eefafa;
  color: var(--da-teal-dark) !important;
}

.da-article-facts {
  align-self: start;
  padding: 18px;
  border-radius: 8px;
  background: var(--da-deep);
  color: #fff;
}

body.single-post .tt-content .da-article-facts .da-article-tools__title {
  color: #fff !important;
}

.da-article-facts dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.da-article-facts dl > div {
  display: grid;
  gap: 3px;
  padding: 0 0 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.da-article-facts dl > div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.da-article-facts dt,
.da-article-facts dd {
  margin: 0;
}

.da-article-facts dt {
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.da-article-facts dd,
.da-article-facts dd a {
  color: #fff !important;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.35;
  text-decoration: none !important;
}

.da-article-facts dd a:hover {
  color: #9be7e5 !important;
}

.da-article-tools--facts-only .da-article-facts {
  border: 1px solid rgba(16, 167, 173, 0.14);
  background:
    linear-gradient(135deg, rgba(238, 250, 250, 0.96), rgba(255, 255, 255, 0.98)),
    #fff;
  color: var(--da-deep);
}

body.single-post .tt-content .da-article-tools--facts-only .da-article-facts .da-article-tools__title {
  color: var(--da-deep) !important;
}

.da-article-tools--facts-only .da-article-facts dl > div {
  border-bottom-color: rgba(18, 61, 69, 0.1);
}

.da-article-tools--facts-only .da-article-facts dt {
  color: rgba(18, 61, 69, 0.62);
}

.da-article-tools--facts-only .da-article-facts dd,
.da-article-tools--facts-only .da-article-facts dd a {
  color: var(--da-deep) !important;
}

.da-article-tools--facts-only .da-article-facts dd a:hover {
  color: var(--da-teal-dark) !important;
}

body.single-post .tt-share.position-2 {
  position: sticky;
  top: 166px;
  float: left;
  margin-left: -92px;
  margin-top: 86px;
  padding: 10px;
  border: 1px solid rgba(16, 167, 173, 0.12);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(7, 29, 36, 0.1);
}

body.single-post .tt-share-title {
  display: none;
}

body.single-post .tt-share-list {
  display: grid;
  gap: 7px;
  margin: 0;
}

body.single-post .tt-share-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: #eef8f8;
  color: var(--da-deep) !important;
}

body.single-post .tt-share-list a:hover {
  background: var(--da-deep);
  color: #fff !important;
}

body.single-post .tt-blog-nav {
  min-height: 120px;
  padding: 22px;
  border: 1px solid rgba(16, 167, 173, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(7, 29, 36, 0.08);
}

body.single-post .tt-blog-nav-label {
  color: var(--da-teal-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.single-post .tt-blog-nav-title {
  color: var(--da-deep) !important;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
}

body.single-post .tt-comment-form {
  padding: 32px;
  border: 1px solid rgba(16, 167, 173, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(7, 29, 36, 0.08);
}

body.single-post .tt-comment-form .comment-reply-title,
body.single-post .tt-comment-form h3 {
  margin: 0 0 18px;
  color: var(--da-deep);
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.1;
}

body.single-post .tt-comment-form .simple-text p,
body.single-post .tt-comment-form .logged-in-as,
body.single-post .tt-comment-form .must-log-in {
  color: var(--da-muted);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}

body.single-post .tt-comment-form .comment-form {
  display: grid;
  gap: 14px;
}

body.single-post .tt-comment-form .row {
  display: contents;
}

body.single-post .tt-comment-form [class*="col-"] {
  width: 100%;
  padding: 0;
}

body.single-post .tt-comment-form .c-input,
body.single-post .tt-comment-form .c-area,
body.single-post .tt-comment-form input[type="text"],
body.single-post .tt-comment-form input[type="email"],
body.single-post .tt-comment-form input[type="url"],
body.single-post .tt-comment-form textarea {
  width: 100%;
  min-height: 52px;
  margin: 0;
  padding: 0 16px;
  border: 1px solid rgba(16, 167, 173, 0.18) !important;
  border-radius: 8px;
  background: #f7fbfb !important;
  color: var(--da-deep);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  box-shadow: none !important;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

body.single-post .tt-comment-form textarea,
body.single-post .tt-comment-form .c-area {
  min-height: 170px;
  padding-top: 14px;
  resize: vertical;
}

body.single-post .tt-comment-form .c-input:focus,
body.single-post .tt-comment-form .c-area:focus,
body.single-post .tt-comment-form input:focus,
body.single-post .tt-comment-form textarea:focus {
  border-color: rgba(16, 167, 173, 0.48) !important;
  background: #fff !important;
  box-shadow: 0 0 0 4px rgba(16, 167, 173, 0.12) !important;
  outline: none;
}

body.single-post .tt-comment-form .comment-form-cookies-consent {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin: 0;
  color: var(--da-muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

body.single-post .tt-comment-form .comment-form-cookies-consent input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--da-teal-dark);
}

body.single-post .tt-comment-form .form-submit {
  margin: 0;
}

body.single-post .tt-comment-form input[type="submit"],
body.single-post .tt-comment-form .submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: var(--da-deep);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(7, 29, 36, 0.16);
  transition:
    background 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

body.single-post .tt-comment-form input[type="submit"]:hover,
body.single-post .tt-comment-form .submit:hover {
  background: var(--da-teal-dark);
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(7, 29, 36, 0.18);
}

.da-single-after {
  width: min(1180px, calc(100% - 48px));
  margin: 26px auto 54px;
}

.da-single-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 32px;
  border: 1px solid rgba(16, 167, 173, 0.14);
  border-radius: 8px;
  background:
    radial-gradient(circle at 8% 0%, rgba(155, 231, 229, 0.24), transparent 38%),
    #fff;
  box-shadow: 0 18px 44px rgba(7, 29, 36, 0.08);
}

.da-single-cta h2,
.da-single-related__head h2 {
  margin: 0;
  color: var(--da-deep);
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.05;
}

.da-single-cta p:not(.da-kicker) {
  max-width: 660px;
  margin: 12px 0 0;
  color: var(--da-muted);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.65;
}

.da-single-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.da-single-cta__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid rgba(16, 167, 173, 0.18);
  border-radius: 999px;
  background: var(--da-deep);
  color: #fff !important;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none !important;
  text-transform: uppercase;
}

.da-single-cta__actions a + a {
  background: #eef8f8;
  color: var(--da-deep) !important;
}

.da-single-cta__actions a:hover {
  background: var(--da-teal-dark);
  color: #fff !important;
}

.da-single-related {
  margin-top: 28px;
}

.da-single-related__head {
  margin-bottom: 18px;
}

.da-single-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.da-single-related-card {
  overflow: hidden;
  border: 1px solid rgba(16, 167, 173, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(7, 29, 36, 0.07);
}

.da-single-related-card__media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: linear-gradient(135deg, var(--da-deep), var(--da-teal));
  color: #fff !important;
  text-decoration: none !important;
}

.da-single-related-card__media img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.da-single-related-card:hover .da-single-related-card__media img {
  transform: scale(1.04);
}

.da-single-related-card__media span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 20px;
  font-weight: 900;
  text-align: center;
}

.da-single-related-card__body {
  padding: 16px;
}

.da-single-related-card h3 {
  margin: 0;
  font-size: 19px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.18;
}

.da-single-related-card h3 a {
  color: var(--da-deep) !important;
  text-decoration: none !important;
}

.da-single-related-card h3 a:hover {
  color: var(--da-teal-dark) !important;
}

.da-single-related-card p {
  margin: 10px 0 0;
  color: var(--da-muted);
  font-size: 12px;
  font-weight: 800;
}

body.page:not(.home) .wpb_single_image img {
  width: 100%;
  max-height: 620px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(7, 29, 36, 0.14);
}

body.page:not(.home) .wpb_text_column {
  color: var(--da-ink);
}

body.page:not(.home) .wpb_text_column p {
  color: #34484c;
  font-size: 18px;
  line-height: 1.75;
}

body.page:not(.home) .post-grid-view {
  margin-right: -12px;
  margin-left: -12px;
}

body.page:not(.home) .post-grid-view [class*="col-"] {
  padding-right: 12px;
  padding-left: 12px;
}

body.page:not(.home) .post-grid-view .tt-post.type-2,
body.page:not(.home) .post-grid-view .tt-post.type-3 {
  overflow: hidden;
  border: 1px solid rgba(16, 167, 173, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(7, 29, 36, 0.07);
}

body.page:not(.home) .post-grid-view .tt-post.type-2 {
  height: 100%;
}

body.page:not(.home) .post-grid-view .tt-post.type-2 .tt-post-img,
body.page:not(.home) .post-grid-view .tt-post.type-3 .tt-post-img {
  display: block;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}

body.page:not(.home) .post-grid-view .tt-post.type-2 .tt-post-img img,
body.page:not(.home) .post-grid-view .tt-post.type-3 .tt-post-img img {
  display: block;
  width: 100% !important;
  object-fit: cover;
}

body.page:not(.home) .post-grid-view .tt-post.type-2 .tt-post-img img {
  height: 350px !important;
}

body.page:not(.home) .post-grid-view .tt-post.type-3 .tt-post-img img {
  height: 118px !important;
}

body.page:not(.home) .post-grid-view .tt-post.type-2 .tt-post-info,
body.page:not(.home) .post-grid-view .tt-post.type-3 .tt-post-info {
  padding: 18px;
}

body.page:not(.home) .post-grid-view .tt-post.type-3 .tt-post-info {
  padding: 14px;
}

body.page:not(.home) .post-grid-view .tt-post-title,
body.page:not(.home) .post-grid-view .tt-post-title a {
  color: var(--da-deep) !important;
  font-weight: 900 !important;
  letter-spacing: 0;
  text-decoration: none !important;
}

body.page:not(.home) .post-grid-view .tt-post.type-2 .tt-post-title {
  font-size: 22px !important;
  line-height: 1.18;
}

body.page:not(.home) .post-grid-view .tt-post.type-3 .tt-post-title {
  font-size: 16px !important;
  line-height: 1.22;
}

body.page:not(.home) .post-grid-view .tt-post-label,
body.page:not(.home) .post-grid-view .tt-post-label a,
body.page:not(.home) .post-grid-view .tt-post-date {
  color: var(--da-muted) !important;
  font-size: 12px;
  font-weight: 800;
}

body.archive #content-wrapper > .container {
  padding-top: 54px;
  padding-bottom: 62px;
}

body.archive #content-wrapper > .container > .row > .col-md-12 {
  width: 100%;
  float: none;
  padding-right: 0;
  padding-left: 0;
}

body.archive .tt-post.type-6 {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  clear: both;
  min-height: 0;
  margin: 0 0 18px !important;
  padding: 16px;
  border: 1px solid rgba(16, 167, 173, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(7, 29, 36, 0.07);
}

body.archive .tt-post.type-6::before,
body.archive .tt-post.type-6::after {
  display: none !important;
  content: none !important;
}

body.archive .tt-post.type-6 .tt-post-img {
  display: block;
  grid-column: 1;
  grid-row: 1;
  float: none !important;
  justify-self: stretch;
  width: 100%;
  max-width: none !important;
  height: 214px !important;
  min-height: 0;
  margin: 0 !important;
  overflow: hidden;
  border-radius: 8px;
}

body.archive .tt-post.type-6 .tt-post-img img {
  display: block;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  object-fit: cover;
}

body.archive .tt-post.type-6 .tt-post-info {
  display: flex;
  grid-column: 2;
  grid-row: 1;
  flex-direction: column;
  justify-content: center;
  float: none !important;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  padding: 4px 6px !important;
}

body.archive .tt-post.type-6 .tt-post-cat {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
}

body.archive .tt-post.type-6 .tt-post-title {
  color: #092a31 !important;
  font-size: clamp(21px, 2.2vw, 27px) !important;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.18;
  text-wrap: balance;
}

body.archive .tt-post-label,
body.archive .tt-post-label a,
body.archive .tt-post-date {
  color: var(--da-muted) !important;
  font-size: 12px;
  font-weight: 800;
}

body.archive .tt-post-bottom {
  margin-top: 16px;
  color: var(--da-muted);
  font-size: 12px;
  font-weight: 800;
}

body.archive .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  margin: 0 3px;
  padding: 0 14px;
  border-radius: 999px;
  background: #fff;
  color: var(--da-deep) !important;
  font-size: 15px !important;
  font-weight: 900;
  line-height: 1 !important;
  text-indent: 0 !important;
  text-decoration: none !important;
  box-shadow: 0 8px 22px rgba(7, 29, 36, 0.08);
}

body.archive .page-numbers.current,
body.archive .page-numbers:hover {
  background: var(--da-deep);
  color: #fff !important;
}

.da-inner-shell {
  width: min(1180px, calc(100% - 48px));
  margin-right: auto;
  margin-left: auto;
}

.da-breadcrumbs {
  margin: 0 0 22px;
  color: var(--da-muted);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.4;
}

.da-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.da-breadcrumbs li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.da-breadcrumbs li + li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 2px solid rgba(7, 29, 36, 0.28);
  border-right: 2px solid rgba(7, 29, 36, 0.28);
  transform: rotate(45deg);
}

.da-breadcrumbs a,
.da-breadcrumbs [aria-current="page"] {
  color: inherit !important;
  text-decoration: none !important;
}

.da-breadcrumbs a:hover {
  color: var(--da-teal-dark) !important;
}

.da-breadcrumbs [aria-current="page"] {
  overflow: hidden;
  max-width: min(520px, 70vw);
  color: var(--da-deep) !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.da-context-section {
  padding: 0 0 76px;
  background: #f7fbfb;
}

.da-context-section .da-inner-shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  padding-top: 34px;
  border-top: 1px solid rgba(16, 167, 173, 0.12);
}

.da-context-head {
  position: sticky;
  top: 118px;
}

.da-context-head h2 {
  max-width: 460px;
  margin: 10px 0 14px;
  color: var(--da-deep);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.02;
}

.da-context-head p:not(.da-kicker) {
  max-width: 440px;
  margin: 0;
  color: var(--da-muted);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.65;
}

.da-context-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.da-context-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  min-height: 132px;
  padding: 18px;
  border: 1px solid rgba(16, 167, 173, 0.12);
  border-radius: 8px;
  background: #fff;
  color: var(--da-deep) !important;
  text-decoration: none !important;
  box-shadow: 0 12px 30px rgba(7, 29, 36, 0.07);
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.da-context-card:hover,
.da-context-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(16, 167, 173, 0.25);
  box-shadow: 0 20px 46px rgba(7, 29, 36, 0.12);
}

.da-context-card__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: #eefafa;
  color: var(--da-teal-dark);
  font-size: 12px;
  font-weight: 900;
}

.da-context-card__body {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.da-context-card strong {
  color: var(--da-deep);
  font-size: 19px;
  font-weight: 900;
  line-height: 1.15;
}

.da-context-card__body span {
  color: var(--da-muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.da-search-page,
.da-not-found-page,
.da-page,
.da-archive-page {
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 0%, rgba(155, 231, 229, 0.24), transparent 34%),
    #f7fbfb;
  color: var(--da-ink);
}

.da-search-hero,
.da-page-hero,
.da-archive-hero {
  padding: 88px 0 54px;
  border-bottom: 1px solid rgba(16, 167, 173, 0.1);
}

.da-search-hero h1,
.da-page-hero h1,
.da-archive-hero h1 {
  max-width: 920px;
  margin: 12px 0 12px;
  color: #092a31;
  font-size: clamp(34px, 3.6vw, 50px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.12;
  text-wrap: balance;
}

.da-page-hero h1,
.da-archive-hero h1 {
  max-width: 980px;
}

.da-page-content {
  margin: 0 !important;
  padding: 54px 0 76px;
}

.da-page-content > .container {
  width: min(1250px, calc(100% - 48px));
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

.da-page-content .tt-content {
  width: 100%;
}

.da-page-content .empty-space.tt-page-margin-top,
.da-page-content .empty-space.tt-page-margin-bottom {
  display: none;
}

.da-archive-description {
  max-width: 760px;
  margin: 0 0 18px;
  color: var(--da-muted);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.65;
}

.da-archive-description p {
  margin: 0;
}

.da-search-count {
  margin: 0 0 28px;
  color: var(--da-muted);
  font-size: 16px;
  font-weight: 800;
}

.da-search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  width: min(720px, 100%);
  padding: 8px;
  border: 1px solid rgba(16, 167, 173, 0.14);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(7, 29, 36, 0.08);
}

.da-search-form input[type="search"] {
  width: 100%;
  min-height: 50px;
  border: 0;
  border-radius: 6px;
  background: #f3f8f8;
  color: var(--da-deep);
  font-size: 16px;
  font-weight: 700;
  outline: none;
  padding: 0 16px;
}

.da-search-form input[type="search"]::placeholder {
  color: #748c91;
}

.da-search-form button,
.da-not-found__home {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border: 0;
  border-radius: 6px;
  background: var(--da-deep);
  color: #fff !important;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none !important;
  text-transform: uppercase;
}

.da-search-form button:hover,
.da-not-found__home:hover {
  background: var(--da-teal-dark);
}

.da-search-results {
  padding: 54px 0 76px;
}

.da-search-list {
  display: grid;
  gap: 18px;
}

.da-search-card {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  padding: 16px;
  border: 1px solid rgba(16, 167, 173, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(7, 29, 36, 0.07);
}

.da-search-card__media {
  display: block;
  height: 214px;
  overflow: hidden;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--da-deep), var(--da-teal));
  color: #fff !important;
  font-weight: 900;
  text-decoration: none !important;
}

.da-search-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.da-search-card__media span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 20px;
  text-align: center;
}

.da-search-card__terms {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 12px;
}

.da-search-card__terms a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(16, 167, 173, 0.12);
  border-radius: 999px;
  background: #eefafa;
  color: var(--da-teal-dark) !important;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none !important;
  text-transform: uppercase;
}

.da-search-card h2 {
  margin: 0;
  font-size: clamp(21px, 2.2vw, 27px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.18;
  text-wrap: balance;
}

.da-search-card h2 a {
  color: var(--da-deep) !important;
  text-decoration: none !important;
}

.da-search-card h2 a:hover {
  color: var(--da-teal-dark) !important;
}

.da-search-card__meta,
.da-search-card__excerpt {
  color: var(--da-muted);
  font-weight: 700;
}

.da-search-card__meta {
  margin: 10px 0 0;
  font-size: 12px;
}

.da-search-card__excerpt {
  max-width: 720px;
  margin: 14px 0 0;
  font-size: 15px;
  line-height: 1.65;
}

.da-search-card,
.da-single-related-card,
body.archive .tt-post.type-6,
body.page:not(.home) .post-grid-view .tt-post.type-2,
body.page:not(.home) .post-grid-view .tt-post.type-3 {
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.da-search-card:hover,
.da-search-card:focus-within,
.da-single-related-card:hover,
.da-single-related-card:focus-within,
body.archive .tt-post.type-6:hover,
body.archive .tt-post.type-6:focus-within,
body.page:not(.home) .post-grid-view .tt-post.type-2:hover,
body.page:not(.home) .post-grid-view .tt-post.type-2:focus-within,
body.page:not(.home) .post-grid-view .tt-post.type-3:hover,
body.page:not(.home) .post-grid-view .tt-post.type-3:focus-within {
  transform: translateY(-3px);
  border-color: rgba(16, 167, 173, 0.22);
  box-shadow: 0 20px 48px rgba(7, 29, 36, 0.12);
}

.da-search-card__media,
.da-single-related-card__media,
body.archive .tt-post.type-6 .tt-post-img,
body.page:not(.home) .post-grid-view .tt-post.type-2 .tt-post-img,
body.page:not(.home) .post-grid-view .tt-post.type-3 .tt-post-img {
  position: relative;
  isolation: isolate;
}

.da-search-card__media::after,
.da-single-related-card__media::after,
body.archive .tt-post.type-6 .tt-post-img::after,
body.page:not(.home) .post-grid-view .tt-post.type-2 .tt-post-img::after,
body.page:not(.home) .post-grid-view .tt-post.type-3 .tt-post-img::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(7, 29, 36, 0), rgba(7, 29, 36, 0.12)),
    linear-gradient(135deg, rgba(155, 231, 229, 0.14), transparent 42%);
  opacity: 0.72;
  transition: opacity 0.22s ease;
}

.da-search-card:hover .da-search-card__media::after,
.da-search-card:focus-within .da-search-card__media::after,
.da-single-related-card:hover .da-single-related-card__media::after,
.da-single-related-card:focus-within .da-single-related-card__media::after,
body.archive .tt-post.type-6:hover .tt-post-img::after,
body.archive .tt-post.type-6:focus-within .tt-post-img::after,
body.page:not(.home) .post-grid-view .tt-post.type-2:hover .tt-post-img::after,
body.page:not(.home) .post-grid-view .tt-post.type-2:focus-within .tt-post-img::after,
body.page:not(.home) .post-grid-view .tt-post.type-3:hover .tt-post-img::after,
body.page:not(.home) .post-grid-view .tt-post.type-3:focus-within .tt-post-img::after {
  opacity: 0.38;
}

.da-search-card__media img,
.da-single-related-card__media img,
body.archive .tt-post.type-6 .tt-post-img img,
body.page:not(.home) .post-grid-view .tt-post.type-2 .tt-post-img img,
body.page:not(.home) .post-grid-view .tt-post.type-3 .tt-post-img img {
  transition: transform 0.28s ease, filter 0.28s ease;
}

.da-search-card:hover .da-search-card__media img,
.da-search-card:focus-within .da-search-card__media img,
.da-single-related-card:hover .da-single-related-card__media img,
.da-single-related-card:focus-within .da-single-related-card__media img,
body.archive .tt-post.type-6:hover .tt-post-img img,
body.archive .tt-post.type-6:focus-within .tt-post-img img,
body.page:not(.home) .post-grid-view .tt-post.type-2:hover .tt-post-img img,
body.page:not(.home) .post-grid-view .tt-post.type-2:focus-within .tt-post-img img,
body.page:not(.home) .post-grid-view .tt-post.type-3:hover .tt-post-img img,
body.page:not(.home) .post-grid-view .tt-post.type-3:focus-within .tt-post-img img {
  transform: scale(1.045);
  filter: saturate(1.05) contrast(1.02);
}

.da-search-card__terms a,
body:not(.home) .tt-post-cat a,
body.page:not(.home) .post-grid-view .tt-post-cat a {
  box-shadow: inset 0 -1px 0 rgba(16, 167, 173, 0.12);
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

.da-search-card__terms a:hover,
body:not(.home) .tt-post-cat a:hover,
body.page:not(.home) .post-grid-view .tt-post-cat a:hover {
  border-color: rgba(16, 167, 173, 0.28) !important;
  background: #dff5f5 !important;
  color: var(--da-deep) !important;
  text-decoration: none !important;
}

.da-search-card h2 a,
.da-single-related-card h3 a,
body.archive .tt-post.type-6 .tt-post-title a,
body.page:not(.home) .post-grid-view .tt-post-title a {
  transition: color 0.2s ease;
}

.da-single-related-card h3 a,
body.page:not(.home) .post-grid-view .tt-post.type-3 .tt-post-title a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.da-search-card h2 a,
body.archive .tt-post.type-6 .tt-post-title a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.da-single-related-card__body,
body.page:not(.home) .post-grid-view .tt-post.type-3 .tt-post-info {
  min-height: 116px;
}

.da-search-card__meta,
.da-single-related-card p,
body.archive .tt-post-date,
body.page:not(.home) .post-grid-view .tt-post-date {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.da-search-card__meta::before,
.da-single-related-card p::before,
body.archive .tt-post-date::before,
body.page:not(.home) .post-grid-view .tt-post-date::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--da-coral);
  opacity: 0.72;
}

.da-search-card__body,
body.archive .tt-post.type-6 .tt-post-info {
  position: relative;
}

.da-search-card__body::before,
body.archive .tt-post.type-6 .tt-post-info::before {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--da-teal), var(--da-sun));
}

.da-search-pagination {
  margin-top: 34px;
}

.da-search-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.da-search-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  background: #fff;
  color: var(--da-deep) !important;
  font-size: 15px !important;
  font-weight: 900;
  line-height: 1 !important;
  text-indent: 0 !important;
  text-decoration: none !important;
  box-shadow: 0 8px 22px rgba(7, 29, 36, 0.08);
}

.da-search-pagination .page-numbers.current,
.da-search-pagination .page-numbers:hover {
  background: var(--da-deep);
  color: #fff !important;
}

body.archive .page-numbers.prev,
body.archive .page-numbers.next,
.da-search-pagination .page-numbers.prev,
.da-search-pagination .page-numbers.next {
  min-width: 116px;
}

body.archive .page-numbers.dots,
.da-search-pagination .page-numbers.dots {
  min-width: 28px;
  padding: 0 2px;
  background: transparent;
  box-shadow: none;
}

.da-empty-state {
  max-width: 680px;
  padding: 34px;
  border: 1px solid rgba(16, 167, 173, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(7, 29, 36, 0.08);
}

.da-empty-state h2 {
  margin: 0 0 10px;
  color: var(--da-deep);
  font-size: 34px;
  font-weight: 900;
  letter-spacing: 0;
}

.da-empty-state p {
  margin: 0;
  color: var(--da-muted);
  font-size: 16px;
  line-height: 1.65;
}

.da-not-found {
  display: flex;
  align-items: center;
  min-height: 620px;
  padding: 84px 0;
}

.da-not-found__content {
  width: min(760px, calc(100% - 48px));
  margin: 0 auto;
  padding: 44px;
  border: 1px solid rgba(16, 167, 173, 0.12);
  border-radius: 8px;
  background: #fff;
  text-align: center;
  box-shadow: 0 20px 54px rgba(7, 29, 36, 0.1);
}

.da-not-found__content .da-kicker {
  justify-content: center;
}

.da-not-found__content h1 {
  margin: 12px auto 16px;
  color: var(--da-deep);
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

.da-not-found__content p {
  max-width: 590px;
  margin: 0 auto 26px;
  color: var(--da-muted);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.65;
}

.da-not-found__content .da-search-form {
  margin: 0 auto 18px;
  text-align: left;
}

.da-modern-home,
.da-modern-home * {
  box-sizing: border-box;
}

.da-modern-home {
  overflow: hidden;
  background: #f7fbfb;
  color: var(--da-ink);
  font-family: Roboto, Arial, sans-serif;
}

.da-modern-home a {
  text-decoration: none;
}

.da-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.da-eyebrow {
  margin: 0 0 12px;
  color: var(--da-teal);
  font-size: 12px !important;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.da-hero {
  position: relative;
  min-height: clamp(620px, 78vh, 820px);
  display: flex;
  align-items: center;
  background: var(--da-deep) var(--da-hero-image) center / cover no-repeat;
  isolation: isolate;
}

.da-hero__video,
.da-hero__shade {
  position: absolute;
  inset: 0;
}

.da-hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -3;
}

.da-hero__shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(4, 24, 31, 0.84) 0%, rgba(4, 24, 31, 0.58) 42%, rgba(4, 24, 31, 0.12) 100%),
    linear-gradient(0deg, rgba(4, 24, 31, 0.64) 0%, rgba(4, 24, 31, 0.06) 52%, rgba(4, 24, 31, 0.48) 100%);
}

.da-hero__content {
  padding: 86px 0 110px;
  color: #fff;
}

.da-hero .da-eyebrow {
  color: #9be7e5;
}

.da-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(48px, 7vw, 92px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.96;
}

.da-hero__lead {
  max-width: 690px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(18px, 2.1vw, 24px) !important;
  line-height: 1.45;
}

.da-hero__actions,
.da-hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.da-hero__actions {
  margin-top: 34px;
}

.da-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
}

.da-button--primary {
  background: #fff;
  color: var(--da-deep);
}

.da-button--primary:hover {
  color: var(--da-deep);
  transform: translateY(-1px);
}

.da-button--ghost {
  border: 1px solid rgba(255, 255, 255, 0.44);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.da-button--ghost:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
}

.da-hero__facts {
  margin-top: 44px;
}

.da-hero__facts span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.08);
  font-size: 13px;
  font-weight: 700;
  backdrop-filter: blur(12px);
}

.da-quick {
  position: relative;
  z-index: 2;
  margin-top: -48px;
}

.da-quick__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(16, 167, 173, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--da-shadow);
  backdrop-filter: blur(18px);
}

.da-quick__item {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 64px;
  padding: 0 14px;
  border-radius: 8px;
  color: var(--da-ink);
  background: #f4f9f9;
  font-size: 14px;
  font-weight: 900;
}

.da-quick__item:hover {
  color: var(--da-teal-dark);
  background: #e9f7f7;
}

.da-quick__icon {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border-radius: 50%;
  background: var(--da-teal);
  position: relative;
}

.da-quick__icon::after {
  content: "";
  position: absolute;
  inset: 9px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.da-quick__icon--fork::after {
  border-radius: 0;
  border-width: 0 2px 0 2px;
}

.da-quick__icon--bed::after {
  inset: 11px 7px 9px;
  border-radius: 2px;
}

.da-quick__icon--map::after,
.da-quick__icon--spark::after {
  border-radius: 2px 50% 50% 50%;
  transform: rotate(45deg);
}

.da-section {
  padding: 86px 0;
}

.da-section__head {
  max-width: 760px;
  margin-bottom: 34px;
}

.da-section__head--split {
  max-width: none;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
}

.da-section h2 {
  margin: 0;
  color: var(--da-ink);
  font-size: clamp(34px, 4.2vw, 56px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.02;
}

.da-link {
  display: inline-flex;
  align-items: center;
  color: var(--da-teal-dark);
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}

.da-link::after {
  content: "";
  width: 34px;
  height: 2px;
  margin-left: 10px;
  background: var(--da-coral);
}

.da-featured__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 18px;
}

.da-story {
  min-width: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(7, 29, 36, 0.08);
}

.da-story--lead {
  grid-row: span 2;
}

.da-story__media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #dbe8e8;
}

.da-story--lead .da-story__media {
  aspect-ratio: 4 / 3;
}

.da-story__media img,
.da-interest-card img,
.da-latest-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease, filter 0.45s ease;
}

.da-story:hover img,
.da-interest-card:hover img,
.da-latest-card:hover img {
  transform: scale(1.045);
  filter: saturate(1.05) contrast(1.03);
}

.da-story__body,
.da-latest-card__body {
  padding: 20px;
}

.da-story__meta,
.da-latest-card__body p {
  margin: 0 0 10px;
  color: var(--da-teal-dark);
  font-size: 11px !important;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
}

.da-story h3,
.da-latest-card h3 {
  margin: 0;
  color: var(--da-ink);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.18;
}

.da-story--lead h3 {
  font-size: clamp(30px, 3.4vw, 46px);
  line-height: 1.02;
}

.da-story h3 a,
.da-latest-card h3 a {
  color: inherit;
}

.da-story h3 a:hover,
.da-latest-card h3 a:hover {
  color: var(--da-teal-dark);
}

.da-story__body > p:last-child {
  margin: 16px 0 0;
  color: var(--da-muted);
  font-size: 16px !important;
  line-height: 1.65;
}

.da-interests {
  background: #fff;
}

.da-interest-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.da-interest-card {
  position: relative;
  min-height: 430px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-radius: 8px;
  color: #fff;
  isolation: isolate;
  box-shadow: var(--da-shadow);
}

.da-interest-card img,
.da-interest-card__shade {
  position: absolute;
  inset: 0;
}

.da-interest-card__shade {
  z-index: 1;
  background: linear-gradient(180deg, rgba(7, 29, 36, 0.02), rgba(7, 29, 36, 0.82));
}

.da-interest-card__copy {
  position: relative;
  z-index: 2;
  display: block;
  padding: 24px;
}

.da-interest-card strong,
.da-interest-card em {
  display: block;
}

.da-interest-card strong {
  color: #fff;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.08;
}

.da-interest-card em {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.45;
}

.da-guide {
  background:
    radial-gradient(circle at 18% 18%, rgba(16, 167, 173, 0.16), transparent 28%),
    linear-gradient(135deg, #071d24 0%, #123d45 100%);
  color: #fff;
}

.da-guide__layout {
  display: grid;
  grid-template-columns: 0.9fr 1.4fr;
  gap: 44px;
  align-items: center;
}

.da-guide h2,
.da-guide .da-eyebrow {
  color: #fff;
}

.da-guide__intro p:last-child {
  max-width: 520px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px !important;
  line-height: 1.65;
}

.da-guide__tiles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.da-guide-tile {
  min-height: 178px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.da-guide-tile:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
}

.da-guide-tile span {
  color: #9be7e5;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.da-guide-tile strong {
  margin-top: 10px;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.08;
}

.da-latest__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.da-latest-card {
  overflow: hidden;
  border: 1px solid rgba(16, 167, 173, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(7, 29, 36, 0.07);
}

.da-latest-card__media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #dbe8e8;
}

@media (max-width: 1199px) {
  .tt-header.tt-header-type-3 .top-inner > .container,
  .tt-header.tt-header-type-3 .toggle-block-container {
    width: min(calc(100% - 32px), 1180px) !important;
  }

  .tt-header.tt-header-type-3 #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link,
  .tt-header.tt-header-type-3 .main-nav > ul > li > a {
    padding: 0 9px;
    font-size: 12px;
  }

  .da-featured__grid,
  .da-interest-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .da-article-tools--with-toc {
    grid-template-columns: 1fr;
  }

  body.single-post .tt-share.position-2 {
    position: static;
    float: none;
    margin: 0 0 28px;
    border-radius: 8px;
  }

  body.single-post .tt-share-list {
    display: flex;
    flex-wrap: wrap;
  }

  .da-single-cta {
    grid-template-columns: 1fr;
  }

  .da-single-cta__actions {
    justify-content: flex-start;
  }

  .da-single-related__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.archive .tt-post.type-6 {
    grid-template-columns: 240px minmax(0, 1fr);
  }

  .da-search-card {
    grid-template-columns: 240px minmax(0, 1fr);
  }

  .da-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .da-footer-brand {
    grid-column: 1 / -1;
  }

  .tt-footer > .container > .row {
    grid-template-columns: 1fr 1fr;
  }

  .tt-footer .col-4 {
    grid-column: 1 / -1;
  }

  .tt-header.tt-header-type-3 .top-inner > .container {
    min-height: 66px;
  }

  .tt-header.tt-header-type-3 .logo {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .tt-header.tt-header-type-3 .logo img {
    max-height: 48px;
  }

  .tt-header.tt-header-type-3 .toggle-block {
    padding: 8px 0 10px;
  }

  .tt-header.tt-header-type-3 .toggle-block-container {
    border-radius: 8px;
  }

  .tt-header.tt-header-type-3 #mega-menu-wrap-primary-menu #mega-menu-primary-menu {
    justify-content: flex-start;
    overflow-x: auto;
    min-height: 48px;
    padding: 0 10px;
    scrollbar-width: none;
  }

  .tt-header.tt-header-type-3 #mega-menu-wrap-primary-menu #mega-menu-primary-menu::-webkit-scrollbar {
    display: none;
  }

  .da-shell {
    width: min(100% - 32px, 1180px);
  }

  .da-hero {
    min-height: 660px;
  }

  .da-quick__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .da-guide__layout,
  .da-latest__grid {
    grid-template-columns: 1fr;
  }

  .da-guide__tiles {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body:not(.home) #content-wrapper > .container,
  body:not(.home) .tt-blog-head .container {
    width: min(100% - 28px, 1180px);
  }

  body:not(.home) .tt-blog-head {
    min-height: 430px;
  }

  body:not(.home) .tt-blog-head-inner {
    padding: 70px 0 54px;
  }

  body:not(.home) .tt-blog-head h1,
  body:not(.home) .tt-title-wrapper h1 {
    font-size: 31px !important;
    line-height: 1.14;
  }

  body.single-post .tt-content p,
  body.page:not(.home) .tt-content p {
    font-size: 17px !important;
  }

  body.single-post .tt-content h2,
  body.page:not(.home) .tt-content h2 {
    font-size: 31px !important;
  }

  body.single-post .tt-content h3,
  body.page:not(.home) .tt-content h3 {
    font-size: 23px !important;
  }

  body.single-post .tt-content ul:not(.da-article-toc__list),
  body.single-post .tt-content ol:not(.da-article-toc__list) {
    padding: 18px 18px 18px 38px;
  }

  body.single-post .tt-content blockquote {
    padding: 24px 20px;
  }

  body.single-post .tt-content blockquote p {
    font-size: 19px !important;
  }

  body.single-post .tt-content iframe,
  body.page:not(.home) .tt-content iframe,
  body.single-post .wpb_gmaps_widget iframe,
  body.page:not(.home) .wpb_gmaps_widget iframe {
    min-height: 280px;
  }

  body.single-post .tt-content table,
  body.page:not(.home) .tt-content table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  body.single-post .tt-content th,
  body.single-post .tt-content td,
  body.page:not(.home) .tt-content th,
  body.page:not(.home) .tt-content td {
    padding: 12px 14px;
    font-size: 14px;
  }

  body.single-post .tt-content .gallery {
    grid-template-columns: 1fr;
  }

  body.single-post .tt-content .gallery-icon img {
    height: auto !important;
    aspect-ratio: 16 / 10;
  }

  .da-article-tools {
    margin: 28px 0 36px;
    padding: 16px;
  }

  .da-article-facts {
    padding: 16px;
  }

  .da-article-toc__list {
    max-height: 390px;
    padding-right: 4px !important;
    overflow: auto;
  }

  body.single-post .tt-comment-form {
    padding: 22px;
  }

  body.single-post .tt-comment-form input[type="submit"],
  body.single-post .tt-comment-form .submit {
    width: 100%;
  }

  .da-single-after {
    width: min(100% - 28px, 1180px);
    margin-top: 18px;
    margin-bottom: 38px;
  }

  .da-single-cta {
    gap: 22px;
    padding: 24px 18px;
  }

  .da-single-cta h2,
  .da-single-related__head h2 {
    font-size: 32px;
  }

  .da-single-cta__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .da-single-cta__actions a {
    width: 100%;
  }

  .da-single-related__grid {
    grid-template-columns: 1fr;
  }

  body.archive #content-wrapper > .container {
    padding-top: 36px;
  }

  body.archive .tt-post.type-6 {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 12px;
  }

  body.archive .tt-post.type-6 .tt-post-img {
    grid-column: auto;
    grid-row: auto;
    aspect-ratio: 16 / 10;
    height: auto !important;
    min-height: 0;
  }

  body.archive .tt-post.type-6 .tt-post-info {
    grid-column: auto;
    grid-row: auto;
  }

  body.archive .tt-post.type-6 .tt-post-title {
    font-size: 22px !important;
    line-height: 1.2;
  }

  body.archive .tt-post-bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  body.page:not(.home) .wpb_single_image img {
    max-height: 440px;
  }

  body.page:not(.home) .wpb_text_column p {
    font-size: 17px;
  }

  body.page:not(.home) .post-grid-view {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  body.page:not(.home) .post-grid-view [class*="col-"] {
    padding-right: 7px;
    padding-left: 7px;
  }

  body.page:not(.home) .post-grid-view .tt-post.type-2 .tt-post-img img,
  body.page:not(.home) .post-grid-view .tt-post.type-3 .tt-post-img img {
    height: 210px !important;
  }

  body.page:not(.home) .post-grid-view .tt-post.type-3 .tt-post-img img {
    height: 126px !important;
  }

  .da-inner-shell {
    width: min(100% - 28px, 1180px);
  }

  .da-breadcrumbs {
    margin-bottom: 18px;
    font-size: 11px;
  }

  .da-breadcrumbs [aria-current="page"] {
    max-width: 62vw;
  }

  .da-search-hero,
  .da-page-hero,
  .da-archive-hero {
    padding: 54px 0 36px;
  }

  .da-search-hero h1,
  .da-page-hero h1,
  .da-archive-hero h1 {
    font-size: 31px;
    line-height: 1.14;
  }

  .da-page-content {
    padding: 34px 0 54px;
  }

  .da-page-content > .container {
    width: min(100% - 28px, 1250px);
  }

  .da-context-section {
    padding-bottom: 54px;
  }

  .da-context-section .da-inner-shell {
    grid-template-columns: 1fr;
    gap: 22px;
    padding-top: 28px;
  }

  .da-context-head {
    position: static;
  }

  .da-context-head h2 {
    font-size: 34px;
  }

  .da-context-grid {
    grid-template-columns: 1fr;
  }

  .da-context-card {
    grid-template-columns: 42px minmax(0, 1fr);
    min-height: 0;
    padding: 16px;
  }

  .da-context-card__mark {
    width: 42px;
    height: 42px;
  }

  .da-archive-description {
    font-size: 16px;
  }

  .da-search-form {
    grid-template-columns: 1fr;
  }

  .da-search-form button {
    width: 100%;
  }

  .tt-s-popup.open .tt-s-popup-content {
    padding: 14px;
  }

  .tt-s-popup.open .tt-s-popup-container {
    padding: 24px 14px;
  }

  .tt-s-popup.open .tt-s-popup-field {
    grid-template-columns: 1fr;
  }

  .tt-s-popup.open .tt-s-popup-field input[type="text"],
  .tt-s-popup.open .tt-s-popup-field input[type="search"] {
    grid-column: 1;
    grid-row: 2;
    height: 56px !important;
    padding: 0 14px !important;
    font-size: 17px !important;
    line-height: 56px !important;
  }

  .tt-s-popup.open .da-popup-search-submit {
    grid-column: 1;
    grid-row: 3;
    width: 100%;
    margin-top: 10px;
  }

  .tt-s-popup.open .tt-s-popup-close {
    top: -52px !important;
    right: 0 !important;
  }

  .da-search-results {
    padding: 34px 0 54px;
  }

  .da-search-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 12px;
  }

  .da-search-card__media {
    aspect-ratio: 16 / 10;
    height: auto;
  }

  .da-search-card__body {
    padding: 0 6px 8px;
  }

  .da-search-card h2 {
    font-size: 22px;
    line-height: 1.2;
  }

  .da-not-found {
    min-height: 560px;
    padding: 44px 0;
  }

  .da-not-found__content {
    width: min(100% - 28px, 760px);
    padding: 28px 14px;
  }

  .da-not-found__content h1 {
    font-size: 40px;
  }

  .da-footer-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .da-footer-brand img {
    max-width: 168px;
  }

  .da-footer-brand p {
    margin-top: 18px;
  }

  .da-footer-social a {
    width: 100%;
    justify-content: center;
  }

  .tt-footer > .container {
    width: min(100% - 28px, 1180px) !important;
    padding-top: 54px;
    padding-bottom: 26px;
  }

  .tt-footer > .container > .row {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .tt-footer .col-1,
  .tt-footer .col-3 {
    order: 2;
  }

  .tt-footer .col-1 {
    order: 1;
  }

  .tt-footer .col-4 {
    order: 0;
  }

  .tt-footer .widget_media_image img {
    max-width: 168px !important;
  }

  .tt-footer .widget_social_follow_entries .c-btn {
    width: 100%;
    justify-content: center;
  }

  .tt-footer-copy .container {
    width: min(100% - 28px, 1180px) !important;
  }

  .wpml-ls-statics-footer {
    padding-right: 14px !important;
    padding-left: 14px !important;
  }

  .admin-bar .tt-header.tt-header-type-3 {
    top: 46px !important;
  }

  .tt-header.tt-header-type-3 {
    box-shadow: 0 10px 24px rgba(7, 29, 36, 0.1);
  }

  .tt-header.tt-header-type-3 .top-inner > .container {
    width: calc(100% - 24px) !important;
    min-height: 62px;
  }

  .tt-header.tt-header-type-3::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
    height: 3px;
    background: #fff;
    pointer-events: none;
  }

  .tt-header.tt-header-type-3 .logo img {
    max-height: 42px;
  }

  .tt-header.tt-header-type-3 .logo {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .tt-header.tt-header-type-3 .cmn-toggle-switch,
  .tt-header.tt-header-type-3 .cmn-mobile-switch,
  .tt-header.tt-header-type-3 .tt-s-popup-btn {
    width: 38px;
    height: 38px;
    margin-left: 6px;
    box-shadow: none;
  }

  .tt-header.tt-header-type-3 .cmn-mobile-switch {
    display: inline-flex !important;
  }

  .tt-header.tt-header-type-3 .toggle-block {
    padding: 0;
  }

  .tt-header.tt-header-type-3 .toggle-block-container {
    width: 100%;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
  }

  .tt-header.tt-header-type-3 #mega-menu-wrap-primary-menu #mega-menu-primary-menu {
    display: block;
    padding: 8px 14px 16px;
    background: #fff !important;
  }

  .tt-header.tt-header-type-3 #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item {
    margin: 0;
  }

  .tt-header.tt-header-type-3 #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link {
    height: auto;
    min-height: 42px;
    line-height: 42px;
    padding: 0 12px;
    color: var(--da-ink) !important;
    border-radius: 8px;
  }

  .tt-header.tt-header-type-3 #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item:hover > a.mega-menu-link,
  .tt-header.tt-header-type-3 #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-current-menu-item > a.mega-menu-link,
  .tt-header.tt-header-type-3 #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-current-menu-ancestor > a.mega-menu-link {
    color: var(--da-teal-dark) !important;
    background: #eef8f8 !important;
  }

  .da-shell {
    width: min(100% - 28px, 1180px);
  }

  .da-hero {
    min-height: 720px;
    align-items: flex-end;
  }

  .da-hero__content {
    padding: 80px 0 92px;
  }

  .da-hero h1 {
    font-size: 46px;
  }

  .da-hero__lead {
    font-size: 18px !important;
  }

  .da-quick {
    margin-top: -32px;
  }

  .da-quick__grid,
  .da-featured__grid,
  .da-interest-grid,
  .da-guide__tiles,
  .da-latest__grid {
    grid-template-columns: 1fr;
  }

  .da-quick__item {
    min-height: 58px;
  }

  .da-section {
    padding: 64px 0;
  }

  .da-section__head--split {
    display: block;
  }

  .da-section h2 {
    font-size: 36px;
  }

  .da-link {
    margin-top: 18px;
  }

  .da-story--lead {
    grid-row: auto;
  }

  .da-story--lead h3 {
    font-size: 31px;
  }

  .da-interest-card {
    min-height: 350px;
  }

  .da-guide-tile {
    min-height: 136px;
  }
}

/* Editorial redesign layer: clearer departure from the legacy theme. */
.da-search-hero,
.da-page-hero,
.da-archive-hero {
  position: relative;
  padding: clamp(72px, 8vw, 112px) 0 clamp(58px, 6vw, 86px);
  overflow: hidden;
  border-bottom: 1px solid rgba(18, 61, 69, 0.1);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(238, 250, 250, 0.82)),
    radial-gradient(circle at 78% 10%, rgba(245, 181, 83, 0.18), transparent 34%),
    #f8fbfa;
}

.da-search-hero::before,
.da-page-hero::before,
.da-archive-hero::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(16, 167, 173, 0), rgba(16, 167, 173, 0.45), rgba(245, 181, 83, 0));
}

.da-search-hero .da-inner-shell,
.da-page-hero .da-inner-shell,
.da-archive-hero .da-inner-shell {
  position: relative;
  display: grid;
  max-width: 1040px;
  padding-left: clamp(22px, 3vw, 46px);
}

.da-search-hero .da-inner-shell::before,
.da-page-hero .da-inner-shell::before,
.da-archive-hero .da-inner-shell::before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 0;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--da-teal), var(--da-sun));
}

.da-search-hero .da-kicker,
.da-page-hero .da-kicker,
.da-archive-hero .da-kicker {
  margin: 0 0 14px;
  color: var(--da-teal-dark);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.da-search-hero h1,
.da-page-hero h1,
.da-archive-hero h1,
body:not(.home) .tt-blog-head h1,
body:not(.home) .tt-title-wrapper h1 {
  max-width: 920px;
  color: #123d45 !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(43px, 5.4vw, 68px) !important;
  font-weight: 500 !important;
  letter-spacing: 0;
  line-height: 1.02;
  text-wrap: balance;
}

body:not(.home) .tt-blog-head h1,
body:not(.home) .tt-title-wrapper h1 {
  color: #fff !important;
  text-shadow: 0 5px 26px rgba(4, 24, 31, 0.7);
}

body.single-post .tt-blog-head h1,
body.single-post .tt-title-wrapper h1 {
  max-width: 820px;
  font-size: clamp(38px, 4.5vw, 58px) !important;
  line-height: 1.04;
}

body.single-post .tt-blog-head .c-h1,
body.single-post .tt-title-wrapper .c-h1 {
  font-family: Georgia, "Times New Roman", serif !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
}

.da-search-count,
.da-archive-description {
  max-width: 680px;
  margin-top: 18px;
  color: #53696e;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.65;
}

.da-page-content,
.da-search-results {
  background: #fff;
}

.da-search-list {
  gap: 0;
}

.da-search-card,
body.archive .tt-post.type-6 {
  grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
  gap: clamp(22px, 3vw, 40px);
  align-items: center;
  padding: 28px 0;
  border: 0;
  border-bottom: 1px solid rgba(18, 61, 69, 0.1);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.da-search-card:hover,
.da-search-card:focus-within,
body.archive .tt-post.type-6:hover,
body.archive .tt-post.type-6:focus-within {
  transform: none;
  border-color: rgba(16, 167, 173, 0.26);
  box-shadow: none;
}

.da-search-card__media,
body.archive .tt-post.type-6 .tt-post-img {
  height: auto;
  aspect-ratio: 4 / 3;
  border-radius: 6px;
  box-shadow: 0 16px 34px rgba(7, 29, 36, 0.12);
}

.da-search-card__body::before,
body.archive .tt-post.type-6 .tt-post-info::before {
  width: 64px;
  height: 2px;
  margin-bottom: 18px;
  opacity: 0.9;
}

.da-search-card h2,
body.archive .tt-post.type-6 .tt-post-title,
body.page:not(.home) .post-grid-view .tt-post-title,
body.page:not(.home) .post-grid-view .tt-post-title a {
  color: #123d45 !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(27px, 3vw, 39px) !important;
  font-weight: 500 !important;
  letter-spacing: 0;
  line-height: 1.08;
  text-wrap: balance;
}

.da-search-card__terms a,
body:not(.home) .tt-post-cat a,
body.page:not(.home) .post-grid-view .tt-post-cat a {
  min-height: 28px;
  border-color: rgba(16, 167, 173, 0.18) !important;
  background: rgba(238, 250, 250, 0.72) !important;
  color: #0d6870 !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
}

@media (max-width: 991px) {
  .da-search-card,
  body.archive .tt-post.type-6 {
    grid-template-columns: minmax(180px, 240px) minmax(0, 1fr);
  }
}

@media (max-width: 767px) {
  .da-search-hero,
  .da-page-hero,
  .da-archive-hero {
    padding: 46px 0 36px;
  }

  .da-search-hero .da-inner-shell,
  .da-page-hero .da-inner-shell,
  .da-archive-hero .da-inner-shell {
    padding-left: 18px;
  }

  .da-search-hero h1,
  .da-page-hero h1,
  .da-archive-hero h1,
  body:not(.home) .tt-blog-head h1,
  body:not(.home) .tt-title-wrapper h1 {
    font-size: 36px !important;
    line-height: 1.05;
  }

  .da-search-card,
  body.archive .tt-post.type-6 {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px 0;
  }

  .da-search-card__media,
  body.archive .tt-post.type-6 .tt-post-img {
    aspect-ratio: 16 / 10;
  }

  .da-search-card h2,
  body.archive .tt-post.type-6 .tt-post-title,
  body.page:not(.home) .post-grid-view .tt-post-title,
  body.page:not(.home) .post-grid-view .tt-post-title a {
    font-size: 30px !important;
  }
}

/* Editorial redesign layer II: home, CTAs and supporting cards. */
.da-modern-home {
  background:
    linear-gradient(180deg, #fbfdfc 0%, #f4faf9 42%, #fff 100%);
}

.da-modern-home .da-eyebrow,
.da-kicker {
  color: #0d6870;
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.da-hero {
  min-height: clamp(640px, 76vh, 800px);
  align-items: flex-end;
}

.da-hero__shade {
  background:
    linear-gradient(90deg, rgba(4, 24, 31, 0.72) 0%, rgba(4, 24, 31, 0.42) 46%, rgba(4, 24, 31, 0.08) 100%),
    linear-gradient(0deg, rgba(4, 24, 31, 0.72) 0%, rgba(4, 24, 31, 0.12) 58%, rgba(4, 24, 31, 0.34) 100%);
}

.da-hero__content {
  padding: clamp(98px, 12vw, 148px) 0 clamp(84px, 9vw, 126px);
}

.da-hero h1 {
  max-width: 900px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(56px, 7.3vw, 112px);
  font-weight: 500;
  line-height: 0.94;
  text-wrap: balance;
}

.da-hero__lead {
  max-width: 610px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(18px, 1.7vw, 22px) !important;
  font-weight: 400;
  line-height: 1.62;
}

.da-button {
  min-height: 50px;
  padding: 0 24px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 800;
}

.da-quick {
  margin-top: 0;
  background: #fff;
  border-bottom: 1px solid rgba(18, 61, 69, 0.1);
}

.da-quick__grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.da-quick__item {
  min-height: 86px;
  justify-content: center;
  padding: 0 18px;
  border-right: 1px solid rgba(18, 61, 69, 0.08);
  border-radius: 0;
  background: transparent;
  color: #123d45;
  font-weight: 700;
}

.da-quick__item:last-child {
  border-right: 0;
}

.da-quick__icon {
  width: 26px;
  height: 26px;
  flex-basis: 26px;
  background: #9be7e5;
}

.da-section {
  padding: clamp(76px, 8vw, 118px) 0;
}

.da-section__head {
  max-width: 820px;
  margin-bottom: 42px;
}

.da-section h2,
.da-guide__intro h2,
.da-single-cta h2,
.da-single-related__head h2,
.da-context-head h2,
.da-not-found__content h1 {
  color: #123d45;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4.2vw, 60px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  text-wrap: balance;
}

.da-featured__grid {
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.95fr) minmax(0, 0.95fr);
  gap: 28px;
}

.da-story,
.da-latest-card,
.da-single-related-card {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.da-story__media,
.da-latest-card__media,
.da-single-related-card__media {
  border-radius: 6px;
  box-shadow: 0 18px 38px rgba(7, 29, 36, 0.12);
}

.da-story__body,
.da-latest-card__body,
.da-single-related-card__body {
  padding: 20px 0 0;
}

.da-story__meta,
.da-latest-card__body p,
.da-single-related-card p {
  color: #0d6870;
  font-size: 12px !important;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.da-story h3,
.da-latest-card h3,
.da-single-related-card h3 {
  color: #123d45;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(23px, 2.1vw, 30px);
  font-weight: 500;
  line-height: 1.1;
  text-wrap: balance;
}

.da-story--lead h3 {
  font-size: clamp(34px, 3.5vw, 48px);
  font-weight: 500;
  line-height: 1.04;
}

.da-story h3 a,
.da-latest-card h3 a,
.da-single-related-card h3 a {
  color: #123d45 !important;
}

.da-interest-grid {
  gap: 24px;
}

.da-interest-card {
  min-height: 460px;
  border-radius: 6px;
  box-shadow: 0 22px 46px rgba(7, 29, 36, 0.14);
}

.da-interest-card__shade {
  background:
    linear-gradient(180deg, rgba(7, 29, 36, 0.02), rgba(7, 29, 36, 0.76)),
    linear-gradient(90deg, rgba(7, 29, 36, 0.2), rgba(7, 29, 36, 0));
}

.da-interest-card__copy strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(31px, 3.4vw, 48px);
  font-weight: 500;
  line-height: 1;
}

.da-interest-card__copy em {
  max-width: 360px;
  margin-top: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.55;
}

.da-guide {
  background:
    linear-gradient(135deg, #092a31 0%, #123d45 100%);
}

.da-guide__layout {
  gap: clamp(36px, 6vw, 92px);
}

.da-guide__intro h2,
.da-guide__intro p {
  color: #fff;
}

.da-guide__intro p:not(.da-eyebrow) {
  color: rgba(255, 255, 255, 0.76);
  font-weight: 400;
}

.da-guide-tile {
  min-height: 210px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
}

.da-guide-tile strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 500;
  line-height: 1.02;
}

.da-context-section {
  background:
    linear-gradient(180deg, #fff 0%, #f4faf9 100%);
}

.da-context-card {
  border: 0;
  border-bottom: 1px solid rgba(18, 61, 69, 0.12);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.da-context-card strong {
  color: #123d45;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 500;
}

.da-context-card__mark {
  background: #eefafa;
  color: #0d6870;
}

.da-single-cta {
  border: 0;
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(18, 61, 69, 0.96), rgba(13, 104, 112, 0.9)),
    #123d45;
  color: #fff !important;
}

.da-single-cta h2,
.da-single-cta p:not(.da-kicker) {
  color: #fff !important;
}

.da-single-cta .da-kicker {
  color: #9be7e5 !important;
}

.da-single-cta__actions a {
  border-radius: 6px;
  background: #fff;
  color: #123d45 !important;
}

.da-single-cta__actions a + a {
  background: rgba(255, 255, 255, 0.12);
  color: #fff !important;
}

@media (max-width: 991px) {
  .da-quick__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .da-quick__item {
    border-bottom: 1px solid rgba(18, 61, 69, 0.08);
  }

  .da-featured__grid,
  .da-latest__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .da-hero {
    min-height: 690px;
  }

  .da-hero h1 {
    font-size: 48px;
  }

  .da-section h2,
  .da-guide__intro h2,
  .da-single-cta h2,
  .da-single-related__head h2,
  .da-context-head h2,
  .da-not-found__content h1 {
    font-size: 38px;
  }

  body.single-post .tt-blog-head h1,
  body.single-post .tt-title-wrapper h1 {
    font-size: 34px !important;
  }

  .da-featured__grid,
  .da-latest__grid,
  .da-interest-grid,
  .da-guide__tiles {
    grid-template-columns: 1fr;
  }

  .da-quick__grid {
    grid-template-columns: 1fr;
  }

  .da-quick__item {
    justify-content: flex-start;
    min-height: 68px;
    border-right: 0;
  }

  .da-interest-card {
    min-height: 360px;
  }
}

/* Transport guide experience for airport route articles. */
.da-transport-enhanced {
  counter-reset: route-card;
}

body.single-post.da-transport-page #content-wrapper > .container > .row > .col-md-8 {
  width: min(1120px, 100%);
}

body.single-post.da-transport-page #content-wrapper .tt-post-img,
body.single-post.da-transport-page #content-wrapper .tt-thumb,
body.single-post.da-transport-page #content-wrapper .tt-thumb img {
  width: 100%;
}

body.single-post.da-transport-page #content-wrapper .tt-thumb {
  display: block;
}

body.single-post.da-transport-page #content-wrapper .tt-thumb img {
  height: auto;
}

body.single-post.da-transport-page h1.c-h1,
body.single-post.da-transport-page .c-h1.text-center {
  max-width: 1120px;
}

.da-transport-enhanced > p,
.da-transport-enhanced > ul:not(.da-article-toc__list),
.da-transport-enhanced > ol:not(.da-article-toc__list),
.da-transport-enhanced > h2,
.da-transport-enhanced > h3:not(.da-route-option__title),
.da-transport-enhanced > h4 {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
}

.da-transport-hub {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(26px, 4vw, 54px);
  align-items: end;
  margin: 42px 0 48px;
  padding: clamp(26px, 4vw, 44px);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(18, 61, 69, 0.96), rgba(13, 104, 112, 0.88)),
    #123d45;
  color: #fff;
  box-shadow: 0 26px 60px rgba(7, 29, 36, 0.18);
}

.da-transport-hub__intro .da-kicker {
  color: #9be7e5 !important;
}

body.single-post .tt-content .da-transport-hub h2 {
  margin: 0;
  color: #fff !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4.6vw, 64px) !important;
  font-weight: 500;
  line-height: 1;
  text-wrap: balance;
}

body.single-post .tt-content .da-transport-hub__intro p:not(.da-kicker) {
  max-width: 540px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 16px !important;
  font-weight: 500;
  line-height: 1.65;
}

body.single-post .tt-content > h2 {
  max-width: 780px;
  color: #123d45;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 4vw, 56px) !important;
  font-weight: 500;
  line-height: 1.04;
  text-wrap: balance;
}

.da-transport-hub__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.da-transport-choice {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 8px 12px;
  align-items: center;
  min-height: 104px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff !important;
  text-decoration: none !important;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.da-transport-choice:hover {
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-2px);
}

.da-transport-choice__mark {
  grid-row: span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: #9be7e5;
  color: #123d45;
  font-size: 13px;
  font-weight: 900;
}

.da-transport-choice strong {
  color: #fff;
  font-size: 17px;
  font-weight: 850;
  line-height: 1.15;
}

.da-transport-choice span:last-child {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 700;
}

.da-route-option {
  position: relative;
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 0 24px;
  margin: 30px 0;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(18, 61, 69, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(244, 250, 249, 0.86)),
    #fff;
  box-shadow: 0 18px 46px rgba(7, 29, 36, 0.08);
}

.da-route-option::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  border-radius: 8px 0 0 8px;
  background: linear-gradient(180deg, var(--da-teal), var(--da-sun));
}

.da-route-option__number {
  grid-row: 1 / span 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  background: #123d45;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
}

body.single-post .tt-content .da-route-option__title {
  margin: 0;
  color: #123d45;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3.6vw, 48px) !important;
  font-weight: 500;
  line-height: 1.04;
  text-wrap: balance;
}

.da-route-option__meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 20px 0 8px;
}

.da-route-option__meta span {
  display: grid;
  gap: 5px;
  padding: 14px;
  border-radius: 8px;
  background: #eefafa;
  color: #123d45;
  font-size: 15px;
  font-weight: 800;
}

.da-route-option__meta strong {
  color: #0d6870;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.da-route-option > *:not(.da-route-option__number) {
  grid-column: 2;
}

body.single-post .tt-content .da-route-option p {
  margin-top: 14px;
}

body.single-post .tt-content .da-route-option ul {
  margin: 18px 0;
  box-shadow: none;
}

body.single-post .tt-content .da-route-option h4 {
  margin: 24px 0 10px;
  color: #0d6870;
  font-size: 20px !important;
  font-weight: 850;
}

.da-route-map {
  position: relative;
  margin: 42px 0 !important;
  padding: 10px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, #123d45, #0d6870);
  box-shadow: 0 24px 56px rgba(7, 29, 36, 0.16);
}

body.single-post .tt-content .da-route-map iframe {
  min-height: 520px;
  border-radius: 6px;
  box-shadow: none;
}

@media (max-width: 991px) {
  .da-transport-hub {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .da-transport-hub {
    margin: 34px 0;
    padding: 22px;
  }

  .da-transport-hub__grid,
  .da-route-option__meta {
    grid-template-columns: 1fr;
  }

  .da-route-option {
    grid-template-columns: 1fr;
    padding: 22px 18px;
  }

  .da-route-option__number {
    grid-row: auto;
    margin-bottom: 16px;
  }

  .da-route-option > *:not(.da-route-option__number) {
    grid-column: 1;
  }

  body.single-post .tt-content .da-route-option__title {
    font-size: 32px !important;
  }

  body.single-post .tt-content .da-route-map iframe {
    min-height: 340px;
  }
}

body.single-post h1.c-h1,
body.single-post .c-h1.text-center {
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
  color: #123d45 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(42px, 5.2vw, 72px) !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 1.02 !important;
  text-wrap: balance;
}

@media (max-width: 767px) {
  body.single-post h1.c-h1,
  body.single-post .c-h1.text-center {
    font-size: 38px !important;
  }
}

/* Destination, restaurant, accommodation and local business profiles. */
body.single-post.da-place-page #content-wrapper > .container > .row > .col-md-8 {
  width: min(1120px, 100%);
}

body.single-post.da-place-page h1.c-h1,
body.single-post.da-place-page .c-h1.text-center {
  max-width: 1080px;
}

body.single-post.da-place-page .tt-content > .vc_row {
  margin-right: 0;
  margin-left: 0;
}

body.single-post.da-place-page .tt-content .wpb_text_column:not(.da-place-facts .wpb_text_column) {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
}

.da-place-panel {
  display: grid;
  grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  margin: 0 0 34px;
  padding: clamp(26px, 4vw, 44px);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(6, 30, 37, 0.98), rgba(18, 61, 69, 0.94)),
    #061e25;
  color: #fff;
  box-shadow: 0 24px 60px rgba(7, 29, 36, 0.17);
}

.da-place-panel::before {
  content: "";
  width: 76px;
  height: 2px;
  background: linear-gradient(90deg, #9be7e5, #f4c981, #ef7354);
}

.da-place-panel__intro {
  grid-column: 1;
}

.da-place-panel .da-kicker {
  margin: 0 0 10px;
  color: #9be7e5 !important;
}

body.single-post .tt-content .da-place-panel h2 {
  margin: 0;
  color: #fff !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4.2vw, 58px) !important;
  font-weight: 500;
  line-height: 1;
  text-wrap: balance;
}

body.single-post .tt-content .da-place-panel__intro > p:last-child {
  max-width: 420px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 15px !important;
  line-height: 1.6;
}

.da-place-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  grid-column: 2;
  grid-row: 1 / span 2;
}

.da-place-action {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 76px;
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  color: #fff !important;
  text-decoration: none !important;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.da-place-action:hover,
.da-place-action:focus-visible {
  background: rgba(255, 255, 255, 0.13);
  color: #fff !important;
  transform: translateY(-2px);
}

.da-place-action--primary {
  background: #9be7e5;
  color: #123d45 !important;
}

.da-place-action--primary:hover,
.da-place-action--primary:focus-visible {
  background: #fff;
  color: #123d45 !important;
}

.da-place-action i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 18px;
}

.da-place-action--primary i {
  background: rgba(18, 61, 69, 0.1);
}

.da-place-action span {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.da-place-action strong {
  color: inherit;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.2;
}

.da-place-action small {
  overflow: hidden;
  color: inherit;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  opacity: 0.72;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.da-place-snapshot {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(22px, 4vw, 44px);
  align-items: start;
  margin: 0 0 34px;
  padding: clamp(22px, 3.4vw, 36px);
  border: 1px solid rgba(18, 61, 69, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(180deg, #fff 0%, #f8fbfa 100%);
  box-shadow: 0 18px 42px rgba(7, 29, 36, 0.08);
}

.da-place-snapshot__intro .da-kicker {
  color: #0d6870 !important;
}

body.single-post .tt-content .da-place-snapshot h2 {
  margin: 0;
  color: #123d45;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 3.8vw, 52px) !important;
  font-weight: 500;
  line-height: 1.04;
  text-wrap: balance;
}

body.single-post .tt-content .da-place-snapshot__intro p:last-child {
  max-width: 520px;
  margin: 14px 0 0;
  color: #53696e;
  font-size: 16px !important;
  font-weight: 500;
  line-height: 1.68;
}

.da-place-snapshot__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.da-place-snapshot__fact {
  min-width: 0;
  min-height: 134px;
  padding: 16px;
  border: 1px solid rgba(18, 61, 69, 0.09);
  border-radius: 8px;
  background: #fff;
}

.da-place-snapshot__fact span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: #eefafa;
  color: #0d6870;
  font-size: 11px;
  font-weight: 900;
}

.da-place-snapshot__fact strong {
  display: block;
  color: #123d45;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

body.single-post .tt-content .da-place-snapshot__fact p {
  margin: 8px 0 0;
  color: #53696e;
  font-size: 13px !important;
  font-weight: 700;
  line-height: 1.42;
}

.da-place-next {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  padding-top: 18px;
  border-top: 1px solid rgba(18, 61, 69, 0.08);
}

.da-place-next strong {
  margin-right: 6px;
  color: #123d45;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.da-place-next a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 12px;
  border: 1px solid rgba(13, 104, 112, 0.16);
  border-radius: 999px;
  background: #f3fafa;
  color: #0d6870 !important;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none !important;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.da-place-next a:hover,
.da-place-next a:focus-visible {
  transform: translateY(-1px);
  background: #0d6870;
  color: #fff !important;
}

.da-place-facts.da-place-facts--source {
  display: none !important;
}

.da-place-sticky-actions {
  display: none;
}

.da-place-facts {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  margin: 16px 0 34px !important;
}

.da-place-facts::before,
.da-place-facts::after {
  display: none !important;
}

.da-place-facts > .da-place-fact {
  width: auto !important;
  min-height: 156px;
  padding: 20px 12px !important;
  border: 1px solid rgba(18, 61, 69, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(7, 29, 36, 0.06);
}

.da-place-facts > .da-place-fact--empty {
  display: none;
}

.da-place-facts .vc_column-inner,
.da-place-facts .wpb_wrapper {
  height: 100%;
}

.da-place-facts .wpb_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.da-place-facts .wpb_single_image {
  min-height: 50px;
  margin-bottom: 8px !important;
}

.da-place-facts .wpb_single_image img {
  width: 46px !important;
  height: 46px !important;
  object-fit: contain;
}

.da-place-facts .wpb_text_column {
  width: 100%;
  margin: 0 !important;
}

body.single-post .tt-content .da-place-facts p {
  margin: 0 !important;
  color: #29464b;
  font-size: 14px !important;
  font-weight: 750;
  line-height: 1.45;
  text-align: center;
}

.da-place-map {
  width: 100%;
  margin: 46px 0 !important;
  padding: 10px;
  border-radius: 8px;
  background: linear-gradient(135deg, #123d45, #0d6870) !important;
  box-shadow: 0 24px 56px rgba(7, 29, 36, 0.15);
  scroll-margin-top: 110px;
}

.vc_row.da-place-map {
  padding: 24px !important;
}

body.single-post.da-place-page .tt-content .da-place-map .wpb_map_heading,
body.single-post.da-place-page .tt-content .da-place-map h2 {
  margin: 0 0 18px !important;
  color: #fff !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 48px) !important;
  font-weight: 500;
  line-height: 1.05;
}

.da-place-map iframe {
  min-height: 520px !important;
  border-radius: 6px;
}

body.single-post.da-place-page .tt-content .wpb_single_image:not(.da-place-facts .wpb_single_image) img {
  border-radius: 8px;
}

body.single-post.da-place-page .tt-blog-nav,
body.single-post.da-place-page .tt-comment-form {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 991px) {
  .da-place-panel {
    grid-template-columns: 1fr;
  }

  .da-place-panel::before,
  .da-place-panel__intro,
  .da-place-actions {
    grid-column: auto;
    grid-row: auto;
  }

  .da-place-snapshot {
    grid-template-columns: 1fr;
  }

  .da-place-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.single-post.da-place-page {
    padding-bottom: 92px;
  }

  body.single-post.da-place-page #content-wrapper {
    padding-bottom: 92px;
  }

  .da-place-panel {
    margin-bottom: 24px;
    padding: 24px 20px;
  }

  .da-place-panel::before {
    width: 54px;
  }

  .da-place-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .da-place-action:not(.da-place-action--social) {
    grid-column: 1 / -1;
  }

  .da-place-action {
    min-height: 68px;
  }

  .da-place-action--social {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 8px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .da-place-action--social i {
    width: 34px;
    height: 34px;
  }

  .da-place-action--social strong {
    font-size: 13px;
  }

  .da-place-snapshot {
    margin-bottom: 24px;
    padding: 20px;
  }

  body.single-post .tt-content .da-place-snapshot h2 {
    font-size: 31px !important;
  }

  .da-place-snapshot__facts {
    grid-template-columns: 1fr;
  }

  .da-place-snapshot__fact {
    min-height: 0;
  }

  .da-place-next {
    align-items: stretch;
  }

  .da-place-next strong,
  .da-place-next a {
    width: 100%;
  }

  .da-place-next a {
    justify-content: center;
  }

  .da-place-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .da-place-facts > .da-place-fact {
    min-height: 142px;
    padding: 16px 10px !important;
  }

  body.single-post .tt-content .da-place-facts p {
    font-size: 13px !important;
  }

  .da-place-map {
    padding: 6px;
  }

  .da-place-map iframe {
    min-height: 360px !important;
  }

  .da-place-sticky-actions {
    position: fixed;
    right: 12px;
    bottom: 12px;
    left: 12px;
    z-index: 1002;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 8px;
    background: rgba(7, 29, 36, 0.96);
    box-shadow: 0 18px 44px rgba(7, 29, 36, 0.32);
    backdrop-filter: blur(14px);
  }

  .da-place-sticky-actions a {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 8px;
    align-items: center;
    min-height: 64px;
    padding: 9px 10px;
    background: rgba(255, 255, 255, 0.05);
    color: #fff !important;
    text-decoration: none !important;
  }

  .da-place-sticky-actions a:first-child {
    background: #9be7e5;
    color: #123d45 !important;
  }

  .da-place-sticky-actions i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.13);
    font-size: 14px;
  }

  .da-place-sticky-actions a:first-child i {
    background: rgba(18, 61, 69, 0.1);
  }

  .da-place-sticky-actions span {
    display: grid;
    gap: 2px;
    min-width: 0;
  }

  .da-place-sticky-actions strong {
    overflow: hidden;
    color: inherit;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .da-place-sticky-actions small {
    overflow: hidden;
    color: inherit;
    font-size: 10px;
    font-weight: 750;
    line-height: 1.1;
    opacity: 0.72;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

/* Directory/listing redesign: archives, searches and category hubs. */
.da-archive-page,
.da-search-page {
  background: #f4f8f7;
}

.da-archive-page .da-archive-hero,
.da-search-page .da-search-hero {
  padding: clamp(54px, 6vw, 82px) 0 clamp(42px, 5vw, 64px);
  background:
    linear-gradient(180deg, #fbfdfc 0%, #eef6f5 100%);
}

.da-archive-page .da-archive-hero .da-inner-shell,
.da-search-page .da-search-hero .da-inner-shell {
  max-width: 1240px;
}

.da-archive-page .da-archive-hero h1,
.da-search-page .da-search-hero h1 {
  max-width: 850px;
  font-size: clamp(40px, 5vw, 64px) !important;
}

.da-directory-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(760px, 100%);
  margin-top: 26px;
  overflow: hidden;
  border: 1px solid rgba(18, 61, 69, 0.1);
  border-radius: 8px;
  background: rgba(18, 61, 69, 0.1);
  box-shadow: 0 18px 38px rgba(7, 29, 36, 0.08);
}

.da-directory-summary__item {
  display: grid;
  gap: 5px;
  min-height: 92px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.82);
}

.da-directory-summary__item strong {
  color: #123d45;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 500;
  line-height: 1;
}

.da-directory-summary__item span {
  color: #53696e;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

.da-search-results {
  padding: clamp(42px, 5vw, 68px) 0 clamp(72px, 7vw, 104px);
  background:
    linear-gradient(180deg, #fff 0%, #f8fbfa 100%);
}

.da-search-results .da-inner-shell {
  width: min(1240px, calc(100% - 48px));
  max-width: none;
}

.da-directory-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.da-directory-card,
body.archive .da-directory-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  overflow: hidden;
  min-width: 0;
  padding: 0;
  border: 1px solid rgba(18, 61, 69, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(7, 29, 36, 0.08);
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.da-directory-card:hover,
.da-directory-card:focus-within {
  transform: translateY(-4px);
  border-color: rgba(16, 167, 173, 0.26);
  box-shadow: 0 28px 58px rgba(7, 29, 36, 0.13);
}

.da-directory-card--featured,
body.archive .da-directory-card--featured {
  grid-column: 1 / -1;
  grid-template-columns: minmax(380px, 0.92fr) minmax(0, 1.08fr);
  min-height: 430px;
  background: #092a31;
  color: #fff;
}

.da-directory-card__media,
body.archive .da-directory-card .da-directory-card__media {
  position: relative;
  display: block;
  height: auto;
  min-height: 250px;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 0;
  background: linear-gradient(135deg, #092a31, #0d6870);
  box-shadow: none;
}

.da-directory-card--featured .da-directory-card__media {
  min-height: 430px;
  aspect-ratio: auto;
}

.da-directory-card__media::after {
  background:
    linear-gradient(180deg, rgba(7, 29, 36, 0.02), rgba(7, 29, 36, 0.28)),
    linear-gradient(135deg, rgba(16, 167, 173, 0.12), rgba(239, 115, 84, 0.1));
  opacity: 0.9;
}

.da-directory-card__media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.da-directory-card__number {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 999px;
  background: rgba(7, 29, 36, 0.62);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  backdrop-filter: blur(12px);
}

.da-directory-card__body,
body.archive .da-directory-card .da-directory-card__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 0;
  padding: clamp(24px, 3vw, 34px);
}

.da-directory-card__body::before,
body.archive .da-directory-card .da-directory-card__body::before {
  width: 72px;
  height: 2px;
  margin-bottom: 18px;
  background: linear-gradient(90deg, var(--da-coral), var(--da-sun), var(--da-teal));
}

.da-directory-card__eyebrow {
  margin: 0 0 12px;
  color: #f4c981;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.da-directory-card__terms {
  margin-bottom: 14px;
}

.da-directory-card__terms a {
  background: #f3f8f8 !important;
}

.da-directory-card--featured .da-directory-card__terms a {
  border-color: rgba(255, 255, 255, 0.18) !important;
  background: rgba(255, 255, 255, 0.1) !important;
  color: #dff5f5 !important;
}

.da-directory-card h2,
body.archive .da-directory-card h2 {
  margin: 0;
  font-size: clamp(28px, 3.2vw, 42px) !important;
}

.da-directory-card:not(.da-directory-card--featured) h2 {
  font-size: clamp(25px, 2.4vw, 34px) !important;
}

.da-directory-card h2 a {
  color: #123d45 !important;
}

.da-directory-card--featured h2 a {
  color: #fff !important;
}

.da-directory-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 16px;
}

.da-directory-card__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(18, 61, 69, 0.1);
  border-radius: 999px;
  color: #53696e;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.da-directory-card--featured .da-directory-card__meta span {
  border-color: rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.78);
}

.da-directory-card__excerpt {
  max-width: 680px;
  margin-top: 18px;
  margin-bottom: 0;
  color: #53696e;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.68;
}

.da-directory-card--featured .da-directory-card__excerpt {
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
}

.da-directory-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  margin-top: auto;
  padding-top: 22px;
  color: #0d6870 !important;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none !important;
}

.da-directory-card__cta span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #eefafa;
  color: #0d6870;
  font-size: 18px;
  line-height: 1;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.da-directory-card__cta:hover span,
.da-directory-card__cta:focus-visible span {
  transform: translateX(2px);
  background: #0d6870;
  color: #fff;
}

.da-directory-card--featured .da-directory-card__cta {
  color: #f4c981 !important;
}

.da-directory-card--featured .da-directory-card__cta span {
  background: rgba(244, 201, 129, 0.16);
  color: #f4c981;
}

.da-directory-card--featured .da-directory-card__cta:hover span,
.da-directory-card--featured .da-directory-card__cta:focus-visible span {
  background: #f4c981;
  color: #092a31;
}

.da-search-page .da-search-form {
  margin-top: 22px;
}

@media (max-width: 991px) {
  .da-directory-grid {
    grid-template-columns: 1fr;
  }

  .da-directory-card--featured,
  body.archive .da-directory-card--featured {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .da-directory-card--featured .da-directory-card__media {
    min-height: 320px;
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 767px) {
  .da-search-results .da-inner-shell {
    width: min(100% - 28px, 1240px);
  }

  .da-directory-summary {
    grid-template-columns: 1fr;
  }

  .da-directory-summary__item {
    min-height: 74px;
    padding: 15px 16px;
  }

  .da-directory-card__media,
  body.archive .da-directory-card .da-directory-card__media,
  .da-directory-card--featured .da-directory-card__media {
    min-height: 220px;
    aspect-ratio: 16 / 11;
  }

  .da-directory-card__body,
  body.archive .da-directory-card .da-directory-card__body {
    padding: 22px 18px;
  }

  .da-directory-card h2,
  .da-directory-card:not(.da-directory-card--featured) h2 {
    font-size: 29px !important;
    line-height: 1.08;
  }

  .da-directory-card__excerpt {
    font-size: 14px;
  }

  .da-directory-card__meta {
    gap: 7px;
  }
}

/* WPBakery directory grids used by restaurant, hotel and business pages. */
body.page:not(.home) .tt-content .post-grid-view {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  width: min(1240px, 100%);
  margin: 32px auto 56px;
}

body.page:not(.home) .tt-content .post-grid-view::before,
body.page:not(.home) .tt-content .post-grid-view::after {
  content: none !important;
  display: none !important;
}

body.page:not(.home) .tt-content .post-grid-view > [class*="col-"] {
  float: none !important;
  width: auto !important;
  min-width: 0;
  padding: 0 !important;
}

body.page:not(.home) .tt-content .post-grid-view > [class*="col-"]:first-child {
  grid-column: span 2;
  grid-row: span 2;
}

body.page:not(.home) .tt-content .post-grid-view .tt-post.type-2,
body.page:not(.home) .tt-content .post-grid-view .tt-post.type-3 {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
  min-height: 336px;
  overflow: hidden;
  margin: 0 !important;
  border: 1px solid rgba(18, 61, 69, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(7, 29, 36, 0.08);
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

body.page:not(.home) .tt-content .post-grid-view > [class*="col-"]:first-child .tt-post {
  min-height: 610px;
  background: #092a31;
}

body.page:not(.home) .tt-content .post-grid-view .tt-post.type-2:hover,
body.page:not(.home) .tt-content .post-grid-view .tt-post.type-2:focus-within,
body.page:not(.home) .tt-content .post-grid-view .tt-post.type-3:hover,
body.page:not(.home) .tt-content .post-grid-view .tt-post.type-3:focus-within {
  transform: translateY(-4px);
  border-color: rgba(16, 167, 173, 0.26);
  box-shadow: 0 28px 58px rgba(7, 29, 36, 0.13);
}

body.page:not(.home) .tt-content .post-grid-view .tt-post-img {
  position: relative;
  height: auto !important;
  min-height: 0;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 0 !important;
  background: linear-gradient(135deg, #092a31, #0d6870);
  box-shadow: none !important;
}

body.page:not(.home) .tt-content .post-grid-view > [class*="col-"]:first-child .tt-post-img {
  aspect-ratio: 16 / 11;
}

body.page:not(.home) .tt-content .post-grid-view .tt-post-img::after {
  background:
    linear-gradient(180deg, rgba(7, 29, 36, 0.02), rgba(7, 29, 36, 0.3)),
    linear-gradient(135deg, rgba(16, 167, 173, 0.14), rgba(239, 115, 84, 0.1));
  opacity: 0.88;
}

body.page:not(.home) .tt-content .post-grid-view .tt-post-img img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: cover;
}

body.page:not(.home) .tt-content .post-grid-view .tt-post.type-2 .tt-post-img img,
body.page:not(.home) .tt-content .post-grid-view .tt-post.type-3 .tt-post-img img {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: cover;
}

body.page:not(.home) .tt-content .post-grid-view .tt-post-img a,
body.page:not(.home) .tt-content .post-grid-view .tt-post-img .tt-post-img-link {
  display: block;
  width: 100%;
  height: 100%;
}

body.page:not(.home) .tt-content .post-grid-view .tt-post-info {
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 22px !important;
  background: transparent !important;
}

body.page:not(.home) .tt-content .post-grid-view > [class*="col-"]:first-child .tt-post-info {
  padding: clamp(26px, 3vw, 36px) !important;
}

body.page:not(.home) .tt-content .post-grid-view .tt-post-info::before {
  content: "";
  display: block;
  width: 64px;
  height: 2px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--da-coral), var(--da-sun), var(--da-teal));
}

body.page:not(.home) .tt-content .post-grid-view .tt-post-cat {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0 0 13px !important;
}

body.page:not(.home) .tt-content .post-grid-view .tt-post-cat a {
  min-height: 28px;
  padding: 0 10px !important;
}

body.page:not(.home) .tt-content .post-grid-view > [class*="col-"]:first-child .tt-post-cat a {
  border-color: rgba(255, 255, 255, 0.18) !important;
  background: rgba(255, 255, 255, 0.1) !important;
  color: #dff5f5 !important;
}

body.page:not(.home) .tt-content .post-grid-view .tt-post-title,
body.page:not(.home) .tt-content .post-grid-view .tt-post-title a {
  color: #123d45 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(24px, 2vw, 31px) !important;
  font-weight: 500 !important;
  line-height: 1.08 !important;
}

body.page:not(.home) .tt-content .post-grid-view > [class*="col-"]:first-child .tt-post-title,
body.page:not(.home) .tt-content .post-grid-view > [class*="col-"]:first-child .tt-post-title a {
  color: #fff !important;
  font-size: clamp(34px, 4vw, 54px) !important;
}

body.page:not(.home) .tt-content .post-grid-view .tt-post-date {
  margin-top: 14px;
  color: #53696e;
  font-size: 12px;
  font-weight: 800;
}

body.page:not(.home) .tt-content .post-grid-view > [class*="col-"]:first-child .tt-post-date {
  color: rgba(255, 255, 255, 0.76);
}

body.page:not(.home) .tt-content .post-grid-view .tt-post-bottom {
  margin-top: auto;
}

@media (max-width: 1100px) {
  body.page:not(.home) .tt-content .post-grid-view {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.page:not(.home) .tt-content .post-grid-view {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 24px;
  }

  body.page:not(.home) .tt-content .post-grid-view > [class*="col-"]:first-child {
    grid-column: auto;
    grid-row: auto;
  }

  body.page:not(.home) .tt-content .post-grid-view .tt-post.type-2,
  body.page:not(.home) .tt-content .post-grid-view .tt-post.type-3,
  body.page:not(.home) .tt-content .post-grid-view > [class*="col-"]:first-child .tt-post {
    min-height: 0;
  }

  body.page:not(.home) .tt-content .post-grid-view .tt-post-img,
  body.page:not(.home) .tt-content .post-grid-view > [class*="col-"]:first-child .tt-post-img {
    aspect-ratio: 16 / 11;
  }

  body.page:not(.home) .tt-content .post-grid-view .tt-post-info,
  body.page:not(.home) .tt-content .post-grid-view > [class*="col-"]:first-child .tt-post-info {
    padding: 20px 18px !important;
  }

  body.page:not(.home) .tt-content .post-grid-view .tt-post-title,
  body.page:not(.home) .tt-content .post-grid-view .tt-post-title a,
  body.page:not(.home) .tt-content .post-grid-view > [class*="col-"]:first-child .tt-post-title,
  body.page:not(.home) .tt-content .post-grid-view > [class*="col-"]:first-child .tt-post-title a {
    font-size: 29px !important;
  }
}

/* Full-page treatment for legacy WPBakery directory pages. */
body.page.da-wpb-directory-page .da-page {
  background:
    linear-gradient(180deg, #f6faf9 0%, #fff 46%, #f6faf9 100%);
}

body.page.da-wpb-directory-page .da-page-hero {
  padding: clamp(58px, 7vw, 92px) 0 clamp(100px, 11vw, 142px);
  border-bottom: 0;
  background:
    linear-gradient(135deg, rgba(7, 29, 36, 0.96), rgba(13, 84, 92, 0.9)),
    radial-gradient(circle at 82% 16%, rgba(244, 201, 129, 0.22), transparent 36%),
    #071d24;
}

body.page.da-wpb-directory-page .da-page-hero::before {
  background: linear-gradient(90deg, rgba(16, 167, 173, 0), rgba(244, 201, 129, 0.52), rgba(16, 167, 173, 0));
}

body.page.da-wpb-directory-page .da-page-hero .da-inner-shell {
  max-width: 1120px;
}

body.page.da-wpb-directory-page .da-page-hero .da-inner-shell::before {
  background: linear-gradient(180deg, var(--da-sun), var(--da-teal));
}

body.page.da-wpb-directory-page .da-page-hero .da-kicker,
body.page.da-wpb-directory-page .da-breadcrumbs,
body.page.da-wpb-directory-page .da-breadcrumbs a,
body.page.da-wpb-directory-page .da-breadcrumbs li {
  color: rgba(255, 255, 255, 0.72) !important;
}

body.page.da-wpb-directory-page .da-page-hero h1 {
  max-width: 980px;
  color: #fff !important;
  text-shadow: 0 10px 34px rgba(0, 0, 0, 0.22);
}

body.page.da-wpb-directory-page .da-page-content {
  padding-top: 0;
  background: transparent;
}

body.page.da-wpb-directory-page .da-page-content > .container {
  width: min(1280px, calc(100% - 48px));
}

body.page.da-wpb-directory-page .tt-content > .row,
body.page.da-wpb-directory-page .tt-content > .row > .col-md-12,
body.page.da-wpb-directory-page .tt-content .vc_row,
body.page.da-wpb-directory-page .tt-content .wpb_column,
body.page.da-wpb-directory-page .tt-content .vc_column-inner,
body.page.da-wpb-directory-page .tt-content .wpb_wrapper {
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

body.page.da-wpb-directory-page .da-wpb-directory-spacer {
  display: none !important;
}

body.page.da-wpb-directory-page .da-wpb-directory-cover {
  position: relative;
  z-index: 2;
  width: min(1240px, 100%);
  margin: calc(clamp(70px, 9vw, 108px) * -1) auto clamp(28px, 4vw, 44px) !important;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 8px;
  background: #092a31;
  box-shadow: 0 32px 72px rgba(7, 29, 36, 0.18);
}

body.page.da-wpb-directory-page .da-wpb-directory-cover .vc_single_image-wrapper,
body.page.da-wpb-directory-page .da-wpb-directory-cover figure,
body.page.da-wpb-directory-page .da-wpb-directory-cover div {
  width: 100%;
}

body.page.da-wpb-directory-page .da-wpb-directory-cover img {
  display: block;
  width: 100% !important;
  height: clamp(330px, 42vw, 560px) !important;
  max-height: none !important;
  object-fit: cover;
}

body.page.da-wpb-directory-page .da-wpb-directory-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(7, 29, 36, 0), rgba(7, 29, 36, 0.18)),
    linear-gradient(135deg, rgba(16, 167, 173, 0.1), rgba(244, 201, 129, 0.12));
}

body.page.da-wpb-directory-page .da-wpb-directory-intro {
  position: relative;
  width: min(1100px, 100%);
  margin: 0 auto clamp(34px, 5vw, 58px) !important;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(18, 61, 69, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 22px 54px rgba(7, 29, 36, 0.08);
}

body.page.da-wpb-directory-page .da-wpb-directory-intro::before {
  content: "";
  display: block;
  width: 76px;
  height: 2px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--da-coral), var(--da-sun), var(--da-teal));
}

body.page.da-wpb-directory-page .da-wpb-directory-intro .simple-text,
body.page.da-wpb-directory-page .da-wpb-directory-intro p {
  color: #425b60 !important;
  font-size: clamp(17px, 1.6vw, 20px) !important;
  font-weight: 400 !important;
  line-height: 1.72;
}

body.page.da-wpb-directory-page .da-wpb-directory-intro strong,
body.page.da-wpb-directory-page .da-wpb-directory-intro b {
  font-weight: 600 !important;
}

body.page.da-wpb-directory-page .da-wpb-directory-intro p:first-child {
  color: #123d45 !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2.4vw, 32px) !important;
  font-weight: 500 !important;
  line-height: 1.24;
}

body.page.da-wpb-directory-page .da-wpb-directory-intro--long {
  width: min(1240px, 100%);
}

body.page.da-wpb-directory-page .da-wpb-directory-intro--long .simple-text,
body.page.da-wpb-directory-page .da-wpb-directory-intro--long > div {
  column-count: 2;
  column-gap: clamp(30px, 5vw, 58px);
}

body.page.da-wpb-directory-page .da-wpb-directory-intro--long h2,
body.page.da-wpb-directory-page .da-wpb-directory-intro--long h3,
body.page.da-wpb-directory-page .da-wpb-directory-intro--long h4,
body.page.da-wpb-directory-page .da-wpb-directory-intro--long p {
  break-inside: avoid;
}

body.page.da-wpb-directory-page .da-wpb-directory-intro--long h2,
body.page.da-wpb-directory-page .da-wpb-directory-intro--long h3,
body.page.da-wpb-directory-page .da-wpb-directory-intro--long h4 {
  margin-top: 0.35em !important;
  margin-bottom: 0.5em !important;
  color: #123d45 !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2.4vw, 34px) !important;
  font-weight: 500 !important;
  line-height: 1.14 !important;
}

body.page.da-wpb-directory-page .da-wpb-directory-intro--long p:first-child {
  column-span: all;
  max-width: 980px;
  margin-bottom: 28px !important;
}

body.page.da-wpb-directory-page .da-wpb-directory-grid-section {
  width: min(1240px, 100%);
  margin: 0 auto;
}

body.page.da-wpb-directory-page .da-wpb-directory-grid-section::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 30px;
  background: linear-gradient(90deg, rgba(16, 167, 173, 0), rgba(16, 167, 173, 0.32), rgba(244, 201, 129, 0));
}

body.page.da-wpb-directory-page .tt-content .post-grid-view {
  margin-top: 0;
}

body.page.da-wpb-directory-page .tt-content .post-grid-view > .da-wpb-directory-item {
  position: relative;
}

body.page.da-wpb-directory-page .tt-content .post-grid-view > .da-wpb-directory-item::before {
  content: attr(data-da-index);
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 999px;
  background: rgba(7, 29, 36, 0.68);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  backdrop-filter: blur(10px);
}

body.page.da-wpb-directory-page .tt-content .post-grid-view > .da-wpb-directory-item:first-child::before {
  width: 52px;
  height: 52px;
  background: rgba(244, 201, 129, 0.9);
  color: #092a31;
}

@media (max-width: 991px) {
  body.page.da-wpb-directory-page .da-page-hero {
    padding-bottom: 96px;
  }

  body.page.da-wpb-directory-page .da-wpb-directory-cover {
    margin-top: -72px !important;
  }

  body.page.da-wpb-directory-page .da-wpb-directory-cover img {
    height: clamp(280px, 48vw, 430px) !important;
  }
}

@media (max-width: 767px) {
  body.page.da-wpb-directory-page .da-page-hero {
    padding: 44px 0 74px;
  }

  body.page.da-wpb-directory-page .da-page-content > .container {
    width: min(100% - 28px, 1280px);
  }

  body.page.da-wpb-directory-page .da-wpb-directory-cover {
    margin-top: -52px !important;
  }

  body.page.da-wpb-directory-page .da-wpb-directory-cover img {
    height: 260px !important;
  }

  body.page.da-wpb-directory-page .da-wpb-directory-intro {
    padding: 24px 20px;
  }

  body.page.da-wpb-directory-page .da-wpb-directory-intro p:first-child {
    font-size: 24px !important;
  }

  body.page.da-wpb-directory-page .da-wpb-directory-intro--long .simple-text,
  body.page.da-wpb-directory-page .da-wpb-directory-intro--long > div {
    column-count: 1;
  }

  body.page.da-wpb-directory-page .da-wpb-directory-intro--long p:first-child {
    max-width: none;
    margin-bottom: 20px !important;
  }
}

/* Internal navigation and conversion blocks. */
.da-planning-cta {
  position: relative;
  overflow: hidden;
  padding: clamp(52px, 6vw, 82px) 0;
  background:
    linear-gradient(135deg, rgba(7, 29, 36, 0.98), rgba(13, 84, 92, 0.92)),
    #071d24;
  color: #fff;
}

.da-planning-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(16, 167, 173, 0.22), transparent 34%),
    radial-gradient(circle at 82% 18%, rgba(244, 201, 129, 0.22), transparent 28%);
}

.da-planning-cta .da-inner-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(390px, 0.72fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
}

.da-planning-cta__content {
  max-width: 720px;
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 26px;
  background: rgba(4, 24, 31, 0.62);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(10px);
}

.da-planning-cta .da-kicker {
  color: #f4c981 !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.28);
}

.da-planning-cta h2 {
  max-width: 680px;
  margin: 0;
  color: #fff !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 5vw, 64px) !important;
  font-weight: 500;
  line-height: 1.02 !important;
  text-shadow: 0 5px 28px rgba(0, 0, 0, 0.52);
  text-wrap: balance;
}

.da-planning-cta__content > p:last-child {
  max-width: 620px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.76) !important;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.65;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.42);
}

.da-planning-cta__actions {
  display: grid;
  gap: 10px;
}

.da-planning-cta__actions a {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 74px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff !important;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none !important;
  transition:
    transform 0.22s ease,
    background 0.22s ease,
    border-color 0.22s ease;
}

.da-planning-cta__actions a:hover,
.da-planning-cta__actions a:focus-visible {
  transform: translateX(4px);
  border-color: rgba(244, 201, 129, 0.5);
  background: rgba(255, 255, 255, 0.14);
}

.da-planning-cta__actions a.is-primary {
  background: #f4c981;
  color: #071d24 !important;
}

.da-planning-cta__actions span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: inherit;
  font-size: 12px;
  font-weight: 900;
}

.da-planning-cta__actions a.is-primary span {
  background: rgba(7, 29, 36, 0.1);
}

.da-context-section {
  background:
    linear-gradient(180deg, #f8fbfa 0%, #edf6f5 100%) !important;
}

.da-context-section .da-inner-shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: start;
}

.da-context-head {
  position: sticky;
  top: 132px;
}

.da-context-card {
  grid-template-columns: 48px minmax(0, 1fr) auto;
  min-height: 118px;
  border-color: rgba(18, 61, 69, 0.08);
  box-shadow: 0 16px 36px rgba(7, 29, 36, 0.07);
}

.da-context-card__mark {
  background: #071d24;
  color: #f4c981;
}

.da-context-card::after {
  content: "+";
  align-self: center;
  justify-self: end;
  color: #0d6870;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}

/* Visit planner. */
.da-visit-planner {
  position: relative;
  padding: clamp(62px, 7vw, 104px) 0;
  background:
    linear-gradient(180deg, #ffffff 0%, #f5faf9 100%);
  color: #08242b;
  border-top: 1px solid rgba(8, 36, 43, 0.06);
  border-bottom: 1px solid rgba(8, 36, 43, 0.06);
}

.da-modern-home .da-visit-planner {
  margin-top: 0;
  background:
    linear-gradient(90deg, rgba(244, 201, 129, 0.12), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #eef7f6 100%);
}

.da-visit-planner__shell {
  width: min(100% - 48px, 1280px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, 0.36fr) minmax(0, 0.64fr);
  gap: clamp(34px, 5vw, 78px);
  align-items: start;
}

.da-visit-planner__intro {
  position: sticky;
  top: 132px;
}

.da-visit-planner__intro .da-kicker {
  color: #0d6870 !important;
}

.da-visit-planner__intro h2 {
  max-width: 560px;
  margin: 0;
  color: #08242b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 5vw, 70px);
  font-weight: 500;
  line-height: 1.02;
  text-wrap: balance;
}

.da-visit-planner__intro p:last-child {
  max-width: 520px;
  margin: 20px 0 0;
  color: #53686d;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.7;
}

.da-visit-planner__board {
  padding: clamp(18px, 2.6vw, 28px);
  border: 1px solid rgba(8, 36, 43, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 28px 70px rgba(8, 36, 43, 0.1);
  backdrop-filter: blur(12px);
}

.da-visit-planner__controls {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.da-visit-planner__group {
  padding: 14px;
  border: 1px solid rgba(8, 36, 43, 0.08);
  border-radius: 8px;
  background: #f8fbfa;
}

.da-visit-planner__group > span {
  display: block;
  margin-bottom: 10px;
  color: #6a7d82;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.da-visit-planner__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.da-visit-planner__buttons button {
  appearance: none;
  min-height: 36px;
  padding: 8px 12px;
  border: 1px solid rgba(8, 36, 43, 0.1);
  border-radius: 999px;
  background: #fff;
  color: #123d45;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.1;
  cursor: pointer;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.da-visit-planner__buttons button:hover,
.da-visit-planner__buttons button:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(13, 104, 112, 0.35);
}

.da-visit-planner__buttons button[aria-pressed="true"] {
  border-color: #08242b;
  background: #08242b;
  color: #fff;
}

.da-visit-planner__routes {
  display: grid;
  gap: 12px;
}

.da-visit-route {
  position: relative;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
  min-height: 172px;
  padding: 22px;
  border: 1px solid rgba(8, 36, 43, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(8, 36, 43, 0.06);
}

.da-visit-route[hidden] {
  display: none !important;
}

.da-visit-route__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #eff8f7;
  color: #0d6870;
  font-size: 13px;
  font-weight: 900;
}

.da-visit-route__zone {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(244, 201, 129, 0.24);
  color: #735422;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.da-visit-route h3 {
  margin: 0;
  color: #08242b;
  font-size: clamp(23px, 2vw, 32px);
  font-weight: 900;
  line-height: 1.08;
  text-wrap: balance;
}

.da-visit-route p {
  max-width: 690px;
  margin: 10px 0 0;
  color: #53686d;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.58;
}

.da-visit-route ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.da-visit-route li {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 10px;
  border: 1px solid rgba(13, 104, 112, 0.14);
  border-radius: 999px;
  background: #f8fbfa;
  color: #123d45;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
}

.da-visit-route__cta {
  align-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 999px;
  background: #0d6870;
  color: #fff !important;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none !important;
  white-space: nowrap;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.da-visit-route__cta:hover,
.da-visit-route__cta:focus-visible {
  transform: translateY(-1px);
  background: #08242b;
}

.da-visit-planner--compact {
  padding: clamp(46px, 6vw, 72px) 0;
  background: #f8fbfa;
}

.da-visit-planner--compact .da-visit-planner__shell {
  grid-template-columns: minmax(260px, 0.32fr) minmax(0, 0.68fr);
}

.da-visit-planner--compact .da-visit-planner__intro h2 {
  font-size: clamp(34px, 4vw, 54px);
}

.da-visit-planner--compact .da-visit-planner__intro p:last-child {
  font-size: 16px;
}

@media (max-width: 991px) {
  .da-planning-cta .da-inner-shell,
  .da-context-section .da-inner-shell,
  .da-visit-planner__shell,
  .da-visit-planner--compact .da-visit-planner__shell {
    grid-template-columns: 1fr;
  }

  .da-context-head,
  .da-visit-planner__intro {
    position: static;
  }

  .da-visit-planner__controls {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .da-planning-cta {
    padding: 40px 0;
  }

  .da-planning-cta .da-inner-shell {
    gap: 24px;
  }

  .da-planning-cta h2 {
    font-size: 34px !important;
  }

  .da-planning-cta__actions a {
    min-height: 66px;
  }

  .da-context-section .da-inner-shell {
    gap: 24px;
  }

  .da-context-card::after {
    display: none;
  }

  .da-visit-planner {
    padding: 42px 0;
  }

  .da-visit-planner__shell {
    width: min(100% - 28px, 1280px);
    gap: 24px;
  }

  .da-visit-planner__intro h2,
  .da-visit-planner--compact .da-visit-planner__intro h2 {
    font-size: 34px;
  }

  .da-visit-planner__board {
    padding: 14px;
  }

  .da-visit-planner__group {
    padding: 12px;
  }

  .da-visit-route {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
    padding: 16px;
  }

  .da-visit-route__number {
    width: 42px;
    height: 42px;
  }

  .da-visit-route__cta {
    grid-column: 2;
    justify-self: start;
  }

  .da-visit-route h3 {
    font-size: 23px;
  }
}

/* Motion, focus and final polish. */
:where(
  .da-button,
  .da-link,
  .da-quick__item,
  .da-story,
  .da-interest-card,
  .da-guide-tile,
  .da-latest-card,
  .da-context-card,
  .da-search-card,
  .da-directory-card,
  .da-place-action,
  .da-place-next a,
  .da-place-sticky-actions a,
  .da-transport-choice,
  .da-visit-route,
  .da-visit-route__cta,
  .da-planning-cta__actions a
) {
  will-change: transform;
}

:where(
  a,
  button,
  input,
  textarea,
  select,
  .da-place-action,
  .da-context-card,
  .da-visit-route__cta
):focus-visible {
  outline: 3px solid rgba(244, 201, 129, 0.78);
  outline-offset: 4px;
}

.da-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.58s ease,
    transform 0.58s ease;
  transition-delay: var(--da-reveal-delay, 0ms);
}

.da-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.da-story,
.da-latest-card,
.da-guide-tile,
.da-context-card,
.da-visit-route,
.da-place-snapshot__fact,
.da-directory-card,
body.page:not(.home) .tt-content .post-grid-view .tt-post.type-2,
body.page:not(.home) .tt-content .post-grid-view .tt-post.type-3 {
  backface-visibility: hidden;
}

.da-story:hover,
.da-story:focus-within,
.da-latest-card:hover,
.da-latest-card:focus-within,
.da-guide-tile:hover,
.da-guide-tile:focus-within,
.da-context-card:hover,
.da-context-card:focus-within,
.da-visit-route:hover,
.da-visit-route:focus-within,
.da-place-snapshot__fact:hover,
.da-directory-card:hover,
.da-directory-card:focus-within {
  transform: translateY(-3px);
}

.da-story h3 a,
.da-latest-card h3 a,
.da-single-related-card h3 a,
.da-directory-card h2 a,
.da-search-card h2 a,
body.single-post .tt-content p a.decorated-link {
  background-image: linear-gradient(90deg, currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 2px;
  transition:
    background-size 0.22s ease,
    color 0.22s ease;
}

.da-story h3 a:hover,
.da-story h3 a:focus-visible,
.da-latest-card h3 a:hover,
.da-latest-card h3 a:focus-visible,
.da-single-related-card h3 a:hover,
.da-single-related-card h3 a:focus-visible,
.da-directory-card h2 a:hover,
.da-directory-card h2 a:focus-visible,
.da-search-card h2 a:hover,
.da-search-card h2 a:focus-visible,
body.single-post .tt-content p a.decorated-link:hover,
body.single-post .tt-content p a.decorated-link:focus-visible {
  background-size: 100% 2px;
}

.da-place-panel,
.da-transport-hub,
.da-visit-planner__board,
.da-planning-cta {
  isolation: isolate;
}

.da-place-panel,
.da-transport-hub,
.da-visit-planner__board,
.da-place-snapshot {
  transition:
    border-color 0.24s ease,
    box-shadow 0.24s ease,
    transform 0.24s ease;
}

.da-place-panel:hover,
.da-transport-hub:hover,
.da-visit-planner__board:hover,
.da-place-snapshot:hover {
  box-shadow: 0 30px 72px rgba(7, 29, 36, 0.14);
}

.da-place-sticky-actions {
  animation: daStickyActionsIn 0.36s ease both;
}

@keyframes daStickyActionsIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }

  .da-reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* Smart internal journey links. */
.da-smart-journey {
  display: grid;
  grid-template-columns: minmax(260px, 0.38fr) minmax(0, 0.62fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: stretch;
  margin-bottom: 28px;
  padding: clamp(24px, 3.5vw, 38px);
  border: 1px solid rgba(18, 61, 69, 0.1);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfa 100%);
  box-shadow: 0 18px 44px rgba(7, 29, 36, 0.08);
}

.da-smart-journey__head {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.da-smart-journey__head .da-kicker {
  color: var(--da-teal-dark) !important;
}

.da-smart-journey__head h2 {
  max-width: 470px;
  margin: 0;
  color: var(--da-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.03;
  text-wrap: balance;
}

.da-smart-journey__head p:not(.da-kicker) {
  max-width: 470px;
  margin: 14px 0 0;
  color: var(--da-muted);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.62;
}

.da-smart-journey__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.da-smart-journey-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  min-height: 148px;
  padding: 16px;
  border: 1px solid rgba(18, 61, 69, 0.09);
  border-radius: 8px;
  background: #fff;
  color: var(--da-deep) !important;
  text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(7, 29, 36, 0.05);
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.da-smart-journey-card:hover,
.da-smart-journey-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(13, 104, 112, 0.28);
  box-shadow: 0 18px 38px rgba(7, 29, 36, 0.1);
}

.da-smart-journey-card__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: #eefafa;
  color: var(--da-teal-dark);
  font-size: 12px;
  font-weight: 900;
}

.da-smart-journey-card__body {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.da-smart-journey-card em {
  color: var(--da-coral);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.da-smart-journey-card strong {
  color: var(--da-deep);
  font-size: 19px;
  font-weight: 900;
  line-height: 1.08;
  text-wrap: balance;
}

.da-smart-journey-card__body > span {
  color: var(--da-muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.da-smart-journey-card--before .da-smart-journey-card__count {
  background: rgba(244, 201, 129, 0.22);
  color: #735422;
}

.da-smart-journey-card--next .da-smart-journey-card__count {
  background: var(--da-deep);
  color: #fff;
}

@media (max-width: 767px) {
  .da-single-after {
    width: min(100% - 28px, 1180px);
  }

  .da-smart-journey {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 22px 18px;
  }

  .da-smart-journey__head h2 {
    font-size: 32px;
  }

  .da-smart-journey__grid {
    grid-template-columns: 1fr;
  }

  .da-smart-journey-card {
    min-height: 120px;
  }
}

/* Stronger single-post hero contrast. */
body.single-post .tt-blog-head.background-block {
  background-color: #071d24;
}

body.single-post .tt-blog-head.background-block::before {
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(4, 24, 31, 0.88) 0%, rgba(4, 24, 31, 0.68) 42%, rgba(4, 24, 31, 0.34) 100%),
    linear-gradient(0deg, rgba(4, 24, 31, 0.82) 0%, rgba(4, 24, 31, 0.28) 62%, rgba(4, 24, 31, 0.2) 100%);
}

body.single-post .tt-blog-head.background-block .tt-blog-head-inner,
body.single-post .tt-blog-head.background-block .container,
body.single-post .tt-blog-head.background-block .row,
body.single-post .tt-blog-head.background-block [class*="col-"] {
  position: relative;
  z-index: 1;
}

body.single-post .tt-blog-head.background-block h1.c-h1,
body.single-post .tt-blog-head.background-block .c-h1.text-center {
  color: #fff !important;
  text-shadow: 0 4px 22px rgba(0, 0, 0, 0.72);
}

body.single-post .tt-blog-head.background-block .tt-blog-category .c-btn {
  border-color: rgba(255, 255, 255, 0.34) !important;
  background: rgba(7, 29, 36, 0.48) !important;
  color: #fff !important;
  backdrop-filter: blur(10px);
}

.da-hero .da-eyebrow,
.da-hero .da-kicker {
  color: rgba(255, 255, 255, 0.82);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}

@media (max-width: 767px) {
  body.single-post .tt-blog-head.background-block::before {
    background:
      linear-gradient(90deg, rgba(4, 24, 31, 0.92), rgba(4, 24, 31, 0.72)),
      linear-gradient(0deg, rgba(4, 24, 31, 0.86), rgba(4, 24, 31, 0.3));
  }
}
