/* Conservative static-site fixes for the exported WordPress frontend. */

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

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

img,
iframe,
video,
object,
embed {
  max-width: 100%;
}

.mkd-wrapper,
.mkd-wrapper-inner,
.mkd-content,
.mkd-content-inner,
.mkd-container,
.mkd-full-width {
  width: 100%;
  max-width: 100%;
}

body.mkd-boxed .mkd-wrapper,
body.mkd-boxed .mkd-wrapper-inner,
body.mkd-paspartu-enabled .mkd-wrapper,
body.mkd-paspartu-enabled .mkd-wrapper-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mkd-title,
.mkd-title .mkd-title-holder,
.mkd-title .mkd-title-subtitle-holder,
.mkd-title .mkd-title-subtitle-holder-inner {
  max-width: 100%;
}

.mkd-title h1,
.mkd-title h1 span,
.mkd-title .mkd-title-text,
.mkd-title .mkd-page-title {
  max-width: 100%;
  white-space: normal !important;
  overflow-wrap: anywhere;
  word-break: normal;
  font-size: clamp(28px, 5vw, 64px) !important;
  line-height: 1.12 !important;
}

@media (max-width: 768px) {
  .mkd-title h1,
  .mkd-title h1 span,
  .mkd-title .mkd-title-text,
  .mkd-title .mkd-page-title {
    font-size: clamp(24px, 8vw, 42px) !important;
  }

  .mkd-title .mkd-title-holder {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

.mkd-smooth-transition-loader,
.mkd-page-loader,
.mkd-preload-background {
  pointer-events: none;
}

.mkd-smooth-transition-loader,
.mkd-page-loader {
  opacity: 0 !important;
  visibility: hidden !important;
}

.static-home-hero {
  position: relative;
  min-height: clamp(480px, 72vh, 760px);
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: #183d3a;
}

.static-home-hero__media {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(14, 48, 45, 0.82), rgba(14, 48, 45, 0.36)), url("wp-content/uploads/2019/03/home-banner-fondazione-cetacea.jpg");
  background-size: cover;
  background-position: center;
}

.static-home-hero__content {
  position: relative;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 88px 0 72px;
}

.static-home-hero__eyebrow {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #54ddd1;
}

.static-home-hero h1 {
  max-width: 900px;
  margin: 0;
  color: #fff;
  font-size: clamp(40px, 7vw, 86px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: 0;
}

.static-home-hero p {
  max-width: 620px;
  margin: 20px 0 0;
  color: #fff;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.45;
}

.static-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.static-home-hero__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 22px;
  border: 2px solid #54ddd1;
  color: #123532;
  background: #54ddd1;
  font-weight: 700;
  text-decoration: none;
}

.static-home-hero__actions a + a {
  color: #fff;
  background: transparent;
}

.static-home .mkd-page-header {
  position: relative;
  z-index: 20;
}

.static-home .mkd-page-header .mkd-menu-area {
  background: #fff !important;
}

.static-home .mkd-content {
  margin-top: 0 !important;
}

.static-home .mkd-full-width-inner {
  padding-bottom: 0 !important;
}

.static-home-claim {
  max-width: 980px;
  margin: 0 auto;
  padding: 56px 20px;
  text-align: center;
}

.static-home-claim p {
  margin: 0;
  color: #54ddd1;
  font-size: clamp(28px, 4vw, 50px);
  line-height: 1.18;
  font-weight: 700;
}

.static-contact-note {
  margin: 22px 0;
  padding: 24px;
  border-left: 4px solid #54ddd1;
  background: #f3fbfa;
}

.static-contact-note p {
  margin: 0;
}

.static-page-hero {
  position: relative;
  min-height: clamp(260px, 38vw, 430px);
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: #183d3a;
}

.static-page-hero__media {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(14, 48, 45, 0.78), rgba(14, 48, 45, 0.38)), url("wp-content/uploads/2019/03/home-banner-fondazione-cetacea.jpg");
  background-size: cover;
  background-position: center;
}

.static-page-hero__content {
  position: relative;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 72px 0;
}

.static-page-hero h1 {
  max-width: 980px;
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 6vw, 74px);
  line-height: 1.08;
}

.static-site-footer {
  background: #26323f;
  color: #fff;
  text-align: center;
  padding: 54px 20px;
}

.static-site-footer__inner {
  max-width: 860px;
  margin: 0 auto;
}

.static-site-footer__logo {
  width: min(210px, 70vw);
  height: auto;
  margin: 0 auto 22px;
}

.static-site-footer p {
  margin: 6px 0;
  color: #fff;
  line-height: 1.55;
}

.static-site-footer__name {
  font-size: 20px;
  font-weight: 700;
}

.static-site-footer a {
  color: #54ddd1;
  text-decoration: none;
}

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

.static-site-footer__social {
  margin-top: 16px !important;
}

@media (max-width: 768px) {
  .static-home-hero {
    min-height: 540px;
  }

  .static-home-hero__content {
    width: min(100% - 28px, 1120px);
    padding-top: 72px;
  }

  .static-home-hero__actions a {
    width: 100%;
  }
}
