/* ==========================================================================
   Fonts — Figtree
   ========================================================================== */

@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ==========================================================================
   Base
   ========================================================================== */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.container {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 16px;
}

.container-l {
  max-width: 1540px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 16px;
}

body {
  margin: 0;
  font-family:
    "Figtree",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #111111;
  background-color: #ffffff;
}

/* ==========================================================================
   Typography — Figma style guide
   ========================================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
}

h1 {
  font-size: 70px;
}
h2 {
  font-size: 48px;
}
h3 {
  font-size: 36px;
}
h4 {
  font-size: 28px;
}
h5 {
  font-size: 24px;
}
h6 {
  font-size: 18px;
}

.subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  text-transform: uppercase;
}

.menu {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
}

.link,
a.link {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
}

.text-l {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.5;
}

.text-l--semibold {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.5;
}

.text-m {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
}
.text-m + .text-m {
  margin-top: 18px;
}

.prose br,
.text-m br,
.text-l br,
.text-image__body br,
.partners__item-text br,
.info-rows__body br,
.info-row__body br,
.faq__answer-text br,
.contact__body br,
.extras-card__text br {
    display: block;
    margin-top: 12px;
    content: "";
}

/* Global link styling for WYSIWYG / rich-text content blocks. Any body
   area that renders editor output (the_content, get_sub_field through
   wp_kses_post, ACF wysiwyg) gets the same teal underlined link. */
.prose a,
.text-image__body a,
.partners__item-text a,
.info-rows__body a,
.info-row__body a,
.info-list__item-text a,
.faq__answer-text a,
.faq__description a,
.contact__body a,
.contact-form__text a,
.extras-card__text a,
.text-module__content a,
.hero__text a,
.anchor-menu__description a,
.blog__description a,
.services__description a,
.pricing__description a,
.features__subtitle a {
    color: #359797;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.2s ease;
}

.prose a:hover,
.prose a:focus-visible,
.text-image__body a:hover,
.text-image__body a:focus-visible,
.partners__item-text a:hover,
.partners__item-text a:focus-visible,
.info-rows__body a:hover,
.info-rows__body a:focus-visible,
.info-row__body a:hover,
.info-row__body a:focus-visible,
.info-list__item-text a:hover,
.info-list__item-text a:focus-visible,
.faq__answer-text a:hover,
.faq__answer-text a:focus-visible,
.faq__description a:hover,
.faq__description a:focus-visible,
.contact__body a:hover,
.contact__body a:focus-visible,
.contact-form__text a:hover,
.contact-form__text a:focus-visible,
.extras-card__text a:hover,
.extras-card__text a:focus-visible,
.text-module__content a:hover,
.text-module__content a:focus-visible,
.hero__text a:hover,
.hero__text a:focus-visible,
.anchor-menu__description a:hover,
.anchor-menu__description a:focus-visible,
.blog__description a:hover,
.blog__description a:focus-visible,
.services__description a:hover,
.services__description a:focus-visible,
.pricing__description a:hover,
.pricing__description a:focus-visible,
.features__subtitle a:hover,
.features__subtitle a:focus-visible {
    text-decoration: none;
}

.text-sm {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

.text-s {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}

.text-xs {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
}

.cta {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.cta--small {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}


/* ==========================================================================
   Buttons (CTA style)
   ========================================================================== */

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 40px;
  border-radius: 999px;
  font-family: inherit;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #359797;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
  letter-spacing: 2%;
}

.btn--large {
  padding: 14px 28px;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

/* Icon slots */
.btn__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  flex-shrink: 0;
}

.btn__icon-img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  display: block;
  transition: filter 0.2s ease;
}

.btn--secondary .btn__icon-img,
.btn--primary:hover .btn__icon-img,
.btn--primary:focus-visible .btn__icon-img {
  filter: brightness(0) saturate(100%) invert(49%) sepia(35%) saturate(700%)
    hue-rotate(130deg) brightness(92%) contrast(85%);
}

.btn--primary .btn__icon-img,
.btn--secondary:hover .btn__icon-img,
.btn--secondary:focus-visible .btn__icon-img {
  filter: brightness(0) invert(1);
}

.btn--icon-left .btn__icon {
  order: 0;
}

.btn--icon-left .btn__label {
  order: 1;
}

.btn--icon-right .btn__label {
  order: 0;
}

.btn--icon-right .btn__icon {
  order: 1;
}

.btn--primary {
  background-color: #359797;
  color: #ffffff;
}

a.btn.btn--primary:hover {
  background-color: white;
  color: #359797;
}

.btn--secondary {
  background-color: #ffffff;
  color: #359797;
}

.btn--secondary:hover,
.btn--secondary:focus-visible {
  background-color: #359797;
  color: #ffffff;
}

.btn--blue {
  background-color: #2f6899;
  color: #ffffff;
  border-color: #2f6899;
  border-radius: 4px;
}

.btn--blue:hover,
.btn--blue:focus-visible {
  background-color: #25527a;
  border-color: #25527a;
  color: #ffffff;
}

.btn--blue .btn__icon-img {
  filter: brightness(0) invert(1);
}

/* ==========================================================================
   Hero
   ========================================================================== */

.hero {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  padding: 4rem 0;
  overflow: hidden;
  color: #ffffff;
  height: 860px;
}

.hero__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.hero__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(69, 46, 10, 0.9) 0%,
    rgba(69, 46, 10, 0.6) 40%,
    rgba(69, 46, 10, 0) 100%
  );
  pointer-events: none;
}

.hero__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.hero__title {
  margin: 0;
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}
.hero__title.hero__title--1 {
    font-size: clamp(32px, 4vw, 70px);
}
.hero__title.hero__title--2 {
    font-size: clamp(26px, 4vw, 48px);
}
.hero__text {
  margin: 0;
  color: #ffffff;
  max-width: 600px;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
}

.hero .btn {
  margin-top: 16px; /* 24px base gap + 16px = 40px between titles and button */
}

.reviews-badge {
  display: inline-block;
  text-decoration: none;
  transition: transform 0.2s ease;
}

.reviews-badge:hover,
.reviews-badge:focus-visible {
  text-decoration: none;
  transform: translateY(-2px);
}

.reviews-badge__img {
  display: block;
  max-width: 220px;
  height: auto;
}

.reviews-badge--desktop {
  position: fixed;
  right: 20px;
  bottom: 80px; 
  z-index: 95;
}

.reviews-badge--mobile {
  display: none;
}


/* ==========================================================================
   Eyebrow — reusable small label above headings
   ========================================================================== */

.eyebrow {
  display: inline-block;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #0482a4;
}

/* ==========================================================================
   Services (image grid)
   ========================================================================== */

.services {
  padding: 120px 0;
  background-color: #ffffff;
}

.services--bg-white {
  background-color: #ffffff;
}
.services--bg-cream {
  background-color: #fefcf9;
}

.services__header {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
}

.services__title, .text-image__title {
  margin: 0;
  color: #2f6899;
  font-size:clamp(26px,4vw,48px)
}
.pricing__title{
      font-size:clamp(26px,4vw,48px)

}

.services__description {
  margin: 0;
  max-width: 950px;
  color: #303030;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.5;
}

.services__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 32px;
}

.services__grid--3 {
  grid-template-columns: repeat(3, 1fr);
}
.services__grid--4 {
  grid-template-columns: repeat(4, 1fr);
}

.services__item {
  display: flex;
}

.services__item-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  color: #303030;
  text-decoration: none;
  transition: transform 0.25s ease;
  text-align: center;
}

a.services__item-inner:hover,
a.services__item-inner:focus-visible {
  text-decoration: none;
  transform: translateY(-3px);
}

.services__item-image {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 4px solid #359797;
  padding: 6px;
  background: #ffffff;
  box-sizing: border-box;
}

.services__item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}


.services__item-label {
  margin: 0;
  font-size: clamp(16px, 3vw,24px);

}

.services__cta {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

/* ==========================================================================
   Pricing (dark section with embedded widget)
   ========================================================================== */

.pricing {
  background-color: #092843;
  color: #ffffff;
  padding: 120px 0;
}

.pricing__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pricing__header {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
  max-width: 950px;
}

.pricing__eyebrow {
  color: #ffffff;
}

.pricing__title {
  margin: 0;
  color: #ffffff;
}

.pricing__title-highlight {
  color: #2f6899;
}

.pricing__description {
  margin: 0;
  color: #ffffff;
  font-weight: 600;
}

.pricing__embed {
  width: 100%;
}

.pricing__embed iframe {
  max-width: 100%;
  width: 100%;
  border: 0;
  display: block;

}

.pricing__footer {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}
span.footer-pricing-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
}

/* ==========================================================================
   Text + Image
   ========================================================================== */

.text-image {
  padding: 124px 0;
}

.text-image:has(+ .anchor-menu) {
  padding: 60px 0;
}

/* Two consecutive text-image sections — collapse the gap so we don't get
   double padding between them (124+124 on desktop, 32+32 on mobile). */
.text-image + .text-image {
  padding-top: 0;
}

.text-image__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.text-image__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.text-image__eyebrow {
  margin-bottom: 0;
}

.text-image__title {
  margin: 0;
  color: #2f6899;
}

.text-image__subtitle {
  margin: 0 0 8px;
  color: #303030;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.5;
}

.text-image__body {
  color: #303030;
}

