:root {
  --theme-start: #745a37;
  --theme-end: #e5d097;
  --theme-accent: #e6941a;
  --theme-muted: #e5d097;
  --surface: rgba(255, 255, 255, 0.88);
  --surface-strong: rgba(255, 255, 255, 0.96);
  --surface-soft: rgba(249, 244, 238, 0.9);
  --text-main: #4f4036;
  --text-soft: #7b6a60;
  --border-soft: rgba(104, 83, 68, 0.14);
  --shadow-soft: 0 22px 56px rgba(77, 58, 44, 0.12);
  --shadow-card: 0 14px 34px rgba(77, 58, 44, 0.1);
  --radius-xl: 2rem;
  --radius-lg: 1.5rem;
  --radius-md: 1rem;
  --content-width: 72rem;
}

html {
  min-height: 100%;
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  position: relative;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  overflow-x: hidden;
  margin: 0;
  padding-top: 5.75rem;
  background: #ffffff;
  color: var(--text-main);
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  line-height: 1.75;
  letter-spacing: 0.01em;
}

body::before,
body::after {
  display: none;
}

a {
  color: var(--theme-accent);
  text-decoration: none;
  transition: color 180ms ease, opacity 180ms ease, transform 180ms ease;
}

a:hover,
a:focus {
  color: var(--theme-start);
}

p,
li {
  font-size: 1.05rem;
}

ul,
ol {
  padding-left: 1.25rem;
}

li + li {
  margin-top: 0.15rem;
}

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  letter-spacing: 0.01em;
}

h1,
.h1 {
  font-size: clamp(2.9rem, 5vw, 4.8rem);
  color: #ffffff;
}

h2,
.h2 {
  margin-bottom: 0.85rem;
  font-size: clamp(2.5rem, 4vw, 4.4rem);
  line-height: 0.95;
  background: linear-gradient(135deg, var(--theme-start), var(--theme-end));
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

h3,
.h3 {
  margin-top: 2rem;
  margin-bottom: 0.7rem;
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  line-height: 1.05;
  color: var(--theme-accent);
}

h4,
.h4,
h5,
.h5 {
  margin-bottom: 0.6rem;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  color: var(--theme-muted);
}

h6,
.h6,
.panel-title,
.btn {
  font-size: 1.05rem;
}

.footer {
  position: relative;
  width: 100%;
  margin-top: auto;
}

.page-header {
  position: relative;
  width: min(calc(100% - 1rem), 96rem);
  min-height: clamp(17rem, 31vw, 28rem);
  margin: 0 auto;
  overflow: hidden;
  border-radius: 0 0 2.2rem 2.2rem;
  background: linear-gradient(135deg, var(--theme-start), var(--theme-end));
  box-shadow: 0 24px 55px rgba(72, 53, 40, 0.16);
  isolation: isolate;
}

.page-header::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(35, 23, 15, 0.28) 0%, rgba(35, 23, 15, 0.12) 32%, rgba(255, 255, 255, 0.08) 100%);
  content: "";
  pointer-events: none;
  z-index: 1;
}

.page-header .page-header-image {
  display: block;
  width: 100%;
  height: clamp(17rem, 31vw, 28rem);
  margin: 0;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: 0;
  transform: none;
  animation: hero-reveal 700ms ease both;
}

.page-header-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  padding: clamp(1.25rem, 3vw, 2.8rem);
}

.page-header-copy {
  max-width: min(44rem, 100%);
  padding: clamp(1rem, 2vw, 1.6rem) clamp(1.15rem, 2.4vw, 1.9rem);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 1.6rem;
  background: linear-gradient(135deg, rgba(22, 16, 11, 0.32) 0%, rgba(22, 16, 11, 0.08) 100%);
  box-shadow: 0 20px 42px rgba(17, 10, 6, 0.2);
  backdrop-filter: blur(2px) saturate(120%);
  -webkit-backdrop-filter: blur(2px) saturate(120%);
}

.page-header-kicker {
  margin: 0 0 0.7rem;
  color: rgba(255, 255, 255, 0.78);
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.page-header-title {
  margin: 0;
  color: #ffffff;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.2rem, 5.1vw, 4.6rem);
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: 0.01em;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.18);
}

.page-header-subtitle {
  max-width: 36rem;
  margin: 0.85rem 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 1.7vw, 1.16rem);
  line-height: 1.5;
}

.breadcrumb-shell {
  position: relative;
  z-index: 3;
  margin-top: -2.2rem;
  margin-bottom: 1.5rem;
}

.breadcrumb-panel {
  display: block;
  padding: 0.95rem 1.15rem;
  border: 1px solid var(--border-soft);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow-card);
  backdrop-filter: blur(16px);
}

.site-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-breadcrumb > li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--text-soft);
  font-size: 0.97rem;
}

.site-breadcrumb > li + li::before {
  display: inline-block;
  width: 0.45rem;
  height: 0.45rem;
  margin-right: 0.35rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--theme-accent), var(--theme-end));
  content: "";
}

.site-breadcrumb a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.9rem;
  border: 1px solid rgba(104, 83, 68, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--text-main);
  box-shadow: 0 8px 20px rgba(72, 53, 40, 0.08);
}

.site-breadcrumb a:hover,
.site-breadcrumb a:focus {
  transform: translateY(-1px);
  color: var(--theme-start);
}

.site-breadcrumb .active {
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--theme-accent), var(--theme-end));
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(72, 53, 40, 0.14);
}

.site-breadcrumb .bi,
.navbar-custom .bi,
.footer .bi {
  line-height: 1;
}

.icon-spin {
  display: inline-block;
  animation: icon-spin 2s linear infinite;
}

