@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;600&display=swap');

:root {
  --primary: #A80533;
  --primary-hover: #860429;
  --secondary: #887249;
  --dark: #212529;
  --gold: #887249;
  --footer-bg: #1d1d1d;
  --sub-footer-bg: #111;
  --bs-primary: #A80533;
  --bs-secondary: #887249;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
  --focus-ring: rgba(168,5,51,.25);
}

*, *::before, *::after { box-sizing: border-box; }
@media (prefers-reduced-motion: no-preference) { :root { scroll-behavior: smooth; } }

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: calc(1.285rem + 0.42vw);
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
}
@media (min-width: 1200px) { body { font-size: 1.6rem; } }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1 { font-size: calc(1.525rem + 3.3vw); }
@media (min-width: 1200px) { h1 { font-size: 4rem; } }
h2 { font-size: calc(1.445rem + 2.34vw); }
@media (min-width: 1200px) { h2 { font-size: 3.2rem; } }
h3 { font-size: calc(1.405rem + 1.86vw); }
@media (min-width: 1200px) { h3 { font-size: 2.8rem; } }
h4 { font-size: calc(1.365rem + 1.38vw); }
@media (min-width: 1200px) { h4 { font-size: 2.4rem; } }

p { margin-top: 0; margin-bottom: 1rem; }
a { color: #a80533; text-decoration: underline; }
a:hover { color: #860429; }
img, svg { vertical-align: middle; }
ul { margin: 0; padding: 0; }

.container, .container-fluid {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) { .container { max-width: 540px; } }
@media (min-width: 768px) { .container { max-width: 720px; } }
@media (min-width: 992px) { .container { max-width: 960px; } }
@media (min-width: 1200px) { .container { max-width: 1140px; } }
@media (min-width: 1400px) { .container { max-width: 1320px; } }

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.col-lg-2 { width: 100%; }
.col-lg-3 { width: 100%; }
.col-lg-4 { width: 100%; }
.col-lg-6 { width: 100%; }
.col-lg-8 { width: 100%; }
.col-md-6 { width: 100%; }
.col-sm-6 { width: 100%; }

@media (min-width: 768px) {
  .col-md-6 { width: 50%; }
  .col-sm-6 { width: 50%; }
}
@media (min-width: 992px) {
  .col-lg-2 { width: 16.6667%; }
  .col-lg-3 { width: 25%; }
  .col-lg-4 { width: 33.3333%; }
  .col-lg-6 { width: 50%; }
  .col-lg-8 { width: 66.6667%; }
}

.d-flex { display: flex !important; }
.d-none { display: none !important; }
.d-block { display: block !important; }
.flex-row { flex-direction: row !important; }
.flex-wrap { flex-wrap: wrap !important; }
.justify-content-between { justify-content: space-between !important; }
.justify-content-center { justify-content: center !important; }
.justify-content-start { justify-content: flex-start !important; }
.align-items-center { align-items: center !important; }
.align-items-start { align-items: flex-start !important; }
.text-center { text-align: center !important; }
.text-white { color: #fff !important; }
.text-uppercase { text-transform: uppercase !important; }
.mb-0 { margin-bottom: 0 !important; }
.mb-3 { margin-bottom: 1rem !important; }
.mb-4 { margin-bottom: 1.5rem !important; }
.mb-5 { margin-bottom: 3rem !important; }
.mt-3 { margin-top: 1rem !important; }
.mt-4 { margin-top: 1.5rem !important; }
.mt-5 { margin-top: 3rem !important; }
.me-2 { margin-right: .5rem !important; }
.ms-2 { margin-left: .5rem !important; }
.ms-auto { margin-left: auto !important; }
.py-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; }
.py-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
.pt-5 { padding-top: 3rem !important; }
.pb-5 { padding-bottom: 3rem !important; }
.p-4 { padding: 1.5rem !important; }
.gap-2 { gap: .5rem !important; }
.gap-3 { gap: 1rem !important; }
.w-100 { width: 100% !important; }
.img-fluid { max-width: 100%; height: auto; display: block; }
.list-unstyled { list-style: none; padding: 0; margin: 0; }
.fw-bold { font-weight: 700 !important; }
.bg-black { background: #000 !important; }

/* === FIXED TOP HEADER === */
header#banner.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background: transparent;
  transition: background 0.3s, box-shadow 0.3s;
}
header#banner.fixed-top.scrolled {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
header#banner.fixed-top.scrolled .navbar-nav.desktop-nav .nav-link {
  color: #212529;
  border-left-color: rgba(0,0,0,0.15);
}
header#banner.fixed-top.scrolled .hamburger svg path { fill: #212529; }
header#banner.fixed-top.scrolled .nav-brand-red { fill: #A80533 !important; }
header#banner.fixed-top.scrolled .nav-brand-light { fill: #212529 !important; }

.nav-spacer { height: 70px; }

#topNav.navbar { padding: 15px 0; }

.navbar-nav.desktop-nav {
  list-style: none;
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
}
.navbar-nav.desktop-nav .nav-link {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 15px;
  border-left: 1px solid rgba(255,255,255,0.3);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s;
}
.navbar-nav.desktop-nav .nav-link:hover { color: #A80533; }
.navbar-nav.desktop-nav li:first-child .nav-link { border-left: 0; }

.hamburger {
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  display: none;
}
.hamburger svg path { fill: #fff; }

/* === MOBILE NAV === */
#expandedNav {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  min-height: 100vh;
  background: #fff;
  z-index: 2000;
  overflow-y: auto;
}
#expandedNav .exp-nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
#mobileCloseBtn {
  background: transparent;
  border: 0;
  font-size: 24px;
  cursor: pointer;
  color: #212529;
  padding: 0 5px;
}
ul.drop-nav {
  padding: 30px 0;
  list-style: none;
  margin: 0;
}
ul.drop-nav li a.nav-link {
  display: block;
  padding: 15px 0;
  color: #212529;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  border-bottom: 1px solid #eee;
  text-decoration: none;
}
ul.drop-nav li a.nav-link:hover { color: #A80533; }

/* === HERO BLOCK === */
.hero-block {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: #000;
  display: flex;
  align-items: center;
}
.hero-block .hero-bg-img {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.5;
}
.hero-block .hero-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.55);
  z-index: 2;
}
.hero-block .content {
  position: relative;
  z-index: 3;
  text-align: center;
  color: #fff;
  padding: 20vh 1rem 8rem;
  width: 100%;
}
.hero-block h1 {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 1rem;
}
.hero-block .euibe-script {
  display: block;
  font-family: 'Dancing Script', cursive;
  font-size: 1.4rem;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 10px;
  color: rgba(255,255,255,0.85);
  font-style: italic;
}
.hero-block .hero-sub {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  opacity: 0.85;
  letter-spacing: 1px;
}