.text-image__body p {
  margin: 0 0 18px;
}

.text-image__body p:last-child {
  margin-bottom: 0;
}

.text-image__cta {
  margin-top: 8px;
}

.text-image__media {
  width: 100%;
}

.text-image__img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.text-image--image-left .text-image__media {
  order: 0;
}
.text-image--image-left .text-image__text {
  order: 1;
}
.text-image--image-right .text-image__text {
  order: 0;
}
.text-image--image-right .text-image__media {
  order: 1;
}

/* ==========================================================================
   FAQ (accordion with schema.org markup)
   ========================================================================== */

.faq {
  padding: 120px 0;
  background-color: #f4ecde;
}

.faq:has(+ .faq) {
  padding-bottom: 24px;
}
.faq + .faq {
  padding-top: 24px;
}

.anchor-menu--bg-cream + .faq {
  padding-top: 24px;
}

.faq__header {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 48px;
}

.faq__eyebrow {
  color: #2f6899;
}

.faq__title {
  margin: 0;
  color: #2f6899;
  font-size:clamp(26px,4vw,48px)
}

.faq--title-dark .faq__title {
  color: #303030;
font-size: clamp(24px, 4vw, 36px);
}

.faq--title-dark .faq__header {
  margin-bottom: 24px;
}

.faq__description {
  margin: 0;
  color: #303030;
  font-weight: 600;
}

.faq__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.faq__item {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
}

.faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 32px;
  cursor: pointer;
  list-style: none;
  font-weight: 600;
  color: #303030;
}

.faq__question h3{
    font-size: clamp(20px,3vw, 28px);
}

.faq__question::-webkit-details-marker {
  display: none;
}
.faq__question::marker {
  content: "";
}

.faq__question-text {
  flex: 1;
}

.faq__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}

.faq__arrow-img {
  width: 100%;
  height: auto;
  display: block;
}

.faq__item[open] .faq__arrow {
  transform: rotate(180deg);
}

.faq__answer {
  padding: 0 32px 24px 32px;
  animation: faq-fade-in 0.25s ease;
}
.faq__answer-text.text-m {
  color: #303030;
}

@keyframes faq-fade-in {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.faq__answer-text p {
  margin: 0 0 12px;
}

.faq__answer-text p:last-child {
  margin-bottom: 0;
}

.faq__footer {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}

.faq__footer-text {
    margin: 0;
    color: #303030;
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 600;
    line-height: 1.2;
}

/* ==========================================================================
   Blog
   ========================================================================== */

.blog {
  /*padding-bottom: 120px;*/
  background-color: #fefcf9;
}
section.blog.blog--blog_page {
  background-color: white;
}

.blog__header {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 48px;
  padding-top: 120px;
}

.blog__eyebrow {
  color: #2f6899;
}

.blog__title {
  margin: 0;
  color: #2f6899;
  font-size:clamp(26px, 4vw, 48px)
}

.blog__description {
  margin: 0;
  color: #303030;
  font-weight: 600;
}

.blog__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  /*margin-bottom: 120px;*/
}

.blog__inner{
  padding-bottom: 120px;
}

.blog__cta {
  display: flex;
  justify-content: center;
  margin-top: 48px;
  /*padding-bottom: 120px;*/
}

/* Blog card */
.blog-card {
  position: relative;
  display: flex;
  flex-direction: column;
  /* background: #22303c; */
  color: #ffffff;
  border-radius: 6px;
  overflow: hidden;
}

.blog-card__link {
  position: absolute;
  inset: 0;
  z-index: 2;
  text-indent: -9999px;
}

.blog-card__media {
  height: 270px;
  object-fit: cover;
  overflow: hidden;
  background: #0f2a44;
}

.blog-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog-card__body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
      background: #22303c;
}

.blog-card__category {
  position: relative;
  z-index: 3;
  align-self: flex-start;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 2%;
  text-transform: uppercase;
  color: #5db3b3;
  text-decoration: none;
}

.blog-card__title {
  margin: 0;
  color: #ffffff;
  font-weight: 600;
  font-size:clamp(18px,4vw,24px)
}

.blog-card__footer {
  background: #359797;
  padding: 16px;
  transition: background-color 0.25s ease;
  border: 1px solid #359797;
  border-radius: 0 0 6px 6px;
}

.blog-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 2%;
  text-transform: uppercase;
  transition: color 0.25s ease;
}

.blog-card__cta-arrow {
  display: inline-flex;
  align-items: center;
  transition: transform 0.2s ease;
}

.blog-card__cta-arrow-img {
  transition: filter 0.25s ease;
}

/* Hover state: white footer with teal text and teal arrow */
.blog-card:hover .blog-card__footer,
.blog-card:focus-within .blog-card__footer {
  background: #ffffff;
}

.blog-card:hover .blog-card__cta,
.blog-card:focus-within .blog-card__cta {
  color: #359797;
}

.blog-card:hover .blog-card__cta-arrow-img,
.blog-card:focus-within .blog-card__cta-arrow-img {
  /* Recolour the white SVG arrow to teal (#359797) */
  filter: brightness(0) saturate(100%) invert(49%) sepia(35%) saturate(700%)
    hue-rotate(130deg) brightness(92%) contrast(85%);
}


/* Pagination */
.blog__pagination {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}

.pagination {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}

.pagination__item .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border-radius: 6px;
  border: 1px solid #359797;
  color: #303030;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  background: #ffffff;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}
.pagination__item .page-numbers:hover,
.pagination__item .page-numbers:focus-visible {
  background: #359797;
  color: #ffffff;
}

.pagination__item .page-numbers.current {
  background: #359797;
  color: #ffffff;
}

.pagination__arrow {
  display: block;
}

.pagination__item .page-numbers:hover .pagination__arrow,
.pagination__item .page-numbers:focus-visible .pagination__arrow {
  filter: brightness(0) invert(1); /* white on hover */
}

.pagination__item .page-numbers.dots {
  border-color: transparent;
  background: transparent;
  cursor: default;
}

/* ==========================================================================
   404 — Page Not Found
   ========================================================================== */
.error404 .site-breadcrumbs{
    display:none
}
.error-404 {
  background-color: #359797;
  color: #ffffff;
  padding: 120px 0;
  min-height: 70vh;
  display: flex;
  align-items: center;
}

.error-404__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
}

.error-404__visual {
  margin-bottom: 32px;
}

.error-404__img {
  display: block;
}

.error-404__title {
  margin: 0;
  color: #ffffff;
}

.error-404__text {
  margin: 0;
  color: #ffffff;
  max-width: 600px;
}

.error-404__cta {
  margin-top: 32px;
}

.error-404 .btn--secondary {
  background-color: #ffffff;
  color: #359797;
  border-color: #ffffff;
}

.error-404 .btn--secondary:hover,
.error-404 .btn--secondary:focus-visible {
  background-color: transparent;
  color: #ffffff;
}

.error-404 .btn--secondary .btn__icon-img {
  filter: brightness(0) saturate(100%) invert(49%) sepia(35%) saturate(700%)
    hue-rotate(130deg) brightness(92%) contrast(85%);
}

.error-404 .btn--secondary:hover .btn__icon-img,
.error-404 .btn--secondary:focus-visible .btn__icon-img {
  filter: brightness(0) invert(1);
}

/* ==========================================================================
   Info Rows — each row is its own full-width section with a bottom border
   ========================================================================== */

.info-row {
  padding: 60px 0;
  border-bottom: 1px solid #b3b3b3;
}

.info-rows {
  padding: 60px 0;
}

.info-row:last-child {
  border-bottom: 0;
}

.info-row__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.info-row--image-left .info-row__media {
  order: 0;
}
.info-row--image-left .info-row__text {
  order: 1;
}
.info-row--image-right .info-row__text {
  order: 0;
}
.info-row--image-right .info-row__media {
  order: 1;
}

.info-row__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.info-row__eyebrow {
  color: #2f6899;
}

.info-row__title {
  margin: 0;
  color: #2f6899;
}

.info-row__body {
  color: #303030;
  margin-top: 8px;
}
.info-row__body p {
  margin: 0 0 18px;
}
.info-row__body p:last-child {
  margin-bottom: 0;
}

.info-row__media {
  width: 100%;
}

.info-row__img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

/* ==========================================================================
   CTA Section
   ========================================================================== */

.cta-section {
  background-color: #359797;
  color: #ffffff;
  padding: 60px 0;
}

.cta-section__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 76px;
  text-align: center;
}

.cta-section__title {
  margin: 0;
  color: #ffffff;
  text-align: left;
  width: 70%;
  font-size:clamp(24px, 4vw,36px);
  font-weight: 600;
}

.cta-section .btn {
  background-color: #ffffff;
  color: #359797;
  border-color: #ffffff;
}

.cta-section .btn:hover,
.cta-section .btn:focus-visible {
  background-color: transparent !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}

.cta-section .btn .btn__icon-img {
  filter: brightness(0) saturate(100%) invert(49%) sepia(35%) saturate(700%)
    hue-rotate(130deg) brightness(92%) contrast(85%);
}

.cta-section .btn:hover .btn__icon-img,
.cta-section .btn:focus-visible .btn__icon-img {
  filter: brightness(0) invert(1);
}

/* ==========================================================================
   Contact (text + map embed)
   ========================================================================== */

.contact {
  padding: 80px 0;
}