@keyframes icon-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.breadcrumb-shell + .container {
  position: relative;
  z-index: 1;
  margin-bottom: 3rem;
  padding: clamp(1.4rem, 3vw, 2.5rem);
  border: 1px solid rgba(104, 83, 68, 0.1);
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(252, 247, 242, 0.9) 100%);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(10px);
  animation: content-enter 500ms ease both;
}

.breadcrumb-shell + .container > .row,
.program-page > .row {
  max-width: var(--content-width);
  margin: 0.4rem auto 2rem;
}

.breadcrumb-shell + .container > .row:last-child,
.program-page > .row:last-child {
  margin-bottom: 0;
}

.divider {
  display: block;
  width: 100%;
  height: 1px;
  margin: 1rem 0;
  overflow: hidden;
  background: linear-gradient(90deg, transparent, rgba(104, 83, 68, 0.22), transparent);
}

.navbar-custom {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  padding: 0.8rem 0;
  border-bottom: 1px solid rgba(104, 83, 68, 0.1);
  background: rgba(248, 243, 236, 0.18);
  box-shadow: 0 12px 34px rgba(72, 53, 40, 0.08);
  backdrop-filter: blur(18px);
}

.navbar-custom .container {
  align-items: center;
}

.navbar-custom .navbar-brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-top: 0 !important;
  margin-right: 0 !important;
  color: var(--text-main);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.55rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.navbar-custom .navbar-brand span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(241, 231, 214, 0.86));
  box-shadow: 0 10px 24px rgba(72, 53, 40, 0.14);
}

.navbar-custom .navbar-brand img {
  margin: 0;
}

.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus {
  color: var(--theme-start);
}

.navbar-custom .navbar-nav {
  gap: 0.3rem;
  align-items: center;
}

.navbar-custom .nav-link,
.navbar-custom .navbar-nav > li > a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.72rem 1rem;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--text-main);
  font-weight: 600;
  line-height: 1.1;
}

.navbar-custom .menu-icon {
  flex: 0 0 1.15em;
  width: 1.15em;
  text-align: center;
  line-height: 1;
}

.navbar-custom .dropdown-item .menu-icon,
.navbar-custom .dropdown-header .menu-icon {
  flex-basis: 1.05em;
  width: 1.05em;
}

.navbar-custom .nav-link:hover,
.navbar-custom .nav-link:focus,
.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus {
  color: var(--theme-start);
  border-color: rgba(104, 83, 68, 0.08);
  background: rgba(255, 255, 255, 0.72);
}

.navbar-custom .navbar-nav > .active > a,
.navbar-custom .navbar-nav > .active > .nav-link,
.navbar-custom .navbar-nav .nav-link.active,
.navbar-custom .navbar-nav > .show > a,
.navbar-custom .navbar-nav > .show > .nav-link {
  color: var(--theme-start);
  border-color: color-mix(in srgb, var(--theme-start) 10%, transparent);
  background: linear-gradient(135deg, color-mix(in srgb, var(--theme-start) 16%, transparent), color-mix(in srgb, var(--theme-accent) 12%, transparent));
  box-shadow: 0 8px 18px rgba(72, 53, 40, 0.08);
}

.navbar-custom .navbar-toggler {
  margin-left: auto;
  padding: 0.55rem 0.85rem;
  border: 1px solid rgba(104, 83, 68, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 10px 18px rgba(72, 53, 40, 0.1);
}

.navbar-custom .navbar-toggler:focus {
  box-shadow: 0 0 0 0.18rem rgba(104, 83, 68, 0.14);
}

.navbar-custom .navbar-toggler-icon {
  position: relative;
  width: 1.45rem;
  height: 2px;
  background-color: var(--text-main);
  background-image: none;
}

.navbar-custom .navbar-toggler-icon::before,
.navbar-custom .navbar-toggler-icon::after {
  position: absolute;
  left: 0;
  width: 1.45rem;
  height: 2px;
  background-color: var(--text-main);
  content: "";
}

.navbar-custom .navbar-toggler-icon::before {
  top: -0.42rem;
}

.navbar-custom .navbar-toggler-icon::after {
  top: 0.42rem;
}

.navbar-custom .dropdown-menu {
  margin-top: 0;
  padding: 0.7rem;
  min-width: 22rem;
  width: max-content;
  max-width: min(34rem, calc(100vw - 1.5rem));
  border: 1px solid rgba(104, 83, 68, 0.12);
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 40px rgba(72, 53, 40, 0.12);
}

.navbar-custom .dropdown-header {
  padding: 0.4rem 0.85rem 0.2rem;
  color: var(--text-soft);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.08rem;
}

.navbar-custom .dropdown-item,
.dropdown-menu > li > a {
  display: block;
  padding: 0.65rem 0.85rem;
  border-radius: 0.8rem;
  color: var(--text-main);
  font-weight: 500;
  white-space: normal;
}

.navbar-custom .dropdown-item:hover,
.navbar-custom .dropdown-item:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: var(--theme-start);
  background: rgba(246, 238, 228, 0.95);
}

.navbar-custom .dropdown-item.active,
.navbar-custom .dropdown-item.active:hover,
.navbar-custom .dropdown-item.active:focus,
.dropdown-menu > li > a.active,
.dropdown-menu > li > a.active:hover,
.dropdown-menu > li > a.active:focus {
  color: var(--theme-start);
  background: linear-gradient(135deg, color-mix(in srgb, var(--theme-start) 14%, transparent), color-mix(in srgb, var(--theme-accent) 10%, transparent));
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--theme-start) 10%, transparent);
}

.dropdown-menu > .divider,
.dropdown-menu .divider,
.dropdown-divider {
  height: 1px;
  margin: 0.55rem 0;
  overflow: hidden;
  border: 0;
  background: linear-gradient(90deg, transparent, rgba(104, 83, 68, 0.2), transparent);
}