/* === BUTTONS === */
.btn-red {
  display: inline-block;
  background: #A80533;
  color: #fff;
  border-radius: 0;
  padding: 14px 30px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-decoration: none;
  border: 2px solid #A80533;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  line-height: 1.5;
}
.btn-red:hover { background: #860429; border-color: #860429; color: #fff; }

.btn-outline-red {
  display: inline-block;
  background: transparent;
  border: 2px solid #A80533;
  color: #A80533;
  border-radius: 0;
  padding: 14px 30px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  line-height: 1.5;
}
.btn-outline-red:hover { background: #A80533; color: #fff; }

.btn-ghost {
  display: inline-block;
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 0;
  padding: 14px 30px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  line-height: 1.5;
}
.btn-ghost:hover { background: #fff; color: #212529; }

.btn-sm { padding: 8px 18px; font-size: 12px; }

.button-module {
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}
.button-module.justify-content-start { justify-content: flex-start; }
.button-module li { margin: 0; }

/* === LEFT BORDER HEADING === */
h2.left-border, .h3.left-border {
  position: relative;
  padding-left: 15px;
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
h2.left-border::before, .h3.left-border::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 4px;
  height: 100%;
  background: #A80533;
}

/* === BASIC TWO COLUMN === */
.basic-two-column {
  padding: 70px 0;
}
.basic-two-column .text-col {
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.basic-two-column .image-col img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 400px;
}

/* === FULL WIDTH BLOCK (dark band) === */
.basic-full-width-block {
  padding: 80px 0;
  position: relative;
}
.basic-full-width-block.bg-black {
  background: #000;
  color: #fff;
}
.basic-full-width-block .container { position: relative; z-index: 1; }
.basic-full-width-block .content h2,
.basic-full-width-block .content h3 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

/* === STATS BAR === */
.stats-bar {
  background: #A80533;
  padding: 50px 0;
  color: #fff;
}
.stats-bar .stat-item {
  text-align: center;
  padding: 15px;
}
.stats-bar .stat-number {
  font-size: 2.8rem;
  font-weight: 700;
  display: block;
  line-height: 1;
  margin-bottom: 8px;
}
.stats-bar .stat-label {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  opacity: 0.85;
}

/* === PRICING CARDS === */
.pricing-section {
  padding: 80px 0;
  background: #f8f9fa;
}
.pricing-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
.pricing-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  flex: 1 1 calc(25% - 24px);
  min-width: 240px;
  max-width: 300px;
  display: flex;
  flex-direction: column;
}
.pricing-card .card-top {
  background: #A80533;
  color: #fff;
  padding: 25px 20px 20px;
}
.pricing-card .card-top h3 {
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
  color: #fff;
}
.pricing-card .card-top .duration {
  font-size: 0.8rem;
  opacity: 0.8;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.pricing-card .card-body {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.pricing-card .card-body p {
  font-size: 0.9rem;
  flex: 1;
  color: #555;
  margin-bottom: 15px;
}
.pricing-card .price {
  font-size: 2rem;
  font-weight: 700;
  color: #A80533;
  margin-bottom: 5px;
  display: block;
}
.pricing-card .price-note {
  font-size: 0.75rem;
  color: #888;
  display: block;
  margin-bottom: 20px;
}

/* === PHOTO GRID === */
.photo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.photo-grid .grid-item {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
}
.photo-grid .grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s;
}
.photo-grid .grid-item:hover img { transform: scale(1.05); }

/* === FOLLOW SECTION === */
.follow-section {
  padding: 70px 0;
  text-align: center;
  background: #fff;
}
.follow-section h2 {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
.follow-section .social-list {
  list-style: none;
  padding: 0;
  margin: 25px 0 0;
  display: flex;
  justify-content: center;
  gap: 30px;
}
.follow-section .social-list a.lnk-gold {
  color: #887249;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}
.follow-section .social-list a.lnk-gold i { font-size: 1.5rem; }
.follow-section .social-list a.lnk-gold:hover { color: #A80533; }

/* === DARK CTA === */
.dark-cta {
  background: #1d1d1d;
  padding: 80px 0;
  text-align: center;
  color: #fff;
}
.dark-cta h2 {
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.dark-cta p { opacity: 0.8; margin-bottom: 30px; }

/* === FOOTER === */
footer.site-footer {
  background: #1d1d1d;
  color: #fff;
  padding: 60px 0 0;
}
.site-footer .footer-logo { margin-bottom: 20px; display: block; }
.site-footer .footer-tagline {
  color: rgba(255,255,255,0.6);
  font-size: 0.85rem;
  margin-bottom: 15px;
  font-style: italic;
}
.site-footer address {
  color: rgba(255,255,255,0.6);
  font-size: 0.82rem;
  font-style: normal;
  line-height: 1.8;
}
.site-footer h2.subtitle-2 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  color: #fff;
}
.site-footer nav ul.menu {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}
.site-footer nav ul.menu li { margin-bottom: 8px; }
.site-footer nav ul.menu a {
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  font-size: 13px;
  transition: color 0.2s;
}
.site-footer nav ul.menu a:hover { color: #A80533; }
.site-footer .social-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .social-list li { margin-bottom: 10px; }
.site-footer .social-list a.lnk-gold {
  color: #887249;
  text-decoration: none;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  gap: 8px;
}
.site-footer .social-list a.lnk-gold i { font-size: 1.1rem; }
.site-footer .social-list a.lnk-gold:hover { color: #A80533; }

.sub-footer {
  padding: 20px 0;
  background: #111;
  font-size: 12px;
  color: rgba(255,255,255,0.6);
  margin-top: 40px;
}
.sub-footer .terms-privacy a {
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  transition: color 0.2s;
}
.sub-footer .terms-privacy a:hover { color: #A80533; }
.sub-footer .separator { opacity: 0.4; margin: 0 4px; }

/* === COOKIE BANNER === */
#cookieBanner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 2px solid #A80533;
  z-index: 9999;
  padding: 15px 0;
  box-shadow: 0 -2px 15px rgba(0,0,0,0.1);
}
#cookieBanner p { font-size: 0.85rem; color: #212529; }
#cookieBanner a { color: #A80533; }

/* === FORM STYLES === */
.form-control {
  display: block;
  width: 100%;
  padding: .5rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0;
  appearance: none;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  margin-bottom: 1rem;
  font-family: var(--bs-font-sans-serif);
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #d48299;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(168,5,51,.25);
}
.form-select {
  display: block;
  width: 100%;
  padding: .5rem 2.25rem .5rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0;
  appearance: none;
  margin-bottom: 1rem;
  font-family: var(--bs-font-sans-serif);
}
.form-select:focus {
  border-color: #d48299;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(168,5,51,.25);
}
.form-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 1rem;
}
.form-check-input {
  width: 1.1em;
  height: 1.1em;
  margin-top: 3px;
  flex-shrink: 0;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  appearance: none;
  background-color: #fff;
  cursor: pointer;
}
.form-check-input:checked { background-color: #a80533; border-color: #a80533; }
.form-check-label { font-size: 0.85rem; color: #555; }
.form-label {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #444;
}
.form-error { color: #A80533; font-size: 0.8rem; margin-top: -0.8rem; margin-bottom: 0.8rem; display: none; }
.form-error.visible { display: block; }
.alert-success {
  background: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
  padding: 15px 20px;
  margin-bottom: 20px;
  border-radius: 0;
  font-size: 0.9rem;
}
.alert-danger {
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
  padding: 15px 20px;
  margin-bottom: 20px;
  border-radius: 0;
  font-size: 0.9rem;
}

/* === CONTACT PAGE === */
.contact-section { padding: 80px 0; }
.contact-info-block { padding-right: 40px; }
.contact-info-block h3 {
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  color: #212529;
}
.contact-info-block .info-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}
.contact-info-block .info-item i {
  color: #A80533;
  font-size: 1.1rem;
  margin-top: 3px;
  width: 20px;
  text-align: center;
  flex-shrink: 0;
}
.contact-info-block .info-item p { margin: 0; font-size: 0.9rem; color: #555; }
.map-placeholder {
  background: #e0e0e0;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #888;
  font-size: 0.85rem;
  margin-top: 30px;
  border: 1px solid #ccc;
}

/* === HERO MINI === */
.hero-mini {
  padding: 80px 0 60px;
  background: #111;
}
.hero-mini h1 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
  font-size: calc(1.4rem + 2vw);
}
@media (min-width: 1200px) { .hero-mini h1 { font-size: 3rem; } }

/* === SERVICES PAGE === */
.services-section { padding: 80px 0; }
.service-item {
  padding: 40px 0;
  border-bottom: 1px solid #e0e0e0;
}
.service-item:last-child { border-bottom: none; }
.service-item h3 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 5px;
  color: #212529;
  font-size: 1.2rem;
}
.service-item .service-meta {
  font-size: 0.8rem;
  color: #887249;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  font-weight: 600;
}
.service-item .service-price {
  font-size: 1.8rem;
  font-weight: 700;
  color: #A80533;
  margin-bottom: 5px;
  display: block;
}
.objectives-list {
  list-style: none;
  padding: 0;
  margin: 15px 0;
}
.objectives-list li {
  padding: 6px 0 6px 25px;
  position: relative;
  font-size: 0.9rem;
  color: #555;
}
.objectives-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #A80533;
  border-radius: 50%;
}

/* === EVENT ARCHIVE === */
.events-section { padding: 80px 0; }
.event-card {
  border-left: 4px solid #A80533;
  padding: 20px 25px;
  margin-bottom: 30px;
  background: #f8f9fa;
}
.event-card .event-date {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #A80533;
  font-weight: 700;
  margin-bottom: 5px;
}
.event-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 5px;
  color: #212529;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.event-card .participants {
  font-size: 0.8rem;
  color: #887249;
  font-weight: 600;
  margin-bottom: 10px;
}
.event-card p { font-size: 0.9rem; color: #555; margin: 0; }

/* === PRIVACY / AGB / COOKIES PAGES === */
.legal-section { padding: 80px 0; }
.legal-section h2 {
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 40px 0 15px;
  padding-left: 15px;
  border-left: 4px solid #A80533;
}
.legal-section h2:first-child { margin-top: 0; }
.legal-section p, .legal-section li {
  font-size: 0.9rem;
  color: #444;
  line-height: 1.8;
}
.legal-section ul { padding-left: 20px; margin-bottom: 1rem; }

/* === TEAM SECTION === */
.team-section { padding: 80px 0; background: #f8f9fa; }
.team-card {
  text-align: center;
  padding: 30px 20px;
}
.team-card .avatar {
  width: 80px;
  height: 80px;
  background: #A80533;
  border-radius: 50%;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
}
.team-card h4 {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
  font-size: 1rem;
}
.team-card .role {
  font-size: 0.8rem;
  color: #887249;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.team-card p { font-size: 0.85rem; color: #555; }

/* === VALUES SECTION === */
.values-section { padding: 80px 0; }
.value-item { padding: 20px; text-align: center; }
.value-item .icon {
  width: 60px; height: 60px;
  background: #A80533;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  font-size: 1.3rem;
}
.value-item h4 {
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
.value-item p { font-size: 0.85rem; color: #555; }

/* === COOKIE TOGGLES (cookies page) === */
.cookie-cat {
  border: 1px solid #e0e0e0;
  margin-bottom: 20px;
  padding: 25px;
}
.cookie-cat-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.cookie-cat h3 {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
  color: #212529;
}
.cookie-badge {
  font-size: 0.7rem;
  padding: 3px 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  border-radius: 0;
}
.cookie-badge-required { background: #A80533; color: #fff; }
.cookie-badge-optional { background: #e0e0e0; color: #555; }
.cookie-cat p { font-size: 0.85rem; color: #555; margin: 0; }

/* === RESPONSIVE === */
@media (max-width: 1199px) {
  .desktop-nav { display: none !important; }
  .hamburger { display: block; }
}
@media (min-width: 1200px) {
  .hamburger { display: none; }
  .desktop-nav { display: flex !important; }
}
@media (max-width: 991px) {
  .basic-two-column .image-col { margin-bottom: 30px; }
  .basic-two-column .text-col { padding-left: 15px; padding-right: 15px; }
  .photo-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-card { flex: 1 1 calc(50% - 24px); max-width: none; }
  .contact-info-block { padding-right: 0; margin-bottom: 40px; }
}
@media (max-width: 767px) {
  .basic-two-column { padding: 40px 0; }
  .basic-full-width-block { padding: 50px 0; }
  .hero-block h1 { font-size: 2rem; }
  .hero-mini { padding: 60px 0 40px; }
  footer.site-footer { padding: 40px 0 0; }
  .photo-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-card { flex: 1 1 100%; max-width: none; }
  .stats-bar .stat-number { font-size: 2rem; }
}
@media (max-width: 575px) {
  .photo-grid { grid-template-columns: repeat(1, 1fr); }
  .button-module { flex-direction: column; align-items: center; }
  .follow-section .social-list { flex-direction: column; align-items: center; }
  .sub-footer .d-flex { flex-direction: column; gap: 10px; text-align: center; }
}

/* Navbar brand SVG colors */
.nav-brand-red { fill: #fff; }
.nav-brand-light { fill: rgba(255,255,255,0.75); }
.scrolled .nav-brand-red { fill: #A80533 !important; }
.scrolled .nav-brand-light { fill: #212529 !important; }
header#banner.fixed-top.scrolled .nav-brand-red { fill: #A80533 !important; }
header#banner.fixed-top.scrolled .nav-brand-light { fill: #212529 !important; }

/* Footer SVG logo */
.footer-logo-svg .nav-brand-red { fill: #A80533 !important; }
.footer-logo-svg .nav-brand-light { fill: rgba(255,255,255,0.75) !important; }