.contact__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

.contact__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact__eyebrow {
  color: #2f6899;
}

.contact__title {
  margin: 0;
  color: #2f6899;
  font-size: clamp(26px,4vw,48px);
}

.contact__body {
  color: #303030;
}
.contact__body p {
  margin: 0 0 18px;
}
.contact__body p:last-child {
  margin-bottom: 0;
}

.contact__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.contact__map {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #f4f4f4;
  z-index: 0;
}

.contact__map iframe,
.contact__map > *,
.contact__map .acf-map,
.contact__map .leaflet-container {
  width: 100%;

  height: 100% !important;
  border: 0;
  display: block;
}

/* ==========================================================================
   Anchor Menu (horizontal jump links with dividers)
   ========================================================================== */

.anchor-menu {
  padding: 48px 0;
}

.anchor-menu--bg-white {
  background-color: #ffffff;
}
.anchor-menu--bg-cream {
  background-color: #f4ecde;
}

.anchor-menu__header {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 48px;
}

.anchor-menu__eyebrow {
  color: #2f6899;
}

.anchor-menu__title {
  margin: 0;
  color: #2f6899;
  font-size:clamp(26px, 4vw, 48px)
}

.anchor-menu__description {
  margin: 0;
  color: #303030;
  max-width: 640px;
}

.anchor-menu__nav {
  display: flex;
  justify-content: center;
}

.anchor-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0;
}

.anchor-menu__item {
  display: flex;
  align-items: center;
}

.anchor-menu__item + .anchor-menu__item::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 20px;
  background-color: #303030;
  margin: 0 24px;
}

.anchor-menu__link {
  display: inline-block;
  padding: 8px 0;
  color: #303030;
  text-decoration: none;
  position: relative;
  transition: color 0.2s ease;
}

.anchor-menu__label {
  margin: 0;
  color: inherit;
  white-space: nowrap;
}

.anchor-menu__link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 4px;
  border-radius: 2px;
  background-color: #359797;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.anchor-menu__link:hover,
.anchor-menu__link:focus-visible,
.anchor-menu__link.is-active {
  text-decoration: none;
}

.anchor-menu__link:hover::after,
.anchor-menu__link:focus-visible::after,
.anchor-menu__link.is-active::after {
  opacity: 1;
}

/* ==========================================================================
   Partners (title + list of partner rows with teal dividers)
   ========================================================================== */

.partners {
  padding: 24px 0 60px 0;
}

.partners__list .partners__item:last-child {
  border-bottom: 0;
}

.partners:has(+ .partners) {
  padding-bottom: 30px;
}
.partners + .partners {
  padding-top: 30px;
}

.partners:not(:has(+ .partners)) .partners__list > .partners__item:last-child {
  border-bottom: 0;
}

.partners__header {
  text-align: center;
  margin-bottom: 24px;
}

.partners__title {
  margin: 0;
  color: #2f6899;
}

.partners__list {
  border-top: 1px solid #359797;
}

.partners__item {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 80px;
  padding: 60px 0;
  border-bottom: 1px solid #359797;
  align-items: start;
}

.partners__item-media {
  width: 100%;
}

.partners__item-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  border-radius: 4px;
}

.partners__item-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.partners__item-title {
  margin: 0;
  color: #2f6899;
  font-size:clamp(24px,4vw, 36px)
}

.partners__item-text {
  color: #303030;
}

.partners__item-text p {
  margin: 0 0 18px;
}

.partners__item-text p:last-child {
  margin-bottom: 0;
}

.partners__item-cta {
  margin-top: 8px;
}

/* ==========================================================================
   Extras (grouped cards with availability + price)
   ========================================================================== */

.extras {
  padding: 0 0 80px 0;
}

.extras__inner {
  display: flex;
  flex-direction: column;
  gap: 72px;
}

.extras__group {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.extras__group-title {
  margin: 0;
  color: #303030;
  text-align: center;
  font-size:clamp(24px,4vw,36px)
}

.extras__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 32px;
}

.extras__grid--2 {
  grid-template-columns: repeat(2, 1fr);
}
.extras__grid--3 {
  grid-template-columns: repeat(3, 1fr);
}
.extras__grid--4 {
  grid-template-columns: repeat(4, 1fr);
}

.extras__item {
  display: flex;
}

/* Card */
.extras-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #0f2a44;
  color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
}

.extras-card__media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #0f2a44;
}

.extras-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.extras-card__body {
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
  background-color: #22303c;
  border-radius: 8px;
}

.extras-card--has-image .extras-card__body {
  padding: 16px;
}

.extras-card__availability {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1.4;
  color: #d7eaea;
}

.extras-card__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #359797;
  flex-shrink: 0;
}

.extras-card__title {
  margin: 0;
  color: #ffffff;
}

.extras-card__text {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
}

.extras-card__price {
  margin: 0;
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
}

.extras-card__price span {
  margin-left: 6px;
}

/* Footer */
.extras__footer {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.extras__footer-text {
  margin: 0;
  color: #303030;
  font-size:clamp(24px, 4vw, 36px);
  font-weight: 600;
}

/* ==========================================================================
   Info List (title + compact rows of small image + text)
   ========================================================================== */

.info-list {
  padding: 80px 0;
}

.info-list__inner {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.info-list__title {
  margin: 0;
  color: #2f6899;
  text-align: left;
  font-size:clamp(26px,4vw,48px)
}

.info-list__items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.info-list__item {
  display: grid;
  grid-template-columns: 270px 1fr;
  gap: 80px;
  padding: 60px 0;
  border-bottom: 1px solid #e5e5e5;
  align-items: start;
}

.info-list__item:first-child {
  padding-top: 0;
}
.info-list__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.info-list__item-media {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 6px;
  overflow: hidden;
}

.info-list__item-img {
  width: 100%;
  object-fit: cover;
  display: block;
}

.info-list__item-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.info-list__item-title {
  margin: 0;
  color: #303030;
  font-weight: 600;
  font-size:clamp(24px,4vw,36px)
}

.info-list__item-text {
  margin: 0;
  color: #303030;
}

/* ==========================================================================
   Content lists — teal dot bullets (applies to WYSIWYG <ul> output)
   ========================================================================== */

ul:not([class]),
.text-m ul,
.text-l ul,
.text-l--semibold ul,
.faq__answer-text ul,
.pricing__description ul,
.text-image__body ul,
.info-rows__body ul,
.info-row__body ul,
.partners__item-text ul,
.contact__body ul,
.services__description ul,
.extras-card__text ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1em;
}

ul:not([class]) li,
.text-m ul li,
.text-l ul li,
.text-l--semibold ul li,
.faq__answer-text ul li,
.pricing__description ul li,
.text-image__body ul li,
.info-rows__body ul li,
.info-row__body ul li,
.partners__item-text ul li,
.contact__body ul li,
.services__description ul li,
.extras-card__text ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
}

ul:not([class]) li::before,
.text-m ul li::before,
.text-l ul li::before,
.text-l--semibold ul li::before,
.faq__answer-text ul li::before,
.pricing__description ul li::before,
.text-image__body ul li::before,
.info-rows__body ul li::before,
.info-row__body ul li::before,
.partners__item-text ul li::before,
.contact__body ul li::before,
.services__description ul li::before,
.extras-card__text ul li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 0.6em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #359797;
  flex-shrink: 0;
}

ul:not([class]) li:last-child,
.text-m ul li:last-child,
.text-l ul li:last-child,
.text-l--semibold ul li:last-child,
.faq__answer-text ul li:last-child,
.pricing__description ul li:last-child,
.text-image__body ul li:last-child,
.info-rows__body ul li:last-child,
.info-row__body ul li:last-child,
.partners__item-text ul li:last-child,
.contact__body ul li:last-child,
.services__description ul li:last-child,
.extras-card__text ul li:last-child {
  margin-bottom: 0;
}

/* Ordered lists — numbered teal circles */
ol:not([class]),
.text-m ol,
.text-l ol,
.text-l--semibold ol,
.faq__answer-text ol,
.pricing__description ol,
.text-image__body ol,
.info-rows__body ol,
.info-row__body ol,
.partners__item-text ol,
.contact__body ol,
.services__description ol,
.extras-card__text ol {
  list-style: none;
  padding: 0;
  margin: 0 0 1em;
  counter-reset: content-counter;
}

ol:not([class]) li,
.text-m ol li,
.text-l ol li,
.text-l--semibold ol li,
.faq__answer-text ol li,
.pricing__description ol li,
.text-image__body ol li,
.info-rows__body ol li,
.info-row__body ol li,
.partners__item-text ol li,
.contact__body ol li,
.services__description ol li,
.extras-card__text ol li {
  position: relative;
  padding-left: 36px;
  margin-bottom: 14px;
  counter-increment: content-counter;
}

ol:not([class]) li::before,
.text-m ol li::before,
.text-l ol li::before,
.text-l--semibold ol li::before,
.faq__answer-text ol li::before,
.pricing__description ol li::before,
.text-image__body ol li::before,
.info-rows__body ol li::before,
.info-row__body ol li::before,
.partners__item-text ol li::before,
.contact__body ol li::before,
.services__description ol li::before,
.extras-card__text ol li::before {
  content: counter(content-counter);
  position: absolute;
  left: 0;
  top: 0.1em;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #0482a4;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}

ul.list-check {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.list-check li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
}

ul.list-check li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 14px;
  height: 10px;
  border-left: 2.5px solid #359797;
  border-bottom: 2.5px solid #359797;
  transform: rotate(-45deg);
}