.program-page {
  margin-bottom: 0;
}

.program-page h2 small {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.45em;
  color: var(--text-soft) !important;
  background: none;
  -webkit-text-fill-color: initial;
}

.program-page .program-note {
  margin: 1.5rem 0;
  padding: 1rem 1.25rem;
  border-left: 0.35rem solid #d4705d;
  border-radius: 1rem;
  background: linear-gradient(135deg, #fff3ef, #fffaf8);
  box-shadow: var(--shadow-card);
}

.program-page .program-accent {
  color: var(--theme-accent);
  font-weight: 700;
}

.program-page .program-media {
  display: block;
  max-width: min(100%, 32rem);
  margin: 1rem auto 1.5rem;
}

.program-page iframe.program-map,
.program-page .program-video,
.ratio,
video {
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  background: #ede3d8;
}

.program-page iframe.program-map {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 20rem;
  margin: 1rem 0 1.5rem;
  border: 0;
}

.program-page .program-video {
  margin: 1rem 0 1.5rem;
}

.program-page .program-video iframe,
.ratio iframe,
video {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.legacy-content-row {
  display: block;
  max-width: var(--content-width);
  margin: 0 auto 2rem;
}

.legacy-content-row::after {
  display: block;
  clear: both;
  content: "";
}

.legacy-content-row > * {
  width: auto;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.legacy-content-row > .float-start,
.legacy-content-row > .float-end,
.legacy-content-row img.float-start,
.legacy-content-row img.float-end {
  display: block;
  float: none !important;
  height: auto !important;
  max-width: min(100%, 19rem);
  margin: 0 auto 1.25rem;
}

/* content-aside blokken in legacy-content-row: altijd blokvullend, nooit float */
.legacy-content-row .content-aside.float-start,
.legacy-content-row .content-aside.float-end {
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 1.25rem 0 1.5rem;
}

/* Afbeeldingen en aside-blokken in artikelen: geen float, gecentreerd tussen tekst */
.article-flow img.float-start,
.article-flow img.float-end,
.article-flow > .float-start,
.article-flow > .float-end,
.article-flow .content-aside.float-start,
.article-flow .content-aside.float-end {
  display: block;
  float: none !important;
  margin: 1.25rem auto 1.5rem;
  max-width: 100%;
  height: auto;
}

.legacy-content-row > .float-start,
.legacy-content-row > .float-end {
  width: 100%;
  max-width: 100%;
}

.legacy-content-row img.float-start,
.legacy-content-row img.float-end,
.legacy-content-row img.d-block.mx-auto,
.program-page .program-media,
.breadcrumb-shell + .container img.rounded,
.breadcrumb-shell + .container img.img-fluid {
  border-radius: 0.9rem;
  box-shadow: var(--shadow-card);
}

.legacy-content-row img.d-block.mx-auto {
  max-width: min(100%, 42rem);
  height: auto;
}

.form-control,
.form-select,
.form-control:focus,
.form-select:focus {
  border-radius: 1rem;
}

.form-control,
.form-select {
  padding: 0.85rem 1rem;
  border: 1px solid rgba(104, 83, 68, 0.14);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: inset 0 1px 2px rgba(72, 53, 40, 0.04);
}

.form-control:focus,
.form-select:focus {
  border-color: rgba(104, 83, 68, 0.28);
  box-shadow: 0 0 0 0.2rem rgba(104, 83, 68, 0.12);
}

.btn {
  padding: 0.78rem 1.4rem;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.btn-primary,
.btn-success,
.btn-default {
  border: 0;
  color: #ffffff;
  background: linear-gradient(135deg, var(--theme-start), var(--theme-accent));
  box-shadow: 0 14px 28px rgba(72, 53, 40, 0.15);
}

.btn-primary:hover,
.btn-success:hover,
.btn-default:hover,
.btn-primary:focus,
.btn-success:focus,
.btn-default:focus {
  color: #ffffff;
  transform: translateY(-1px);
}

.card,
.panel {
  margin-bottom: 1.4rem;
  border: 1px solid rgba(104, 83, 68, 0.1);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--shadow-card);
}

.card-header,
.panel-heading {
  padding: 0.9rem 1.1rem;
  border-bottom: 1px solid rgba(104, 83, 68, 0.08);
  border-top-left-radius: calc(1.25rem - 1px);
  border-top-right-radius: calc(1.25rem - 1px);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.3rem;
  font-weight: 700;
}

.card-body,
.panel-body {
  padding: 1.15rem 1.2rem;
}

.panel-warning {
  border-color: #f0ad4e;
}

.panel-warning > .panel-heading {
  border-color: #f0ad4e;
  background-color: #fcf8e3;
  color: #8a6d3b;
}

.panel-success {
  border-color: #198754;
}

.panel-success > .panel-heading {
  border-color: #198754;
  background-color: #d1e7dd;
  color: #0f5132;
}

.panel-custom-red {
  border-color: #ff0000;
}

.panel-custom-red > .panel-heading,
.panel-custom-red > .card-header {
  border-color: #ff0000;
  background: #ff0000;
  color: #ffffff !important;
}

.panel-custom-orange {
  border-color: #ff6600;
}

.panel-custom-orange > .panel-heading,
.panel-custom-orange > .card-header {
  border-color: #ff6600;
  background: #ff6600;
  color: #ffffff !important;
}

.panel-custom-yellow {
  border-color: #ffcc00;
}

.panel-custom-yellow > .panel-heading,
.panel-custom-yellow > .card-header {
  border-color: #ffcc00;
  background: #ffcc00;
  color: #ffffff !important;
}

.panel-custom-green {
  border-color: #66cc00;
}

.panel-custom-green > .panel-heading,
.panel-custom-green > .card-header {
  border-color: #66cc00;
  background: #66cc00;
  color: #ffffff !important;
}

.panel-custom-blue {
  border-color: #6699ff;
}

.panel-custom-blue > .panel-heading,
.panel-custom-blue > .card-header {
  border-color: #6699ff;
  background: #6699ff;
  color: #ffffff !important;
}

.panel-custom-purple {
  border-color: #9900ff;
}

.panel-custom-purple > .panel-heading,
.panel-custom-purple > .card-header {
  border-color: #9900ff;
  background: #9900ff;
  color: #ffffff !important;
}

.panel-custom-violet {
  border-color: #ff99ff;
}

.panel-custom-violet > .panel-heading,
.panel-custom-violet > .card-header {
  border-color: #ff99ff;
  background: #ff99ff;
  color: #ffffff !important;
}

.panel-custom-grey {
  border-color: #ff00ff;
}

.panel-custom-grey > .panel-heading,
.panel-custom-grey > .card-header {
  border-color: #ff00ff;
  background: #ff00ff;
  color: #ffffff !important;
}

/* Footer: main content area */
.footer-main {
  padding: 3rem 0 2.5rem;
  background: linear-gradient(135deg, #4b3b33 0%, #2c221d 100%);
  margin-top: auto;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  color: #f6ede5;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-decoration: none;
  transition: color 180ms ease;
}

.footer-brand:hover,
.footer-brand:focus {
  color: #ffffff;
}

.footer-brand-name {
  line-height: 1.2;
}

.footer-tagline {
  margin: 0;
  color: rgba(246, 237, 229, 0.58);
  font-size: 0.92rem;
  line-height: 1.65;
}

.footer-heading {
  margin-bottom: 1rem;
  color: rgba(246, 237, 229, 0.42);
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-top: 0;
}

.footer-links li + li {
  margin-top: 0.45rem;
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(246, 237, 229, 0.72);
  font-size: 0.97rem;
  text-decoration: none;
  transition: color 180ms ease;
}

.footer-links a:hover,
.footer-links a:focus {
  color: #ffffff;
}

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

.d-block.mx-auto {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.float-end {
  float: right !important;
}

.float-start {
  float: left !important;
}

.rounded {
  border-radius: 0.5rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3rem;
  vertical-align: middle;
  border-top: 0.35rem dashed;
  border-right: 0.35rem solid transparent;
  border-left: 0.35rem solid transparent;
}

.form-group {
  margin-bottom: 1rem;
}

.form-horizontal .form-group {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.form-horizontal .control-label {
  font-weight: 600;
}

.site-logo-image {
  margin: 0;
  border: 0;
}

.captcha-image {
  margin: 0;
}

.content-aside {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 1.25rem;
}

.content-aside img {
  margin: 0;
}

.content-aside-caption {
  margin: 0.65rem 0 0;
  color: #a72f43;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.18rem;
  font-style: italic;
  line-height: 1.5;
}

.content-section-label {
  margin: 1rem 0 0.5rem;
  color: var(--theme-start);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.35rem;
  font-style: italic;
  font-weight: 700;
}

.article-page {
  position: relative;
}

.article-flow {
  display: block;
  max-width: var(--content-width);
  margin: 0 auto;
}

.article-flow > h2:first-child {
  margin-bottom: 1rem;
}

.article-lead {
  max-width: 68ch;
  font-size: clamp(1.08rem, 1.7vw, 1.22rem);
  line-height: 1.85;
  color: var(--text-soft);
}

.article-flow > h3 {
  margin-top: 2.25rem;
}

.article-flow > p,
.article-flow > ul,
.article-flow > ol {
  max-width: 100%;
}

.article-media {
  display: block;
  max-width: 100%;
  margin-bottom: 1.35rem;
  border-radius: 1rem;
  box-shadow: var(--shadow-card);
}

.article-media-start,
.article-media-end {
  max-width: 100%;
}

.article-full-media {
  max-width: min(100%, 68rem);
  margin: 1.5rem auto;
}
.article-media-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
  align-items: start;
  margin-top: 1.25rem;
}
.article-media-grid .article-media {
  margin-bottom: 0;
}
.article-embed {
  width: 100%;
  max-width: min(100%, 68rem);
  border: 0;
  border-radius: 1rem;
  box-shadow: var(--shadow-card);
  overflow: hidden;
}

.article-signoff {
  margin-top: 2rem;
  color: var(--theme-start);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.25rem;
  font-style: italic;
}

/* ─── Decorative section divider ─────────────────────── */
.section-divider {
  height: 1px;
  border: none;
  background: linear-gradient(90deg, transparent, var(--theme-start) 30%, var(--theme-end) 70%, transparent);
  opacity: 0.45;
  margin: 2.5rem auto;
  max-width: 28rem;
}

/* ─── Pull-quote / accent tekst ─────────────────────── */
.article-pullquote {
  margin: 2rem 0;
  padding: 1.35rem 1.75rem;
  border-left: 3px solid var(--theme-accent);
  background: var(--surface-soft);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.2rem, 2vw, 1.45rem);
  font-style: italic;
  color: var(--theme-start);
  line-height: 1.7;
  max-width: 52ch;
}

/* ─── Thema-kaart (vervangt Bootstrap warning-kleuren) ── */
.card-theme {
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-md);
  background: var(--surface-soft);
  box-shadow: var(--shadow-card);
  overflow: hidden;
}

.card-theme .card-header {
  padding: 0.85rem 1.5rem;
  background: linear-gradient(135deg, var(--theme-start), var(--theme-end));
  border-bottom: none;
  color: #fff;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.15rem;
  font-style: italic;
  letter-spacing: 0.02em;
}

.card-theme .card-body {
  padding: 1.5rem;
  color: var(--text-main);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.15rem;
  font-style: italic;
  line-height: 1.85;
}

.card-theme .card-body p:last-child {
  margin-bottom: 0;
}

.testimonial-page {
  display: grid;
  gap: 2rem;
}

.testimonial-group {
  display: grid;
  gap: 1rem;
}

.testimonial-group + .testimonial-group {
  margin-top: 0.25rem;
}

.testimonial-section-title {
  margin: 0;
  background: linear-gradient(135deg, var(--theme-start), var(--theme-start));
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.testimonial-list {
  display: grid;
  gap: 1rem;
}

.testimonial-entry {
  padding: clamp(1.15rem, 2vw, 1.6rem);
  border: 1px solid rgba(104, 83, 68, 0.1);
  border-radius: 1.35rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(252, 247, 242, 0.92) 100%);
  box-shadow: var(--shadow-card);
}

.testimonial-name {
  margin: 0 0 0.8rem;
  color: var(--theme-start);
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  line-height: 1.2;
}

.testimonial-entry p {
  max-width: none;
  margin: 0 0 0.9rem;
}

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

.testimonial-note {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(104, 83, 68, 0.12);
}

.testimonial-note-label {
  margin: 0 0 0.55rem;
  color: var(--text-soft);
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

@media only screen and (min-width: 768px) {
  .article-media-start {
    float: left !important;
    margin: 0.25rem 1.5rem 1rem 0;
    max-width: min(100%, 22rem);
  }

  .article-media-end {
    float: right !important;
    margin: 0.25rem 0 1rem 1.5rem;
    max-width: min(100%, 22rem);
  }

  /* article-flow floated images en content-aside */
  .article-flow img.float-start,
  .article-flow > .float-start,
  .article-flow .content-aside.float-start {
    float: left !important;
    display: block;
    margin: 0.25rem 1.5rem 1rem 0;
    max-width: min(100%, 22rem);
    height: auto;
  }

  .article-flow img.float-end,
  .article-flow > .float-end,
  .article-flow .content-aside.float-end {
    float: right !important;
    display: block;
    margin: 0.25rem 0 1rem 1.5rem;
    max-width: min(100%, 22rem);
    height: auto;
  }

  .content-aside.float-start,
  .content-aside.float-end {
    width: min(100%, 21rem);
    max-width: min(100%, 21rem);
  }

  .article-flow .content-aside.content-aside--video-lg.float-start,
  .article-flow .content-aside.content-aside--video-lg.float-end {
    width: min(100%, 28rem);
    max-width: min(100%, 28rem);
  }

  .content-aside.float-start {
    float: left !important;
    margin: 0.25rem 1.5rem 1rem 0;
  }

  .content-aside.float-end {
    float: right !important;
    margin: 0.25rem 0 1rem 1.5rem;
  }

  .content-aside--220 {
    min-height: 220px;
  }

  .content-aside--240 {
    min-height: 240px;
  }

  .content-aside--250 {
    min-height: 250px;
  }

  .content-aside--300 {
    min-height: 300px;
  }

  .program-page .program-media-start {
    float: left;
    margin: 0.25rem 1.5rem 1rem 0;
  }

  .program-page .program-media-end {
    float: right;
    margin: 0.25rem 0 1rem 1.5rem;
  }

  .program-page iframe.program-map {
    height: 24rem;
  }

  .legacy-content-row img.float-start {
    float: left !important;
    margin: 0.25rem 1.5rem 1rem 0;
    max-width: min(100%, 22rem);
    height: auto;
  }

  .legacy-content-row img.float-end {
    float: right !important;
    margin: 0.25rem 0 1rem 1.5rem;
    max-width: min(100%, 22rem);
    height: auto;
  }

  .legacy-content-row > .float-start,
  .legacy-content-row .content-aside.float-start {
    float: left !important;
    width: min(100%, 22rem);
    max-width: min(100%, 22rem);
    margin: 0.25rem 1.5rem 1rem 0;
  }

  .legacy-content-row > .float-end,
  .legacy-content-row .content-aside.float-end {
    float: right !important;
    width: min(100%, 22rem);
    max-width: min(100%, 22rem);
    margin: 0.25rem 0 1rem 1.5rem;
  }
}

@media (min-width: 992px) {
  .navbar-custom .nav-item.dropdown {
    position: relative;
  }

  .navbar-custom .dropdown-menu {
    top: calc(100% - 0.2rem);
  }

  .navbar-custom .dropdown:hover > .dropdown-menu,
  .navbar-custom .dropdown-menu:hover {
    display: block;
  }

  .navbar-custom .navbar-collapse {
    display: flex !important;
    justify-content: flex-end;
  }
}

@media (max-width: 991.98px) {
  body {
    padding-top: 5.25rem;
  }

  .page-header {
    width: min(calc(100% - 0.75rem), 96rem);
    border-radius: 0 0 1.4rem 1.4rem;
  }

  .page-header-content {
    padding: 1rem;
  }

  .page-header-copy {
    max-width: 100%;
    border-radius: 1.25rem;
  }

  .page-header-title {
    font-size: clamp(1.9rem, 8vw, 3.2rem);
  }

  .page-header-subtitle {
    font-size: 0.98rem;
  }

  .breadcrumb-shell {
    margin-top: -1.35rem;
  }

  .breadcrumb-panel {
    border-radius: 1.3rem;
  }

  .navbar-custom .navbar-collapse {
    margin-top: 0.8rem;
    padding: 0.8rem;
    border: 1px solid rgba(104, 83, 68, 0.12);
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 36px rgba(72, 53, 40, 0.1);
  }

  .navbar-custom .navbar-nav {
    gap: 0.2rem;
    margin-top: 0.2rem;
  }

  .navbar-custom .nav-link,
  .navbar-custom .navbar-nav > li > a {
    width: 100%;
    justify-content: space-between;
  }

  .navbar-custom .dropdown-menu {
    width: 100%;
    min-width: 0;
    max-width: none;
  }

  .content-aside.float-start,
  .content-aside.float-end {
    float: none !important;
    width: 100%;
    max-width: min(100%, 21rem);
    min-height: 0;
    margin: 0 auto 1.25rem;
  }

  .article-media-start,
  .article-media-end {
    float: none !important;
    margin: 0 auto 1.25rem;
  }
  .article-media-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  body {
    padding-top: 5rem;
  }

  p,
  li {
    font-size: 1rem;
  }

  .site-breadcrumb {
    align-items: flex-start;
    gap: 0.45rem;
  }

  .site-breadcrumb > li,
  .site-breadcrumb .active,
  .site-breadcrumb a {
    font-size: 0.92rem;
  }

  .site-breadcrumb > li {
    min-width: 0;
  }

  .site-breadcrumb > li:last-child {
    flex-basis: 100%;
  }

  .site-breadcrumb .active {
    max-width: 100%;
    white-space: normal;
    line-height: 1.25;
  }

  .breadcrumb-shell + .container {
    padding: 1.15rem 0.95rem 1.75rem;
    border-radius: 1.45rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

@keyframes hero-reveal {
  from {
    opacity: 0;
    transform: scale(1.06);
  }

  to {
    opacity: 1;
    transform: scale(1.02);
  }
}

@keyframes content-enter {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ============================================================
   ELEGANCE LAYER — refined visual enhancements
   ============================================================ */

/* Accessible skip-to-content link */
.skip-to-content {
  position: absolute;
  top: -100%;
  left: 1rem;
  z-index: 9999;
  padding: 0.75rem 1.4rem;
  border-radius: 0 0 1rem 1rem;
  background: linear-gradient(135deg, var(--theme-start), var(--theme-accent));
  color: #ffffff;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(72, 53, 40, 0.25);
  transition: top 200ms ease;
}

.skip-to-content:focus {
  top: 0;
  color: #ffffff;
}

/* Elegant text selection */
::selection {
  background: rgba(230, 148, 26, 0.22);
  color: var(--text-main);
}

/* Elegant horizontal rule */
hr,
.hr {
  border: 0;
  height: 1px;
  margin: 2rem 0;
  background: linear-gradient(90deg, transparent, var(--theme-accent), transparent);
  opacity: 0.38;
}

/* Blockquote — styled for the spiritual long-form content */
blockquote {
  position: relative;
  margin: 2rem 0;
  padding: 1.35rem 1.6rem 1.35rem 2.1rem;
  border-left: 3px solid var(--theme-accent);
  border-radius: 0 1.1rem 1.1rem 0;
  background: linear-gradient(135deg, rgba(255, 248, 235, 0.9) 0%, rgba(255, 253, 248, 0.65) 100%);
  box-shadow: 0 8px 24px rgba(72, 53, 40, 0.07);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.1rem, 1.8vw, 1.28rem);
  font-style: italic;
  line-height: 1.65;
  color: var(--text-main);
}

blockquote::before {
  position: absolute;
  top: 0.4rem;
  left: 0.55rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 3.2rem;
  line-height: 1;
  color: var(--theme-accent);
  content: "\201C";
  opacity: 0.45;
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote cite {
  display: block;
  margin-top: 0.85rem;
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.9rem;
  font-style: normal;
  color: var(--text-soft);
  letter-spacing: 0.03em;
}

/* Lead paragraph */
.lead {
  font-size: clamp(1.1rem, 1.6vw, 1.22rem);
  font-weight: 400;
  line-height: 1.78;
  color: var(--text-soft);
}

/* Improved paragraph readability in content */
.breadcrumb-shell + .container p,
.program-page p {
  line-height: 1.87;
}

/* Animated link underlines in main content */
.breadcrumb-shell + .container a:not(.btn):not(.dropdown-item):not(.nav-link):not(.navbar-brand),
.program-page a:not(.btn):not(.dropdown-item):not(.nav-link):not(.navbar-brand) {
  color: var(--theme-accent);
  text-decoration: none;
  background-image: linear-gradient(var(--theme-accent), var(--theme-accent));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1.5px;
  transition: background-size 260ms ease, color 180ms ease;
}

.breadcrumb-shell + .container a:not(.btn):not(.dropdown-item):not(.nav-link):not(.navbar-brand):hover,
.breadcrumb-shell + .container a:not(.btn):not(.dropdown-item):not(.nav-link):not(.navbar-brand):focus,
.program-page a:not(.btn):not(.dropdown-item):not(.nav-link):not(.navbar-brand):hover,
.program-page a:not(.btn):not(.dropdown-item):not(.nav-link):not(.navbar-brand):focus {
  color: var(--theme-start);
  background-size: 100% 1.5px;
}

/* Scroll-to-top button */
.scroll-to-top {
  position: fixed;
  bottom: 2.25rem;
  right: 1.75rem;
  z-index: 998;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--theme-start), var(--theme-accent));
  color: #ffffff;
  font-size: 1.2rem;
  box-shadow: 0 10px 28px rgba(72, 53, 40, 0.24);
  cursor: pointer;
  opacity: 0;
  transform: translateY(1.2rem) scale(0.82);
  transition: opacity 300ms ease, transform 300ms ease, box-shadow 300ms ease;
  text-decoration: none;
}

.scroll-to-top.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.scroll-to-top:hover,
.scroll-to-top:focus {
  color: #ffffff;
  box-shadow: 0 16px 36px rgba(72, 53, 40, 0.32);
  transform: translateY(-2px) scale(1.08);
  text-decoration: none;
}

/* Footer copyright bar */
.footer-copy {
  display: block;
  padding: 0.8rem 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(135deg, #241a15 0%, #1a110d 100%);
  color: rgba(246, 237, 229, 0.42);
  font-size: 0.8rem;
  text-align: center;
  letter-spacing: 0.05em;
}

.footer-copy a {
  color: rgba(246, 237, 229, 0.68);
  text-decoration: none;
  transition: color 180ms ease;
}

.footer-copy a:hover {
  color: rgba(246, 237, 229, 0.95);
}

/* Reveal-on-scroll support (class added by JS) */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 560ms ease, transform 560ms ease;
}

.reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}

/* Content image polish */
.breadcrumb-shell + .container img:not(.navbar-brand img):not(.page-header-image) {
  border-radius: 1rem;
  box-shadow: var(--shadow-card);
}

/* Subtle strong/bold highlight */
.breadcrumb-shell + .container strong,
.breadcrumb-shell + .container b,
.program-page strong,
.program-page b {
  color: var(--theme-start);
  font-weight: 700;
}

/* h3 top separator accent */
.breadcrumb-shell + .container h3,
.program-page h3 {
  padding-top: 0.3rem;
}

/* Smooth navbar transition */
.navbar-custom {
  transition: padding 280ms ease, background 280ms ease, box-shadow 280ms ease, backdrop-filter 280ms ease;
}

/* =====================================================
   Biography Accordion  (achtergrond/mijn_verhaal)
   ===================================================== */

.biography-accordion {
  max-width: var(--content-width);
  margin: 2rem auto 3rem;
}

.biography-accordion .accordion-item {
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-md) !important;
  margin-bottom: 0.6rem;
  overflow: hidden;
  background: var(--surface-soft);
  box-shadow: var(--shadow-card);
}

.biography-accordion .accordion-button {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.3rem, 2.2vw, 1.75rem);
  font-weight: 600;
  color: var(--theme-accent);
  background: var(--surface-soft);
  padding: 1.1rem 1.4rem;
  gap: 0.55rem;
  line-height: 1.3;
}

.biography-accordion .accordion-button:not(.collapsed) {
  color: var(--theme-start);
  background: var(--surface-strong);
  box-shadow: inset 0 -1px 0 var(--border-soft);
}

.biography-accordion .accordion-button:focus {
  box-shadow: 0 0 0 0.2rem rgba(116, 90, 55, 0.25);
}

.biography-accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23745a37'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.biography-accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23AE4F00'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.biography-accordion .bio-icon {
  font-size: 1.1em;
  color: var(--theme-start);
  flex-shrink: 0;
}

.biography-accordion .accordion-body {
  background: var(--surface-strong);
  padding: 1.75rem 2rem 1.5rem;
}

.biography-accordion .accordion-body img {
  display: block;
  margin: 1.25rem auto 1.75rem;
  max-width: min(100%, 36rem);
  height: auto;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
}

@media (max-width: 767px) {
  .biography-accordion .accordion-button {
    font-size: 1.2rem;
    padding: 1rem 1.1rem;
  }

  .biography-accordion .accordion-body {
    padding: 1.25rem 1rem 1rem;
  }
}

/* Header layout aligned with the LM reference site */
body {
  --site-header-offset: 5.15rem;
  padding-top: var(--site-header-offset);
}

.navbar-custom.fixed-top {
  left: 50%;
  width: min(calc(100% - 1rem), 88rem);
  padding: 0.72rem 1rem;
  border: 1px solid transparent;
  border-top: 0;
  border-radius: 0 0 2rem 2rem;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transform: translateX(-50%);
}

.navbar-custom.fixed-top .container {
  gap: 1.25rem;
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

.navbar-custom.fixed-top .navbar-brand {
  padding: 0.3rem 0.8rem;
  border: 1px solid rgba(255, 248, 238, 0.18);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(86, 66, 50, 0.62), rgba(58, 44, 34, 0.4));
  box-shadow: 0 12px 28px rgba(19, 14, 11, 0.14);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.navbar-custom.fixed-top .navbar-brand span {
  width: auto;
  height: auto;
  padding: 0;
  border-radius: 999px;
  background: transparent;
  box-shadow: none;
}

.navbar-custom.fixed-top .navbar-brand img {
  width: auto;
  height: 42px;
  filter: brightness(1.18) contrast(1.15) saturate(1.04) drop-shadow(0 4px 10px rgba(255, 255, 255, 0.1));
}

.navbar-custom.fixed-top .navbar-nav {
  gap: 0.2rem;
}

.navbar-custom.fixed-top .nav-link,
.navbar-custom.fixed-top .navbar-nav > li > a {
  position: relative;
  border-color: transparent;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.06);
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.45);
}

.navbar-custom.fixed-top .nav-link:hover,
.navbar-custom.fixed-top .nav-link:focus,
.navbar-custom.fixed-top .navbar-nav > li > a:hover,
.navbar-custom.fixed-top .navbar-nav > li > a:focus {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.18);
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}

