/*
Theme Name: Marlou Schiks
Theme URI: https://wp.pixel-development.nl
Author: Pixel Creation
Author URI: https://www.pixelcreation.nl/
Description: Een thema op maat door Pixel Creation.
Version: 1.0
Text Domain: marlouschiks
*/
@font-face {
  font-family: "Inter";
  src: url("webfonts/Inter_28pt-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("webfonts/Inter_28pt-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("webfonts/Inter_28pt-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("webfonts/Inter_28pt-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("webfonts/Inter_28pt-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("webfonts/CormorantGaramond-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("webfonts/CormorantGaramond-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("webfonts/CormorantGaramond-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("webfonts/CormorantGaramond-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("webfonts/CormorantGaramond-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.9;
  color: #463027;
  background: #f7efe6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::selection {
  background-color: #463027;
  color: white;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.35em;
}

a:hover {
  color: #a86249;
}

h1,
h2,
h3 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  color: #463027;
  letter-spacing: 0;
}

h1 {
  max-width: 300px;
  margin-bottom: 1.35rem;
  font-size: 2rem;
  font-style: normal;
  line-height: 1.08;
}

h2 {
  margin-bottom: 1.45rem;
  font-size: 1.7rem;
}
@media (max-width: 575px) {
  h2 {
    font-size: 1.35rem;
  }
}

h3 {
  margin-bottom: 1rem;
  font-size: clamp(1.55rem, 1.8vw, 2rem);
}

p, ul li {
  color: #5f4c42;
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
}

.container {
  width: min(100% - 2rem, 1210px);
}

.skip-links a {
  position: absolute;
  top: -100vh;
  left: -100vw;
  z-index: 9999;
  padding: 1rem 1.5rem;
  color: #f7efe6;
  border-radius: 999px;
  background: #463027;
}
.skip-links a:focus {
  top: 1rem;
  left: 1rem;
}

a:focus-visible,
button:focus-visible {
  outline: 2px dotted #a86249;
  outline-offset: 4px;
}

.site-header {
  position: fixed;
  top: 1.25rem;
  right: 0;
  left: 0;
  z-index: 1000;
  pointer-events: none;
  transition: transform 0.45s ease, opacity 0.45s ease;
}
.site-header.is-hidden {
  transform: translateY(calc(-100% - 2rem));
  opacity: 0;
}
.site-header.is-hidden .navbar {
  pointer-events: none;
}

.navbar {
  pointer-events: auto;
}
.navbar .container {
  padding: 0.55rem 0.8rem 0.55rem 1.45rem;
  border: 1px solid rgba(70, 48, 39, 0.07);
  border-radius: 999px;
  background: rgba(247, 239, 230, 0.82);
  box-shadow: 0 16px 38px rgba(70, 48, 39, 0.055);
  backdrop-filter: blur(18px);
}
.navbar .navbar-brand {
  margin-right: 2rem;
  font-size: 1.1rem;
  font-family: "Inter", sans-serif;
  line-height: 0.9;
  letter-spacing: 0.25rem;
  color: rgba(123, 102, 91, 0.5);
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 575px) {
  .navbar .navbar-brand {
    font-size: 0.875rem;
  }
}
.navbar .navbar-brand:hover {
  color: #463027;
}
.navbar .navbar-toggler {
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #f0e3d5;
  color: #463027;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
.navbar .navbar-toggler[aria-expanded=true] .navbar-toggler-open {
  opacity: 0;
  visibility: hidden;
}
.navbar .navbar-toggler[aria-expanded=true] .navbar-toggler-close {
  opacity: 1;
  visibility: visible;
}
.navbar .navbar-toggler-icons {
  position: relative;
  display: grid;
  place-items: center;
  width: 1.1rem;
  height: 1.1rem;
  font-size: 1.05rem;
  line-height: 1;
}
.navbar .navbar-toggler-icons i {
  grid-area: 1/1;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.navbar .navbar-toggler-open {
  opacity: 1;
  visibility: visible;
}
.navbar .navbar-toggler-close {
  opacity: 0;
  visibility: hidden;
}
.navbar .navbar-nav {
  gap: 0.4rem;
}
.navbar .nav-link {
  padding: 0.65rem 1rem;
  border-radius: 999px;
  font-size: 0.76rem;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  color: rgba(95, 76, 66, 0.82);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.navbar .nav-link:hover, .navbar .nav-link:focus {
  color: #a86249;
  background: rgba(198, 132, 101, 0.09);
}
.navbar .nav-link-cta {
  color: #463027;
  background: rgba(221, 205, 187, 0.58);
}
.navbar .nav-link-cta:hover, .navbar .nav-link-cta:focus {
  color: #463027;
  background: rgba(198, 132, 101, 0.22);
}
.navbar .dropdown {
  position: relative;
}
.navbar .dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}
.navbar .dropdown-toggle::after {
  display: none;
}
.navbar .dropdown-toggle .dropdown-chevron {
  font-size: 0.62rem;
  line-height: 1;
  opacity: 0.72;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.navbar .dropdown-toggle[aria-expanded=true] .dropdown-chevron, .navbar .dropdown-toggle.show .dropdown-chevron {
  transform: rotate(180deg);
  opacity: 1;
}
.navbar .dropdown-menu {
  min-width: 13.5rem;
  margin-top: 0.55rem;
  padding: 0.45rem;
  border: 1px solid rgba(70, 48, 39, 0.07);
  border-radius: 1.35rem;
  background: rgba(247, 239, 230, 0.94);
  box-shadow: 0 18px 42px rgba(70, 48, 39, 0.08);
  backdrop-filter: blur(18px);
}
.navbar .dropdown-menu .dropdown-item {
  padding: 0.7rem 1.05rem;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 300;
  font-family: "Inter", sans-serif;
  color: rgba(95, 76, 66, 0.82);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: color 0.25s ease, background 0.25s ease;
}
.navbar .dropdown-menu .dropdown-item:hover, .navbar .dropdown-menu .dropdown-item:focus, .navbar .dropdown-menu .dropdown-item:active, .navbar .dropdown-menu .dropdown-item.active {
  color: #a86249;
  background: rgba(198, 132, 101, 0.09);
}

.btn {
  padding: 0.65rem 1.8rem;
  border: 0;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 300;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}
.btn:focus {
  outline: none;
  box-shadow: none;
}
.btn:focus-visible {
  outline: 2px solid rgba(168, 98, 73, 0.45);
  outline-offset: 3px;
  box-shadow: 0 0 0 5px rgba(198, 132, 101, 0.2);
}
.btn:active {
  transform: translateY(1px);
}

.btn-primary {
  color: #463027;
  background: rgba(198, 132, 101, 0.92);
}
.btn-primary:hover {
  color: #f7efe6;
  background: #a86249;
}
.btn-primary:focus-visible {
  color: #f7efe6;
  background: #a86249;
}
.btn-primary:active {
  color: #f7efe6;
  background: #935640;
}

.btn-green {
  color: #f7efe6;
  background: rgba(122, 135, 107, 0.92);
}
.btn-green:hover {
  color: #f7efe6;
  background: #657059;
}
.btn-green:focus-visible {
  color: #f7efe6;
  background: #657059;
  outline-color: rgba(122, 135, 107, 0.45);
  box-shadow: 0 0 0 5px rgba(122, 135, 107, 0.2);
}
.btn-green:active {
  color: #f7efe6;
  background: #5b6550;
}

.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 3.8rem;
  font-size: 0.78rem;
  color: rgba(95, 76, 66, 0.58);
  letter-spacing: 0.16em;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0.35rem;
  transition: color 0.25s ease;
}
.text-link::after {
  content: "";
  width: 2rem;
  height: 1px;
  margin-left: 0.9rem;
  background: currentColor;
  transition: width 0.25s ease, background 0.25s ease;
}
.text-link:hover {
  color: #a86249;
}
.text-link:hover::after {
  width: 2.6rem;
}
.text-link:focus {
  outline: none;
  box-shadow: none;
}
.text-link:focus-visible {
  color: #a86249;
  outline: 2px dotted rgba(168, 98, 73, 0.7);
  outline-offset: 5px;
}

.eyebrow,
.soft-label {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1.5rem;
  font-size: 0.78rem;
  font-weight: 300;
  font-family: "Inter", sans-serif;
  color: rgba(168, 98, 73, 0.72);
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

strong {
  font-weight: 700;
}

.eyebrow span {
  width: 2.2rem;
  height: 1px;
  background: currentColor;
}

.soft-label {
  padding: 0.33rem 0.95rem;
  border-radius: 999px;
  color: #f7efe6;
  background: rgba(122, 135, 107, 0.86);
}

.home-hero {
  position: relative;
  display: flex;
  align-items: center;
  padding: 150px 0 100px 0;
  overflow: hidden;
  background: #f0e3d5;
}
.home-hero [data-aos=fade-up] {
  transform: translate3d(0, 1.25rem, 0);
}
.home-hero [data-aos=fade-left] {
  transform: translate3d(1.25rem, 0, 0);
}
.home-hero--with-image .home-hero__text {
  max-width: 34rem;
}
.home-hero--with-image .home-hero__text p {
  color: #5f4c42;
}
.home-hero--with-image .home-hero__text p:last-child {
  margin-bottom: 0;
}
.home-hero--with-image .hero-actions {
  margin-top: 2rem;
}
.home-hero__photo {
  overflow: hidden;
  border-radius: 1.65rem;
  background: #f6eee5;
}
.home-hero__photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
}

section {
  padding: clamp(4.25rem, 7vw, 7rem) 0;
  overflow: hidden;
}

.warm-white-bg {
  background: #f7efe6;
}
.warm-white-bg .wellness-card {
  background: #f0e3d5;
}
.warm-white-bg .guidance-list {
  background: rgba(240, 227, 213, 0.62);
}
.warm-white-bg .opsomming-card {
  background: #f0e3d5;
}
.warm-white-bg .cta-panel {
  background: rgba(240, 227, 213, 0.74);
}

.sand-bg {
  background: #f0e3d5;
}
.sand-bg .aanbod-item {
  background: #f7efe6;
}
.sand-bg .opsomming-card {
  background: #f7efe6;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 3.5rem;
}

.wellness-card {
  padding: clamp(1.6rem, 3vw, 2.35rem);
  border: 0;
  border-radius: 2.15rem;
  background: #f7efe6;
}
.wellness-card__header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.wellness-card__header i {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 999px;
  color: rgba(122, 135, 107, 0.82);
  background: rgba(122, 135, 107, 0.09);
  font-size: 1.2rem;
}
.wellness-card__header h3 {
  margin-bottom: 0;
  font-size: clamp(1.35rem, 1.8vw, 1.65rem);
}
.wellness-card p {
  margin-bottom: 0;
  color: #5f4c42;
}

.guidance-list {
  display: grid;
  gap: 0.8rem;
  padding: clamp(1.5rem, 3vw, 2.2rem);
  border-radius: 1.65rem;
  list-style: none;
  background: rgba(247, 239, 230, 0.62);
  width: fit-content;
  margin: 0 auto;
}
.guidance-list li {
  position: relative;
  padding-left: 1.8rem;
  color: #5f4c42;
}

.opsomming-layout__stack {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 992px) {
  .opsomming-layout__main, .opsomming-layout__side {
    display: flex;
  }
  .opsomming-layout__stack {
    min-height: 100%;
  }
  .opsomming-layout__stack > .opsomming-card {
    flex: 1 1 0;
  }
}

.opsomming-card {
  padding: clamp(1.6rem, 3vw, 2.35rem);
  border-radius: 2.15rem;
  background: #f7efe6;
}
.opsomming-card__header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.opsomming-card__header i {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 999px;
  color: rgba(122, 135, 107, 0.82);
  background: rgba(122, 135, 107, 0.09);
  font-size: 1.2rem;
}
.opsomming-card__header h3 {
  margin-bottom: 0;
  font-size: clamp(1.35rem, 1.8vw, 1.65rem);
}
.opsomming-card__tekst p {
  margin-bottom: 0.75rem;
  color: #5f4c42;
  line-height: 1.65;
}
.opsomming-card__tekst p:last-child {
  margin-bottom: 0;
}

.tekst_met_afbeelding p {
  color: #5f4c42;
}
.tekst_met_afbeelding p:last-child {
  margin-bottom: 0;
}

.about-photo {
  overflow: hidden;
  border-radius: 1.65rem;
  background: #f6eee5;
}
.about-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
}

.blokken_met_informatie {
  padding-top: clamp(3rem, 5vw, 5rem);
}

.aanbod-item {
  padding: clamp(1.8rem, 4vw, 3rem);
  border-radius: 2.15rem;
  background: #f0e3d5;
}
.aanbod-item + .aanbod-item {
  margin-top: 1.5rem;
}
.aanbod-item h2 {
  margin-bottom: 0.35rem;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.35rem, 2.1vw, 1.95rem);
  font-weight: 300;
  line-height: 1.25;
  color: #463027;
}
.aanbod-item p,
.aanbod-item li {
  line-height: 1.65;
}

.aanbod-price {
  margin-bottom: clamp(2rem, 4vw, 3.8rem);
  color: rgba(70, 48, 39, 0.82);
}

.aanbod-note {
  margin-top: clamp(2rem, 4vw, 3.4rem);
  font-style: italic;
}

.aanbod-dash-list,
.aanbod-list {
  display: inline-grid;
  margin: 0 0 1.8rem;
  padding-left: 1.2rem;
  text-align: left;
}

.aanbod-dash-list {
  padding-left: 0;
  list-style: none;
}
.aanbod-dash-list li::before {
  content: "- ";
}

.header {
  padding: 9rem 0 3rem;
}
.header h1 {
  max-width: 22ch;
  margin-right: auto;
  margin-left: auto;
}
.header .section-heading {
  margin-bottom: 0;
}
.header .lead {
  margin-bottom: 0;
  font-family: "Cormorant Garamond", serif;
}

.afspraak-booking-section, .section-404 {
  padding-top: 150px;
  background: rgba(198, 132, 101, 0.09);
}

.afspraak-info-card,
.afspraak-booking-panel {
  border-radius: 2.15rem;
  background: rgba(246, 238, 229, 0.86);
}

.afspraak-info-card {
  position: sticky;
  top: 7rem;
  padding: clamp(1.7rem, 3vw, 2.35rem);
}
.afspraak-info-card h2 {
  margin-bottom: 1.7rem;
  font-size: clamp(1.55rem, 2.1vw, 2.2rem);
}
.afspraak-info-card .soft-label {
  margin-bottom: 1.25rem;
}

.afspraak-list {
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.afspraak-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.95rem;
  color: #5f4c42;
  line-height: 1.55;
}
.afspraak-list i {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 2.45rem;
  height: 2.45rem;
  border-radius: 999px;
  color: rgba(122, 135, 107, 0.82);
  background: rgba(122, 135, 107, 0.09);
  font-size: 0.95rem;
}

.afspraak-booking-panel {
  padding: clamp(0.85rem, 2vw, 1.25rem);
  box-shadow: 0 24px 60px rgba(70, 48, 39, 0.07);
}
.afspraak-booking-panel .ssa_booking_iframe,
.afspraak-booking-panel .ms-booking {
  display: block;
  width: 100%;
  min-height: 520px;
  overflow: hidden;
  border: 0;
  border-radius: 1.55rem;
  background: rgba(247, 239, 230, 0.55);
}

.cta-panel {
  max-width: 820px;
  padding: clamp(2.2rem, 6vw, 5rem);
  border-radius: 2.2rem;
  background: rgba(247, 239, 230, 0.74);
}
.cta-panel p {
  max-width: 35rem;
  margin: 0 auto 2rem;
}
.cta-panel .contact-icons {
  justify-content: center;
  margin: 1.75rem 0 2rem;
}

.site-footer {
  padding: 4rem 0;
  color: rgba(247, 239, 230, 0.72);
  background: #463027;
  overflow: hidden;
}
.site-footer p {
  max-width: 33rem;
  margin: 1rem 0 0;
  color: rgba(247, 239, 230, 0.72);
}
.site-footer a {
  color: #f7efe6;
  text-decoration: none;
}
.site-footer a:hover {
  color: #ddcdbb;
}
.site-footer address {
  margin-bottom: 0;
  color: rgba(247, 239, 230, 0.72);
  font-style: normal;
}

.footer-title {
  margin-bottom: 1rem;
  font-family: "Inter", sans-serif;
  font-size: 0.76rem;
  color: rgba(247, 239, 230, 0.48);
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.footer-menu {
  display: grid;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-menu a {
  font-size: 0.76rem;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  line-height: 1.4;
}

.footer-location {
  display: inline-block;
  margin-bottom: 0.15rem;
  font-weight: 400;
  color: #f7efe6;
}

.contact-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 999px;
  color: #463027;
  background: rgba(198, 132, 101, 0.16);
  font-size: 1.05rem;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}
.contact-icons a:hover, .contact-icons a:focus-visible {
  color: #f7efe6;
  background: #a86249;
  transform: translateY(-2px);
}

.site-footer .contact-icons a {
  color: #f7efe6;
  background: rgba(247, 239, 230, 0.1);
}
.site-footer .contact-icons a:hover, .site-footer .contact-icons a:focus-visible {
  color: #463027;
  background: #ddcdbb;
}

@media (max-width: 991.98px) {
  .site-header {
    top: 0.75rem;
  }

  .navbar .container {
    max-width: calc(100% - 1.5rem);
    border-radius: 1.7rem;
  }
  .navbar .navbar-toggler {
    display: inline-flex;
  }
  .navbar .navbar-nav {
    align-items: stretch !important;
    padding: 1rem 0;
  }
  .navbar .dropdown-toggle {
    justify-content: space-between;
    width: 100%;
  }
  .navbar .dropdown-menu {
    margin-top: 0.25rem;
    margin-bottom: 0.35rem;
    padding: 0.35rem;
    border: 0;
    border-radius: 1.15rem;
    background: rgba(240, 227, 213, 0.72);
    box-shadow: none;
    backdrop-filter: none;
  }

  .home-hero {
    min-height: auto;
    padding-top: 8.5rem;
  }
  .home-hero__photo {
    max-width: 28rem;
    margin: 0 auto;
  }

  .afspraak-info-card {
    position: static;
  }
}
@media (max-width: 575.98px) {
  h1 {
    max-width: 10ch;
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  .container {
    width: min(100% - 1.25rem, 1210px);
  }

  .hero-actions {
    align-items: stretch !important;
  }

  .text-link {
    justify-content: center;
  }

  .header {
    padding-top: 8.5rem;
  }
  .header h1 {
    max-width: 9ch;
  }

  .afspraak-info-card,
.afspraak-booking-panel {
    border-radius: 1.45rem;
  }

  .afspraak-booking-panel {
    padding: 0.55rem;
  }
  .afspraak-booking-panel .ssa_booking_iframe,
.afspraak-booking-panel .ms-booking {
    min-height: 480px;
    border-radius: 1rem;
  }
}

/*# sourceMappingURL=style.css.map */