ol:not([class]) li:last-child,
.text-m ol li:last-child,
.text-l ol li:last-child,
.text-l--semibold ol li:last-child,
.faq__answer-text ol li:last-child,
.pricing__description ol li:last-child,
.text-image__body ol li:last-child,
.info-rows__body ol li:last-child,
.info-row__body ol li:last-child,
.partners__item-text ol li:last-child,
.contact__body ol li:last-child,
.services__description ol li:last-child,
.extras-card__text ol li:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
   Site Header — sticky, floating white pill, logo overflows outside
   ========================================================================== */

.site-header {
  position: sticky;
  top: 40px;
  z-index: 100;
  margin-top: 40px;
  transition: top 0.25s ease;
}


body:has(.site-main > .hero:first-child):not(.mobile-menu-open) .site-header--static {
  background-color: transparent;
}

body:has(.site-main > .hero:first-child) .site-main > .hero:first-child {
  margin-top: -140px;
  padding-top: 320px;
  padding-bottom: 80px;
  align-items: flex-start;
}

body:has(.site-main > .hero:first-child) .site-breadcrumbs {
  display: none;
}

/* ==========================================================================
   Static header variant — cream bar at top, morphs to floating pill on scroll
   ========================================================================== */

.site-header--static {
  top: 0px;
  margin-top: 0px;
  background-color: #fdfaf5;
  padding: 30px 0;
  transition:
    background-color 0.25s ease,
    padding 0.25s ease;
}

.site-header--static > .container {
  padding: 0 16px;
  transition: max-width 0.25s ease;
}

.site-header--static .site-header__inner {
  background: #ffffff;
  border-radius: 999px;
  box-shadow: none;
  padding: 8px 16px 8px 120px;
  transition: box-shadow 0.25s ease;
}

/* Logo */
.site-header--static .site-header__logo {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}


.site-menu .sub-menu .current-menu-item > a,
.site-menu .sub-menu .current_page_item > a {
  color: #359797;
  border-bottom: 0;
}


.site-header--static.is-stuck {
  background-color: transparent;
  padding: 12px 0;
  top: 20px;
}

.site-header--static.is-stuck .site-header__inner {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
}

.site-header--static.is-stuck .site-header__inner {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
}

.site-header > .container {
  padding: 0 16px;
}

.site-header__inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
  background: #ffffff;
  border-radius: 999px;
  padding: 8px 16px 8px 120px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.25s ease;
}

.site-header.is-stuck .site-header__inner {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
}

.site-header__logo {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  text-decoration: none;
  color: inherit;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.site-header__logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
  display: block;
}

.site-header__logo-text {
  font-weight: 700;
  font-size: 14px;
  color: #303030;
}

.site-header__nav {
  flex: 1;
  display: flex;
  justify-content: end;
}

.site-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 24px;
}

.site-menu > li > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 4px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  color: #303030;
  text-decoration: none;
  transition: color 0.2s ease;
  height: 57px;
}


.site-menu > li {
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
}

.site-menu > li::after {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  bottom: -8px;
  height: 6px;
  border-radius: 2px;
  background-color: #359797;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}

.site-menu > li > a:hover,
.site-menu > li > a:focus-visible,
.site-menu > li.menu-item-has-children:hover > a,
.site-menu > li.menu-item-has-children:focus-within > a {
  text-decoration: none;
}

.site-menu > li:hover::after,
.site-menu > li:focus-within::after,
.site-menu > .current-menu-item::after,
.site-menu > .current_page_item::after,
.site-menu > .current-menu-ancestor::after {
  opacity: 1;
}

.site-menu .sub-menu {
  list-style: none;
  margin: 0;
  padding: 12px;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 220px;
  background: #ffffff;
  border-radius: 0 0 8px 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    visibility 0.2s ease;
  z-index: 110;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0 24px;
}

.site-menu .sub-menu:has(> li:nth-child(5)) {
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  min-width: 540px;
}

.site-menu .sub-menu:has(> li:nth-child(13)) {
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  min-width: 760px;
}



.site-menu > .pll-parent-menu-item > .sub-menu,
.site-menu > .pll-parent-menu-item > .sub-menu:has(> li:nth-child(5)),
.site-menu > .pll-parent-menu-item > .sub-menu:has(> li:nth-child(13)) {
  grid-template-columns: 1fr;
  /* Align the dropdown to the parent <a>'s box (skipping the 24px
     divider-padding) so it has the same width as the "DE" toggle. */
  left: 28px;
  right: 4px;
  min-width: 0;
  width: auto;
  padding: 6px 0;
}

.site-menu > .pll-parent-menu-item > .sub-menu > li > a {
  padding: 8px 4px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #303030;
  text-align: center;
}

.site-menu > .pll-parent-menu-item > .sub-menu > li.current-lang > a {
  color: #359797;
}

.site-menu > .pll-parent-menu-item {
  position: relative;
  padding-left: 24px;
}

.site-menu > .pll-parent-menu-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 20px;
  background-color: #303030;
}

/* Underline aligns with the link's box, not the <li>'s left padding
   that holds the divider. */
.site-menu > .pll-parent-menu-item::after {
  left: 28px;
  right: 4px;
}

.site-menu > li {
  position: relative;
}

.site-menu > li.menu-item-has-children:hover > .sub-menu,
.site-menu > li.menu-item-has-children:focus-within > .sub-menu,
.site-menu > li.menu-item-has-children.is-open > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.site-menu .sub-menu > li > a {
  display: block;
  padding: 10px 18px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.35;
  color: #303030;
  text-decoration: none;
  word-break: break-word;
  overflow-wrap: anywhere;
  transition:
    background-color 0.15s ease,
    color 0.15s ease;
}

.site-menu .sub-menu > li > a:hover,
.site-menu .sub-menu > li > a:focus-visible {
  color: #359797;
  text-decoration: none;
}

.site-menu > li.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../images/menu-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.2s ease;
}

.site-menu > li.menu-item-has-children:hover > a::after,
.site-menu > li.menu-item-has-children:focus-within > a::after,
.site-menu > li.menu-item-has-children.is-open > a::after {
  transform: rotate(180deg);
}

.site-menu > li.menu-item-has-children:hover > a::after,
.site-menu > li.menu-item-has-children:focus-within > a::after,
.site-menu > li.menu-item-has-children.is-open > a::after,
.site-menu > .menu-item-has-children.current-menu-item > a::after,
.site-menu > .menu-item-has-children.current_page_item > a::after,
.site-menu > .menu-item-has-children.current-menu-ancestor > a::after {
  background-image: url("../images/active-menu-icon.svg");
}

.site-header__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.site-header__actions .btn {
  padding: 13px 20px;
}

/* Language switcher */
.lang-switcher {
  position: relative;
  display: inline-block;
}

.lang-switcher__toggle {
  background: transparent;
  border: 0;
  cursor: pointer;
  font: inherit;
  font-weight: 600;
  font-size: 14px;
  color: #303030;
  padding: 6px 10px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border-left: 1px solid #e0e0e0;
  border-radius: 0;
}

.lang-switcher__toggle:hover {
  color: #359797;
}

.lang-switcher__list {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  list-style: none;
  padding: 6px 0;
  margin: 0;
  min-width: 140px;
  z-index: 10;
}

.lang-switcher__list[hidden] {
  display: none;
}

.lang-switcher__list a {
  display: block;
  padding: 8px 14px;
  color: #303030;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.lang-switcher__list a:hover {
  background: #f4ecde;
  color: #359797;
}

.lang-switcher__name {
  font-weight: 400;
  margin-left: 6px;
  color: #666;
}

/* Burger */
.site-header__burger {
  display: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 10px;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;
  background-color: #359797;
  border-radius: 50%;
  color: #ffffff;
  box-sizing: border-box;
}

.site-header__burger-bars {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 20px;
}

.site-header__burger-bars span {
  display: block;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
}

.site-header.is-menu-open .site-header__burger-bars span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.site-header.is-menu-open .site-header__burger-bars span:nth-child(2) {
  opacity: 0;
}

.site-header.is-menu-open .site-header__burger-bars span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

/* When the mobile menu is open, the entire header area (including the
   sticky gap above the pill) becomes white — drawer flows directly into it. */
html:has(body.mobile-menu-open),
body.mobile-menu-open,
body.mobile-menu-open #page {
  background-color: #ffffff;
}

body.mobile-menu-open .site-header {
  background-color: #ffffff;
}

body.mobile-menu-open .site-header > .container {
  background-color: #ffffff;
}

/* Override both base and sticky shadow on the pill when menu is open */
body.mobile-menu-open .site-header__inner,
body.mobile-menu-open .site-header.is-stuck .site-header__inner {
  box-shadow: none;
}

/* Fixed white wash above the sticky header so the gap between viewport top
   and the pill stays white when the menu is open */
body.mobile-menu-open::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 40px;
  background: #ffffff;
  z-index: 99; /* below header (z 100), above content */
  pointer-events: none;
}

/* Mobile drawer */
.mobile-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #ffffff;
  border-radius: 0;
  padding: 24px 16px;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

.mobile-menu[hidden] {
  display: none;
}
.site-header.is-menu-open .mobile-menu {
  display: block;
}