.navbar-custom.fixed-top .navbar-nav > .active > a,
.navbar-custom.fixed-top .navbar-nav > .active > .nav-link,
.navbar-custom.fixed-top .navbar-nav .nav-link.active,
.navbar-custom.fixed-top .navbar-nav > .show > a,
.navbar-custom.fixed-top .navbar-nav > .show > .nav-link {
  color: rgba(255, 255, 255, 0.92);
  background: transparent;
  box-shadow: none;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.45);
}

.navbar-custom.fixed-top .navbar-nav > .active > a::after,
.navbar-custom.fixed-top .navbar-nav > .active > .nav-link::after,
.navbar-custom.fixed-top .navbar-nav .nav-link.active::after,
.navbar-custom.fixed-top .navbar-nav > .show > a::after,
.navbar-custom.fixed-top .navbar-nav > .show > .nav-link::after {
  position: absolute;
  right: 1rem;
  bottom: 0.32rem;
  left: 1rem;
  height: 1.5px;
  border-radius: 999px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--theme-accent) 58%, transparent), color-mix(in srgb, var(--theme-end) 52%, transparent));
  content: "";
}

.navbar-custom.fixed-top.navbar-scrolled {
  padding: 0.58rem 1rem;
  border-radius: 0 0 2rem 2rem;
  border-color: rgba(221, 208, 191, 0.5);
  background: rgba(252, 247, 241, 0.62);
  box-shadow: 0 16px 40px rgba(72, 53, 40, 0.14);
  backdrop-filter: blur(22px) saturate(160%);
  -webkit-backdrop-filter: blur(22px) saturate(160%);
}

.navbar-custom.fixed-top.navbar-scrolled .nav-link,
.navbar-custom.fixed-top.navbar-scrolled .navbar-nav > li > a {
  color: var(--text-main);
  background: transparent;
  text-shadow: none;
}

.navbar-custom.fixed-top.navbar-scrolled .navbar-nav > .active > a,
.navbar-custom.fixed-top.navbar-scrolled .navbar-nav > .active > .nav-link,
.navbar-custom.fixed-top.navbar-scrolled .navbar-nav .nav-link.active,
.navbar-custom.fixed-top.navbar-scrolled .navbar-nav > .show > a,
.navbar-custom.fixed-top.navbar-scrolled .navbar-nav > .show > .nav-link {
  color: var(--text-main);
  text-shadow: none;
}

.navbar-custom.fixed-top.navbar-scrolled .nav-link:hover,
.navbar-custom.fixed-top.navbar-scrolled .nav-link:focus,
.navbar-custom.fixed-top.navbar-scrolled .navbar-nav > li > a:hover,
.navbar-custom.fixed-top.navbar-scrolled .navbar-nav > li > a:focus {
  color: var(--theme-start);
  border-color: rgba(104, 83, 68, 0.08);
  background: rgba(255, 255, 255, 0.72);
  text-shadow: none;
}