.mobile-menu__list,
.mobile-menu__nav .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Top-level items */
.mobile-menu__list > .menu-item > a,
.mobile-menu__nav .menu > .menu-item > a {
  display: block;
  padding: 0px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  color: #303030;
  text-decoration: none;
}

/* Top-level mobile menu items stay dark — only apply teal on devices that
   actually have hover (desktop) and only for non-parent items */
@media (hover: hover) {
  .mobile-menu__list > .menu-item:not(.menu-item-has-children) > a:hover,
  .mobile-menu__nav .menu > .menu-item:not(.menu-item-has-children) > a:hover {
    color: #359797;
  }
}

/* Parent items in mobile drawer always stay dark, regardless of state
   (current page, focus, open submenu, etc.) */
.mobile-menu .menu-item-has-children > a,
.mobile-menu .menu-item-has-children.is-open > a,
.mobile-menu .menu-item-has-children.current-menu-item > a,
.mobile-menu .menu-item-has-children.current_page_item > a,
.mobile-menu .menu-item-has-children.current-menu-ancestor > a,
.mobile-menu .menu-item-has-children > a:focus,
.mobile-menu .menu-item-has-children > a:active {
  color: #303030;
}

/* Submenu container */
.mobile-menu .sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.3s ease,
    padding 0.3s ease;
}

.mobile-menu .menu-item-has-children.is-open > .sub-menu {
  max-height: 1500px;
  padding: 0;
}

/* Submenu items — teal color, no borders, slightly smaller */
.mobile-menu .sub-menu > .menu-item > a {
  display: block;
  padding: 6px 0;
  font-weight: 600;
  font-size: 18px;
  color: #359797;
  text-decoration: none;
  border-bottom: 0;
}

.mobile-menu .sub-menu > .menu-item > a:hover {
  color: #2d8484;
}


.mobile-menu .menu-item-has-children.is-open > a {
  border-bottom: 0;
}

/* Parent item — row layout so the anchor (navigates) and the chevron
   toggle button (opens submenu) sit side by side. Submenu wraps below. */
.mobile-menu__list > .menu-item-has-children,
.mobile-menu__nav .menu > .menu-item-has-children {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.mobile-menu__list > .menu-item-has-children > a,
.mobile-menu__nav .menu > .menu-item-has-children > a {
  flex: 1 1 auto;
}

.mobile-menu__list > .menu-item-has-children > .sub-menu,
.mobile-menu__nav .menu > .menu-item-has-children > .sub-menu {
  flex: 0 0 100%;
}

/* Chevron toggle button — independent tap target on the right */
.mobile-menu__sub-toggle {
  flex: 0 0 44px;
  height: 32px;
  background: transparent;
  border: 0;
  padding: 0;
  margin-left: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-menu__sub-toggle::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("../images/menu-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.25s ease;
}

.mobile-menu__list > .menu-item-has-children.is-open > .mobile-menu__sub-toggle::before,
.mobile-menu__nav .menu > .menu-item-has-children.is-open > .mobile-menu__sub-toggle::before {
  transform: rotate(180deg);
}

.mobile-menu__langs {
  list-style: none;
  margin: 16px 0 0;
  padding: 16px 0 0;
  border-top: 1px solid #e0e0e0;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.mobile-menu__langs a {
  font-weight: 600;
  font-size: 14px;
  color: #303030;
  text-decoration: none;
}

.mobile-menu__buttons {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mobile-menu__buttons .btn {
  width: 100%;
  justify-content: center;
}

.mobile-menu__socials {
  list-style: none;
  margin: 48px 0 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.mobile-menu__socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  transition: transform 0.2s ease;
}

.mobile-menu__socials a:hover {
  transform: translateY(-2px);
}

.mobile-menu__socials img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* ==========================================================================
   Popup (booking iframe)
   ========================================================================== */

#booking-popup {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  background: rgba(0, 0, 0, 0.6);  /* ← add this back */
  overflow: hidden;
}

#booking-popup[hidden] {
  display: none;
}

#booking-popup iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  /* NO min-height — let FareHarbor size itself */
}
/* Lock body scroll when popup is open */
body.popup-open {
  overflow: hidden;
}

/* ==========================================================================
   Site Footer
   ========================================================================== */

.site-footer {
  background-color: #0b2c4a;
  color: #ffffff;
  padding: 24px 0;
}

.site-footer__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* Row 1 — logo + socials */
.site-footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 32px;
  border-bottom: 1px solid #2f6899;
}

.site-footer__brand {
  display: inline-flex;
  align-items: center;
  gap: 32px;
  text-decoration: none;
  color: #ffffff;
}

.site-footer__brand:hover {
  text-decoration: none;
}

.site-footer__logo {
  width: 70px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.site-footer__logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}

.site-footer__brand-text {
  font-weight: 600;
  font-size: clamp(16px,4vw,18px);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
}

.site-footer__socials {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 32px;
}

.site-footer__socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  transition: transform 0.2s ease;
}

.site-footer__socials a:hover {
  transform: translateY(-2px);
}

.site-footer__socials img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Row 2 — 4 columns */
.site-footer__cols {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.site-footer__heading {
    margin: 0 0 24px;
    font-weight: 600;
    color: #ffffff;
    font-size: clamp(16px, 3vw, 18px);
    display: block;
}

.site-footer__contact {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
}

.site-footer__contact-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.site-footer__contact-item a {
  color: inherit;
  text-decoration: none;
}

.site-footer__contact-item a:hover {
  color: #359797;
}

.site-footer__contact-icon {
  color: #359797;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.site-footer__contact-icon-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.site-footer__newsletter {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}

.site-footer__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 16px;
}

.site-footer__menu a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

.site-footer__menu a:hover {
  color: #ffffff;
}

/* Row 3 — legal + copyright */
.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding-top: 24px;
  border-top: 1px solid #2f6899;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
}

.site-footer__legal {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0 24px;
}

.site-footer__legal a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

.site-footer__legal a:hover {
  color: #ffffff;
}

.site-footer__copyright {
  margin: 0;
}

/* ==========================================================================
   Back to Top button
   ========================================================================== */

.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 96;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background-color: #359797;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease,
    background-color 0.2s ease;
}

.back-to-top__icon {
  width: 18px;
  height: auto;
  display: block;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top:hover,
.back-to-top:focus-visible {
  background-color: #2d8484;
}

/* ==========================================================================
   Features (global icon + label grid from Feature CPT)
   ========================================================================== */

.features {
  padding: 80px 0;
  background-color: #fefcf9;
}

.features__header {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 48px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.features__eyebrow {
  color: #2f6899;
}

.features__title {
  margin: 0;
  color: #2f6899;
}

.features__subtitle {
  margin: 0;
  color: #303030;
}

.features__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 60px;
}

.features__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
}

.features__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.features__icon-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.features__label {
  font-weight: 600;
  line-height: 1.3;
  color: #303030;
}

/* ==========================================================================
   Sticky Social Bar
   ========================================================================== */

.social-sticky {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 90;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease,
    visibility 0.25s ease;
}

/* When footer is in view, fade out the floating widgets so they don't overlap */
.social-sticky.is-hidden-near-footer,
.reviews-badge--desktop.is-hidden-near-footer,
.back-to-top.is-hidden-near-footer {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transform: translateY(-50%) translateX(20px);
}

.reviews-badge--desktop.is-hidden-near-footer,
.back-to-top.is-hidden-near-footer {
  transform: translateX(20px);
}

.social-sticky__item {
  display: block;
}

.social-sticky__link {
  display: block;
  text-decoration: none;
  transition: transform 0.2s ease;
}

.social-sticky__link:hover,
.social-sticky__link:focus-visible {
  transform: translateX(-2px);
  text-decoration: none;
}

.social-sticky__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.social-sticky__icon-img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  display: block;
}

/* ==========================================================================
   Single Post
   ========================================================================== */

.post-single {
  padding: 64px 0 120px 0;
  background: #ffffff;
}

.post-single__inner {
  max-width: 800px;
}

/* Match the breadcrumbs container to the post column on single blog posts. */
.single .site-breadcrumbs .container {
  max-width: 800px;
}

/* Default fallback when a page has no flexible content — wraps the_content()
   in a readable column with the same typography as single posts. */
.default-content {
  padding: 60px 0;
}

.default-content__inner {
  max-width: 800px;
}

.post-single__header {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 24px;
}

.post-single__category {
  align-self: flex-start;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #359797;
  text-decoration: none;
}

.post-single__category:hover {
  text-decoration: underline;
}

.post-single__title {
  margin: 0;
  color: #2f6899;

}

.post-single__lead {
  margin: 0;
  color: #303030;
}

.post-single__featured {
  margin: 0 0 24px;
}

.post-single__featured-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

.prose {
  color: #303030;
  font-size: 18px;
  line-height: 1.6;
}

.prose h2 {
  margin: 0 0 24px;
  scroll-margin-top: 140px;
}

.prose h3 {
  margin: 0 0 24px ;

}

.prose p {
  margin: 0 0 18px;
}

.prose p:last-child {
  margin-bottom: 0;
}

.prose img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  margin: 24px 0;
}

/* WordPress image / figure alignment inside post content.
  */