.page-header {
  width: 100%;
  max-width: none;
  min-height: clamp(22rem, 44vw, 36rem);
  margin: calc(var(--site-header-offset) * -1) 0 0;
  border-radius: 0 0 2.8rem 2.8rem;
}

.page-header::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(14, 9, 5, 0.42) 0%, rgba(14, 9, 5, 0.12) 20%, rgba(0, 0, 0, 0) 48%);
  content: "";
  pointer-events: none;
}

.page-header::after {
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(10, 6, 3, 0.38) 72%, rgba(10, 6, 3, 0.6) 100%);
}

.page-header .page-header-image {
  height: clamp(22rem, 44vw, 36rem);
  object-position: center 26%;
  transform: none;
}

.page-header-content {
  z-index: 3;
  align-items: flex-end;
  padding: clamp(6.6rem, 12vh, 8rem) clamp(1.25rem, 4vw, 3rem) clamp(2.2rem, 4vw, 3.4rem);
}

.page-header-copy {
  max-width: min(54rem, 100%);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.page-header-kicker {
  color: rgba(255, 255, 255, 0.82);
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.55);
}

.page-header-title {
  color: #ffffff;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.45), 0 1px 4px rgba(0, 0, 0, 0.3);
}

.page-header-subtitle {
  max-width: 36rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1rem, 1.7vw, 1.18rem);
  line-height: 1.65;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
}