.prose .alignleft,
.prose figure.alignleft,
.prose .wp-block-image.alignleft {
  float: left;
  margin: 8px 28px 16px 0;
  max-width: 50%;
}

.prose .alignright,
.prose figure.alignright,
.prose .wp-block-image.alignright {
  float: right;
  margin: 8px 0 16px 28px;
  max-width: 50%;
}

.prose .aligncenter,
.prose figure.aligncenter,
.prose .wp-block-image.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.prose .alignnone,
.prose figure.alignnone {
  display: block;
  margin: 24px 0;
}

.prose .alignwide  { max-width: 100%; }
.prose .alignfull  { max-width: 100%; }

/* Figure children inherit the figure's alignment box */
.prose figure.alignleft img,
.prose figure.alignright img,
.prose figure.aligncenter img,
.prose .wp-block-image.alignleft img,
.prose .wp-block-image.alignright img,
.prose .wp-block-image.aligncenter img {
  margin: 0;
  display: block;
  max-width: 100%;
  height: auto;
}

.prose figcaption,
.prose .wp-block-image figcaption {
  margin-top: 8px;
  font-size: 14px;
  color: #6b6b6b;
  text-align: center;
}

/* Clear floats so following sections (related posts, FAQ) don't wrap up
   alongside a trailing floated image. */
.prose::after {
  content: "";
  display: block;
  clear: both;
}

/* Related posts — smaller padding & top border for separation */
.blog--related {
  padding: 60px 0 0;
  background: #ffffff;
}

.blog--related .blog__title {
  margin-bottom: 0;
}

/* ==========================================================================
   Contact Form
   ========================================================================== */

.contact-form {
  background-color: #092843;
  color: #ffffff;
  padding: 120px 0;
}
.contact-form__inner {
  max-width: 1100px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.contact-form__header {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
}

.contact-form__eyebrow {
  color: #ffffff;
}

.contact-form__title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(26px, 4vw, 48px);
}

.contact-form__text {
  margin: 0;
  color: #ffffff;
}

.contact-form__text p {
  margin: 0 0 12px;
}

.contact-form__text p:last-child {
  margin-bottom: 0;
}

.contact-form__form {
  background: #ffffff;
  color: #303030;
  padding: 60px 120px;
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

/* Reset CF7 paragraph margins so the grid controls spacing */
.contact-form__form .wpcf7-form > p,
.contact-form__form > form > p {
  margin: 0;
}

/* Grid */
.cf-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.cf-field p {
  margin: 0px;
}

.cf-field--full {
  grid-column: 1 / -1;
}

.cf-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cf-field__label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #636363;
  margin: 0;
}

/* CF7 wraps inputs in <span class="wpcf7-form-control-wrap"> — neutralize its spacing */
.cf-field .wpcf7-form-control-wrap {
  display: block;
  margin: 0;
  padding: 0;
}

/* Kill only the inline <br> tags CF7 auto-inserts between label and input */
.cf-field > br,
.cf-field label > br {
  display: none;
}

/* Inputs */
.contact-form__form input[type="text"],
.contact-form__form input[type="email"],
.contact-form__form input[type="tel"],
.contact-form__form input[type="url"],
.contact-form__form input[type="number"],
.contact-form__form select,
.contact-form__form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #d5d5d5;
  border-bottom-color: #303030;
  border-radius: 4px 4px 0 0;
  background: #ffffff;
  color: #757575;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.4;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
  box-sizing: border-box;
}

.contact-form__form input::placeholder,
.contact-form__form textarea::placeholder {
  color: #9a9a9a;
}

.contact-form__form input:focus,
.contact-form__form select:focus,
.contact-form__form textarea:focus {
  outline: 0;
  border-color: #359797;
  box-shadow: 0 0 0 3px rgba(53, 151, 151, 0.15);
}

.contact-form__form textarea {
  min-height: 110px;
  resize: vertical;
}

/* Custom select arrow */
.contact-form__form select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 40px;
  background-image: url("../images/cf7-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 14px auto;
}

/* Footer row — consent (left) + submit (right), side by side */
.cf-footer {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 32px;
  align-items: center;
  margin-top: 8px;
}

/* CF7 wraps shortcodes in <p> and may insert <br> — flatten them so the
   grid sees the actual acceptance/submit elements directly. */
.cf-footer p {
  display: contents;
}

.cf-footer br {
  display: none;
}

.cf-footer > *,
.cf-footer p > * {
  margin: 0;
}

.cf-footer .wpcf7-acceptance {
  display: block;
  width: 100%;
  margin: 0;
}

.cf-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 16px;
  line-height: 1.45;
  color: #636363;
  margin: 0;
}

/* Submit fills the right column */
.cf-footer .wpcf7-submit,
.cf-footer input[type="submit"],
.cf-footer button[type="submit"] {
  width: 100%;
  min-width: 0;
}

.cf-consent input[type="checkbox"] {
  margin-top: 3px;
  accent-color: #359797;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.wpcf7-list-item {
    margin: 0 ;
}
.cf-consent a {
  color: #359797;
  text-decoration: underline;
}

/* Submit — matches .btn--primary; arrow icon sits right next to the label */
.contact-form__form input[type="submit"],
.contact-form__form button[type="submit"],
.contact-form__form .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 44px 10px 24px; /* extra right padding for the arrow */
  border-radius: 999px;
  background-color: #359797;
  color: #ffffff;
  border: 1px solid #359797;
  font-family: inherit;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  min-height: 44px;
  width: auto;

  /* Arrow icon next to the centered "ABSENDEN" text (button is full-width) */
  background-image: url("../images/btn-arrow.svg");
  background-repeat: no-repeat;
  background-position: calc(50% + 70px) center;
  background-size: 16px auto;

  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
}

.contact-form__form input[type="submit"]:hover,
.contact-form__form button[type="submit"]:hover,
.contact-form__form .wpcf7-submit:hover {
  background-color: #2d8484;
  transform: translateY(-1px);
}

/* ==========================================================================
   Yoast Breadcrumbs (rendered only on static-header pages)
   ========================================================================== */

.site-breadcrumbs {
  padding: 8px 0;
}

.site-breadcrumbs--bg-white {
  background-color: #ffffff;
}
.site-breadcrumbs--bg-cream {
  background-color: #f4ecde;
}

.site-breadcrumbs__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  line-height: 1.5;
  color: #303030;
}

.site-breadcrumbs__nav a {
  color: #303030;
  text-decoration: none;
}

.site-breadcrumbs__nav a:hover {
  text-decoration: underline;
}

.site-breadcrumbs__nav .breadcrumb_last {
  color: #757575;
}

.site-breadcrumbs__sep {
  width: 5px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
}

/*TABLE OF CONTENTS*/
div#ez-toc-container {
  border: none;
  padding: 24px 80px;
  border-radius: 4px;
  margin: 28px 0px;
  background-color: #f4ecde;
  width: 100%;
}
div#ez-toc-container .ez-toc-title {
  margin: 0 0 16px 0;
  font-size: clamp(20px, 3vw + 10px, 36px);
  font-weight: 600;
  color: #303030;
}
/* Remove default bullets */
.ez-toc-list li {
  list-style: none !important;
  padding-left: 28px;
  position: relative;
  margin-bottom: 16px;
  font-size: clamp(16px, 3vw + 10px, 18px);
  font-weight: 600;
}

div#ez-toc-container ul li,
div#ez-toc-container ul li a {
  font-size: 18px;
}
ul.ez-toc-list a.ez-toc-link {
  padding: 0 0 18px 28px;
}
/* Add checkmark icon */
.ez-toc-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  background-image: url("/wp-content/themes/bootsfahrt/assets/images/point.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
#ez-toc-container a:visited {
  color: #1a1a1a !important;
}
#ez-toc-container a:hover {
  text-decoration: none !important;
}

ul.ez-toc-list.ez-toc-list-level-1 {
  margin-top: 16px !important;
  padding: 0;
}
#ez-toc-container a {
  color: #1a1a1a !important;
  text-decoration: none;
}

/* ==========================================================================
   Detail list — <dl> with teal vertical line + bullet + bold title + description
   Use in any post body: <dl><dt>Title</dt><dd>Description</dd>…</dl>
   ========================================================================== */

.prose dl,
.text-m dl,
.text-image__body dl,
.info-rows__body dl,
.info-row__body dl,
.faq__answer-text dl,
.contact__body dl {
  margin: 1em 0;
  display: flex;
  flex-direction: column;
}

.prose dt,
.text-m dt,
.text-image__body dt,
.info-rows__body dt,
.info-row__body dt,
.faq__answer-text dt,
.contact__body dt {
  position: relative;
  margin: 0 0 6px;
  padding-left: 24px;
  font-weight: 600;
  color: #303030;
}

.prose dt::before,
.text-m dt::before,
.text-image__body dt::before,
.info-rows__body dt::before,
.info-row__body dt::before,
.faq__answer-text dt::before,
.contact__body dt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #359797;
}

.prose dd,
.text-m dd,
.text-image__body dd,
.info-rows__body dd,
.info-row__body dd,
.faq__answer-text dd,
.contact__body dd {
  margin: 0 0 18px 24px;
  color: #303030;
}

footer.pricing__footer .btn {
    padding: 10px 56px;
}


@media (max-width: 1100px) {
  .extras__grid--4 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1142px) {

  /* Hide the desktop nav and show the burger here. The phone icon-only
     treatment is already active from the 1440px block above. */
  .site-header__nav,
  .site-header__actions .lang-switcher {
    display: none;
  }
  .site-header__burger {
    display: inline-flex;
  }
  .site-header__actions {
    margin-left: auto;
  }
}


@media (max-width: 1440px) {
  .site-header {
    margin-top: 0;
    top: 0;
  }
  .site-header__inner {
    padding-left: 90px;
  }
  .site-header__logo {
    width: 80px;
    height: 80px;
  }

  /* Phone (secondary button) becomes icon-only here so the desktop nav still
     fits on common laptop widths (1100-1440px). The full burger menu only
     kicks in below 1100px — see that block. */
  .site-header__actions .btn--secondary .btn__label {
    display: none;
  }
  .site-header__actions .btn--secondary {
    gap: 0;
    width: 44px;
    height: 44px;
    justify-content: center;
  }
  .site-header__actions .btn {
    font-size: 14px;
  }

  /* On hero-led pages, the pill gets a translucent white bg so the hero
     image shows through slightly. Solid white is restored when the menu opens. */
  body:has(.site-main > .hero:first-child):not(.mobile-menu-open) .site-header--static .site-header__inner {
    background-color: rgba(255, 255, 255, 0.8);
  }
}

@media (max-width: 1024px) {
  body:has(.site-main > .hero:first-child) .site-main > .hero:first-child {
    margin-top: -140px;
    padding-top: 220px;
    padding-bottom: 40px;
    min-height: 800px;
    align-items: end;
  }

  /* Hero overlay shifts from left-to-right (desktop) to bottom-up on mobile */
  .hero {
    align-items: flex-end;
  }
  .hero__bg::after {
    background: linear-gradient(
      180deg,
      rgba(69, 46, 10, 0) 0%,
      rgba(69, 46, 10, 0.6) 79%,
      rgba(69, 46, 10, 0.9) 100%
    );
  }
  .hero__inner {
    align-items: center;
    text-align: center;
    gap: 12px;
  }
  .hero__title {
    text-align: center;
  }

  div#ez-toc-container {
    padding: 12px 24px !important;
  }
  ul.ez-toc-list a.ez-toc-link {
    padding: 0 0 8px 28px !important;
  }

  div#ez-toc-container {
    margin-top: 12px !important;
  }
  .post-single__featured {
    margin: 0px !important;
  }

  .extras__grid {
    gap: 16px;
  }
}

@media (max-width: 900px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  .eyebrow {
    font-size: 16px;
  }
  .text-l,
  .text-l--semibold {
    font-size: 18px;
  }
  .text-m {
    font-size: 16px;
  }
  .btn {
    font-size: 18px;
    padding: 14px;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .services {
    padding: 32px 0;
  }
  .services__grid--3,
  .services__grid--4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 8px;
  }
  .services__cta .btn,
  .pricing__footer .btn {
    width: auto;
    padding: 13px 40px;
  }
  span.footer-pricing-title {
    font-size: 20px;
}
  .hero .btn {
    margin-top: 8px;
    width: auto;
    padding: 13px 40px;
  }
  .text-image__body.text-m {
    margin: 6px 0px;
  }
  .faq__list {
    gap: 4px;
  }
  .pricing__footer {
    gap: 8px;
  }
  .services__item-inner {
    gap: 4px;
  }
  .contact__body p {
    margin: 0 0 12px;
  }
  .pricing {
    padding: 32px 0;
  }
  .pricing__header {
    margin-bottom: 20px;
    gap: 8px;
    max-width: 100%;
  }
  .text-image {
    padding: 32px 0;
  }
  .text-image__inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .text-image__text {
    gap: 8px;
  }
  .partners__item-content {
    gap: 8px;
  }
  .text-image__cta {
    width: 100%;
  }
  .text-image__cta .btn {
    width: 100%;
    justify-content: center;
  }
  .pricing__footer {
    margin-top: 20px;
  }
  .faq {
    padding: 32px 0;
  }
  .faq__header {
    gap: 8px;
    margin-bottom: 24px;
  }
  .faq__item {
    border-radius: 4px;
  }
  .faq__arrow {
    width: 18px;
  }
  .faq__footer {
    margin-top: 24px;
    gap: 12px;
  }
  .faq__question {
    padding: 12px 16px;
  }
  .faq__answer {
    padding: 0 12px 16px;
  }
  /*.blog {*/
  /*  padding: 32px 0;*/
  /*}*/
  .blog__header {
    gap: 8px;
    margin-bottom: 20px;
    padding-top: 32px;
  }
  .blog__cta {
    margin-top: 8px;
    padding-bottom: 32px;
    width: 100%;
  }
  .blog__cta .btn {
    width: 100%;
    justify-content: center;
  }
  .blog__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .blog__inner{
    padding-bottom: 32px;
  }
  .blog__description {
    width: 85%;
  }

  .site-footer__brand{
    gap:12px
  }
  /* Non-paginated blog (manual / automatic) — horizontal swipeable cards.
     Uses section.blog so it doesn't accidentally match <body class="blog">,
     which WordPress applies on the posts page (is_home). */
  section.blog:not(.blog--blog_page) .blog__grid {
    display: flex;
    grid-template-columns: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 8px;
    padding: 8px 16px 16px;
    margin: 0 -16px;
    scroll-padding-left: 16px;
  }
  section.blog:not(.blog--blog_page) .blog__grid::-webkit-scrollbar {
    display: none;
  }
  section.blog:not(.blog--blog_page) .blog__grid > .blog-card {
    flex: 0 0 85%;
    max-width: 360px;
    scroll-snap-align: start;
  }
  /* Single card → fill the width, no carousel hint */
  section.blog:not(.blog--blog_page) .blog__grid:has(> .blog-card:only-child) {
    overflow-x: visible;
    scroll-snap-type: none;
    padding: 0;
    margin: 0;
  }
  section.blog:not(.blog--blog_page)
    .blog__grid:has(> .blog-card:only-child)
    > .blog-card {
    flex: 1 1 100%;
    max-width: none;
  }

  .info-rows {
    padding: 0;
  }
  .info-row__text {
    gap: 8px;
  }
  .blog-card__body {
    padding: 8px;
    gap: 8px;
  }
  .hero__bg-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .hero {
    height: initial;
  }
  .blog-card__footer {
    padding: 8px;
  }
  .error-404 {
    padding: 64px 0;
  }
  .error-404__img {
    height: 130px;
  }
  .info-row {
    padding: 32px 0;
  }
  .info-row__inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .info-row--image-left .info-row__media,
  .info-row--image-right .info-row__media {
    order: 0;
  }
  .info-row--image-left .info-row__text,
  .info-row--image-right .info-row__text {
    order: 1;
  }
  .cta-section {
    padding: 24px 0;
  }
  .cta-section__inner {
    flex-direction: column;
    gap: 32px;
  }
  .services__item-image {
    width: 100px;
    height: 100px;
  }
  .contact {
    padding: 32px 0;
  }
  .contact__inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .contact__text {
    gap: 8px;
  }
  .contact__buttons {
    flex-direction: column;
    align-items: stretch;
  }
  .contact__buttons .btn {
    width: 100%;
    justify-content: center;
  }
  .contact__map {
    aspect-ratio: 16 / 10;
  }
  .anchor-menu {
    padding: 32px 0;
  }
.text-image--image-right .text-image__text {
  order: 1;
}
.text-image--image-right .text-image__media {
  order: 0;
}

  /* Horizontally swipeable on mobile when items overflow,
     centered when they fit */
  .anchor-menu__nav {
    justify-content: safe center; /* center when fits, falls back to start when overflowing */
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin: 0 -16px;
    padding: 0 16px;
  }
  .anchor-menu__nav::-webkit-scrollbar {
    display: none;
  }

  .anchor-menu__list {
    flex-wrap: nowrap;
    margin: 0 auto; /* centers when content is narrower than viewport */
    width: max-content;
  }

  .anchor-menu__item + .anchor-menu__item::before {
    margin: 0 12px;
  }
  .partners {
    padding: 32px 0;
  }
  .partners__item {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 24px 0;
  }
  .partners__item-content {
    gap: 12px;
  }
  .partners__item-cta {
    margin-top: 0;
  }
  .partners__item-media {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .extras {
    padding: 32px 0;
  }

  .partners:has(+ .partners) {
  padding-bottom: 0px;}
  .extras__group {
    gap: 24px;
  }
  /* Tablet / small laptop — keep 2 cols so tiles stay a reasonable size
     (going straight to 1 col here made the cards too wide and the images
     looked blurry on tablets). 1-col mode lives in the smartphone block below. */
  .extras__grid--2,
  .extras__grid--3,
  .extras__grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .extras__grid {
    gap: 16px;
  }

  .anchor-menu__header{gap: 8px;margin-bottom: 24px;}
  .site-footer {
    padding: 12px 0 24px 0;
  }
  .extras__inner {
    gap: 32px;
  }
  .site-footer__cols {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .site-footer__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding-bottom: 24px;
  }
  .faq + .faq {
    padding-top: 16px;
  }
  .site-footer__col--newsletter,
  .site-footer__col--menu,
 
  ul.site-footer__socials {
    border-top: 1px solid #2f6899;
    padding-top: 24px;
  }
  .info-list__inner {
    gap: 24px;
  }
  .info-list__item-content {
    gap: 12px;
  }
  .anchor-menu--bg-cream + .faq {
    padding-top: 0;
  }
  .faq:has(+ .faq) {
    padding-bottom: 16px;
  }
  ul.site-footer__socials {
    width: 100%;
    justify-content: space-around;
  }
  .site-footer__socials img,
  .site-footer__socials a {
    width: 36px;
    height: 36px;
  }
  .site-footer__bottom {
    flex-direction: column;
    align-items: center !important;
    text-align: center;
    gap: 16px;
  }
  .site-footer__legal {
    justify-content: center;
    width: 100%;
    padding-bottom: 24px;
    border-bottom: 1px solid #2f6899;
  }
  .site-footer__heading {
    margin: 0 0 12px;
  }
  .site-footer__contact,
  .site-footer__menu {
    gap: 8px;
  }
  .site-footer__inner {
    gap: 24px;
  }
  .features {
    padding: 56px 0;
  }
  /* 3 cols on tablet (6-col grid, each item spans 2) */
  .features__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 8px;
  }
.cta-section .btn {
    width: auto;
    padding: 13px 40px;
}
.features__item{
    gap: 4px;
}
  .post-single {
    padding: 32px 0;
  }
  .post-toc {
    padding: 20px 22px;
  }
  .prose {
    font-size: 16px;
  }
  .prose h2 {
    font-size: 22px;
  }
  .cta-section__title {
    text-align: center;
    width: 83%;
  }
  .post-single__header{
    gap:12px;
    margin-bottom: 12px;
  }
  .contact__buttons{margin-top: 16px;}
  li.pll-parent-menu-item{
    border-top: 1px solid #2F6899;
    padding-top: 24px;
  }
}