.breadcrumb-shell {
  z-index: 8;
  margin-top: -3rem;
  margin-bottom: 1rem;
}

.breadcrumb-panel {
  width: fit-content;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 36px rgba(72, 53, 40, 0.12);
}

@media (max-width: 991.98px) {
  body {
    --site-header-offset: 4.95rem;
    padding-top: var(--site-header-offset);
  }

  .navbar-custom.fixed-top {
    width: calc(100% - 0.4rem);
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    border-radius: 0 0 1.75rem 1.75rem;
  }

  .navbar-custom.fixed-top .container {
    gap: 0.75rem;
  }

  .page-header {
    width: 100%;
    min-height: clamp(24rem, 74vw, 34rem);
    margin: calc(var(--site-header-offset) * -1) 0 0;
  }

  .page-header::before {
    background: linear-gradient(180deg, rgba(14, 9, 5, 0.38) 0%, rgba(14, 9, 5, 0.1) 22%, rgba(0, 0, 0, 0) 52%);
  }

  .page-header .page-header-image {
    height: clamp(24rem, 74vw, 34rem);
    object-position: center 28%;
  }

  .page-header-content {
    align-items: flex-end;
    padding-top: 6.4rem;
  }

  .page-header-title {
    max-width: 100%;
  }

  .breadcrumb-shell {
    margin-top: -2.35rem;
  }
}

@media (max-width: 767.98px) {
  body {
    --site-header-offset: 4.7rem;
    padding-top: var(--site-header-offset);
  }

  .navbar-custom.fixed-top {
    width: calc(100% - 0.3rem);
    padding-right: 0.6rem;
    padding-left: 0.6rem;
    border-radius: 0 0 1.45rem 1.45rem;
  }

  .page-header {
    width: 100%;
    min-height: clamp(20rem, 88vw, 28rem);
    margin: calc(var(--site-header-offset) * -1) 0 0;
    border-radius: 0 0 2rem 2rem;
  }

  .page-header .page-header-image {
    height: clamp(20rem, 88vw, 28rem);
    object-position: center 30%;
  }

  .page-header-content {
    padding: 5.8rem 1rem 1.6rem;
  }

  .page-header-copy {
    max-width: 100%;
  }

  .breadcrumb-shell {
    margin-top: -1.8rem;
  }

  .breadcrumb-panel {
    border-radius: 1.2rem;
  }
}