@media (max-width: 768px) {
  .reviews-badge--desktop {
    display: none;
  }

  .reviews-badge--mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom:0;
    z-index: 2;
    width: 100%;
    background: #ffffff;
    border-top: 6px solid #359797;
    border-bottom: 1px solid #b3b3b3;
    padding: 6px 16px;
  }

  .reviews-badge--mobile .reviews-badge__img {
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 44px;
    border-radius: 0;
    box-shadow: none;
  }

  .reviews-badge--mobile:hover,
  .reviews-badge--mobile:focus-visible {
    transform: none;
  }
  .contact-form {
    padding: 32px 0;
  }
  .contact-form__form {
    padding: 24px 16px;
  }
  .cf-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .cf-footer {
    grid-template-columns: 1fr;
    row-gap: 16px;
  }
  .contact-form__form input[type="submit"],
  .contact-form__form button[type="submit"],
  .contact-form__form .wpcf7-submit {
    min-width: 0;
    width: 100%;
  }
  .contact-form__header {
    gap: 8px;
    margin-bottom: 24px;
  }

  /* Reset WordPress image alignment on mobile: drop floats so text doesn't
     get squeezed into a thin column next to a floated image. */
  .prose .alignleft,
  .prose .alignright,
  .prose .aligncenter,
  .prose .alignnone,
  .prose figure.alignleft,
  .prose figure.alignright,
  .prose figure.aligncenter,
  .prose figure.alignnone,
  .prose .wp-block-image.alignleft,
  .prose .wp-block-image.alignright,
  .prose .wp-block-image.aligncenter {
    float: none;
    display: block;
    max-width: 100%;
    margin: 16px auto;
  }
  .prose .alignleft img,
  .prose .alignright img,
  .prose .aligncenter img,
  .prose figure.alignleft img,
  .prose figure.alignright img,
  .prose figure.aligncenter img,
  .prose .wp-block-image.alignleft img,
  .prose .wp-block-image.alignright img,
  .prose .wp-block-image.aligncenter img {
    margin: 0 auto;
  }
}

@media (max-width: 700px) {
  .info-list {
    padding: 0 0 32px 0;
  }
  .info-list__item {
    grid-template-columns: 120px 1fr;
    gap: 24px;
    padding: 20px 0;
  }
}

@media (max-width: 590px) {
  /* Smartphones only — collapse the add-ons / extras grids to a single column.
     Above 640px (tablets, small laptops) the grids stay 2 cols. */
  .extras__grid--2,
  .extras__grid--3,
  .extras__grid--4 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-header__inner,
  .site-header--static .site-header__inner {
    padding: 4px 8px;
  }
  .site-header__logo {
    width: 80px;
    height: 80px;
    left: 10px;
  }

  /* Stay vertical on mobile (same as desktop), just smaller */
  .social-sticky {
    right: 8px;
    gap: 4px;
    top: 40%; /* slightly above center, leaves room at the bottom for the to-top button */
  }
  .social-sticky__icon-img {
    width: 36px;
    height: 36px;
  }
  /* To-top stays bottom-right, below the social icons */
  .back-to-top {
    right: 12px;
    bottom: 16px;
  }
}

@media (max-width: 560px) {
  .site-footer__cols {
    display: flex;
    flex-direction: column;
  }
  /* 2 cols on small screens (4-col grid, each item spans 2) */
  .features__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .info-list__item {
    grid-template-columns: 1fr;
  }
  .info-list__item-media {
    max-width: 160px;
  }
}

/* ==========================================================================
   Footer Newsletter — Brevo (sib) form styling
   ========================================================================== */

.site-footer__newsletter .sib_signup_form {
  margin: 0;
}

.site-footer__newsletter .sib_loader {
  display: none !important;
}

.site-footer__newsletter .sib_msg_disp:empty {
  display: none;
}

.site-footer__newsletter .sib-email-area {
  position: relative;
  margin: 0 0 12px;
  font-size: 0;
  line-height: 0;
  color: transparent;
}

.site-footer__newsletter input[type="email"].sib-email-area,
.site-footer__newsletter .sib-email-area input[type="email"] {
  width: 100%;
  height: 56px;
  padding: 0 70px 0 24px;
  border: 0;
  border-radius: 999px;
  background: #ffffff;
  color: #303030;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.4;
  box-sizing: border-box;
  outline: none;
}

.site-footer__newsletter input[type="email"]::placeholder {
  color: #9a9a9a;
}

.site-footer__newsletter input[type="email"]:focus {
  box-shadow: 0 0 0 3px rgba(53, 151, 151, 0.25);
}

.site-footer__newsletter input[type="submit"],
.site-footer__newsletter .sib-default-btn {
  position: absolute;
  right: -5px;
  top: 41%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 50%;
  background-color: transparent;
  background-image: url(../images/newsletter-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  color: transparent;
  text-indent: -9999px;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    filter 0.2s ease;
  font-size: 0;
  line-height: 0;
  z-index: 2;
}



.site-footer__newsletter input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: 1.5px solid #ffffff;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  flex-shrink: 0;
  margin: 3px 8px 0 0;
  vertical-align: top;
  position: relative;
  /* top: 3px; */
}

.site-footer__newsletter input[type="checkbox"]:checked {
  background: #ffffff;
}

.site-footer__newsletter input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 5px;
  height: 9px;
  border-right: 2px solid #0f2a44;
  border-bottom: 2px solid #0f2a44;
  transform: rotate(45deg);
}

.site-footer__newsletter .sib_signup_box_inside_2 {
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  line-height: 1.5;
}

.site-footer__newsletter .sib_signup_box_inside_2 > p:last-of-type {
  margin: 0;
}

.site-footer__newsletter a {
  color: #ffffff;
  text-decoration: underline;
}

.site-footer__newsletter a:hover {
  color: #359797;
}

/* Brevo alert messages */
.site-footer__newsletter .sib_msg_disp {
  margin: 0 0 12px;
}

.site-footer__newsletter .sib-alert-message {
  padding: 8px 14px !important;
  border-radius: 8px !important;
  font-size: 13px !important;
}

/* ==========================================================================
   Text Module (legal pages — Impressum, Datenschutz, AGB)
   ========================================================================== */

.text-module {
  padding: 80px 0;
}

.text-module__inner {
  max-width: 800px;
}

.text-module__title {
  margin: 0 0 24px;
  color: #2F6899;
}



@media (max-width: 900px) {
  .text-module { padding: 48px 0; }
}



/**
 * WordPress login screen customization.
 */

body.login {
    background-color: #f4ecde;
}

/* Replace WP logo with the theme's SVG */
.login h1 a,
body.login div#login h1 a {
    background-image: url("../images/bootsfahrtlogo.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 160px;
    height: 160px;
    margin: 0 auto 24px;
}

/* Brand button to match theme teal */
.login .button-primary,
body.login .wp-core-ui .button-primary {
    background-color: #359797;
    border-color: #359797;
    text-shadow: none;
    box-shadow: none;
}

.login .button-primary:hover,
.login .button-primary:focus,
body.login .wp-core-ui .button-primary:hover,
body.login .wp-core-ui .button-primary:focus {
    background-color: #2c8080;
    border-color: #2c8080;
    color: #ffffff;
}

/* Input focus ring in brand color */
.login input[type="text"]:focus,
.login input[type="password"]:focus,
.login input[type="email"]:focus {
    border-color: #359797;
    box-shadow: 0 0 0 1px #359797;
    outline: 2px solid transparent;
}

/* Links in brand color */
.login #nav a,
.login #backtoblog a {
    color: #2f6899;
}

.login #nav a:hover,
.login #backtoblog a:hover {
    color: #359797;
}
