/* -----------------------------
   CSS RESET & BASELINE
----------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1.6;
  min-height: 100vh;
  font-family: 'Open Sans', Arial, sans-serif;
  background: linear-gradient(135deg, #DAE7E3 0%, #fff 100%);
  color: #1D2731;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  background-attachment: fixed;
}
img, embed, object, video, picture {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: #155246;
  text-decoration: none;
  transition: color .2s ease;
}
a:hover, a:focus {
  color: #1D2731;
  text-decoration: underline;
}

/* -----------------------------
   TYPOGRAPHY
----------------------------- */
h1, .h1 {
  font-family: 'Merriweather', Georgia, serif;
  font-size: 2.8rem;
  font-weight: bold;
  color: #155246;
  line-height: 1.14;
  margin-bottom: 20px;
}
h2, .h2 {
  font-family: 'Merriweather', Georgia, serif;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 16px;
  color: #1D2731;
}
h3, .h3 {
  font-family: 'Merriweather', Georgia, serif;
  font-size: 1.34rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #155246;
}
h4, .h4 {
  font-family: 'Merriweather', Georgia, serif;
  font-size: 1.13rem;
  margin-bottom: 6px;
  color: #1D2731;
}
.subheadline {
  font-size: 1.18rem;
  color: #1D2731;
  margin-bottom: 20px;
  max-width: 540px;
}
p, ul, ol {
  font-size: 1rem;
  color: #1D2731;
  margin-bottom: 8px;
}
li {
  margin-bottom: 8px;
}
strong, b {
  font-weight: bold;
  color: #155246;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0 0 0;
  font-size: 1rem;
}
thead th {
  background: #155246;
  color: #fff;
  font-weight: 700;
  padding: 12px;
  border-radius: 6px 6px 0 0;
}
tbody td {
  background: #fff;
  color: #1D2731;
  padding: 10px 12px;
  border-bottom: 1px solid #DAE7E3;
}
tfoot td {
  font-weight: bold;
  background: #E9F2F1;
  color: #155246;
  border-bottom: none;
}
section {
  margin-bottom: 60px;
  padding: 40px 20px;
  position: relative;
}
.container {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}
.text-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* -----------------------------
   HEADER & NAVIGATION
----------------------------- */
header {
  background: linear-gradient(90deg, #155246 0%, #1D2731 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 76px;
  padding: 0 20px;
  gap: 24px;
  position: relative;
  z-index: 60;
  box-shadow: 0 2px 14px rgba(21,82,70,0.13);
}
.logo-link {
  display: flex;
  align-items: center;
  height: 60px;
  margin-right: 0;
}
.logo-link img {
  height: 54px;
  width: auto;
  display: block;
}
.main-nav {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  gap: 24px;
  margin-right: 24px;
}
.main-nav a {
  color: #fff;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding: 8px 10px;
  border-radius: 4px;
  transition: background 0.18s, color 0.18s;
}
.main-nav a:hover,
.main-nav a:focus {
  background: #DAE7E3;
  color: #155246;
}
.cta-button {
  font-family: 'Merriweather', Georgia, serif;
  font-weight: 700;
  padding: 10px 28px;
  background: linear-gradient(90deg, #187560 0%, #61af93 100%);
  color: #fff;
  border-radius: 40px;
  margin-left: 12px;
  font-size: 1rem;
  border: none;
  outline: none;
  transition: background 0.22s, box-shadow 0.2s;
  box-shadow: 0 4px 14px rgba(21,82,70,.08);
  cursor: pointer;
  text-align: center;
  display: inline-block;
}
.cta-button:hover,
.cta-button:focus {
  background: linear-gradient(90deg, #14493e 0%, #27a987 100%);
  color: #fff;
  box-shadow: 0 6px 22px rgba(21,82,70,.14);
  text-decoration: none;
}
.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  color: #fff;
  font-size: 2rem;
  margin-left: 12px;
  cursor: pointer;
  z-index: 101;
  line-height: 1;
  border-radius: 8px;
  padding: 6px 12px;
  transition: background .18s, color .18s;
}
.mobile-menu-toggle:active, .mobile-menu-toggle:focus {
  background: #DAE7E3;
  color: #155246;
}

/* -----------------------------
   MOBILE MENU
----------------------------- */
.mobile-menu {
  position: fixed;
  left: 0; top: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(29,39,49,.96);
  z-index: 120;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transform: translateX(-110vw);
  transition: transform .42s cubic-bezier(.5, .08, .23, 1);
  opacity: 0;
  pointer-events: none;
}
.mobile-menu.open {
  transform: translateX(0);
  opacity: 1;
  pointer-events: all;
  transition: transform .42s cubic-bezier(.25, .73, .4, 1);
}
.mobile-menu-close {
  background: none;
  border: none;
  padding: 22px 28px 8px 18px;
  align-self: flex-end;
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
  line-height: 1;
  border-radius: 6px;
  margin-top: 6px;
  margin-right: 8px;
  transition: background .18s, color .18s;
}
.mobile-menu-close:hover,
.mobile-menu-close:focus {
  background: #DAE7E3;
  color: #155246;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
  margin: 42px 28px;
}
.mobile-nav a {
  color: #fff;
  font-size: 1.18rem;
  font-weight: 600;
  padding: 12px 0;
  width: 100%;
  border-radius: 4px;
  transition: background .16s, color .16s;
  letter-spacing: 0.01em;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #DAE7E3;
  color: #155246;
  text-decoration: none;
}

/* -----------------------------
   FOOTER
----------------------------- */
footer {
  background: #155246;
  color: #fff;
  padding: 32px 20px 20px 20px;
  margin-top: 64px;
}
.footer-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.footer-menu a {
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.21s;
}
.footer-menu a:hover, .footer-menu a:focus {
  color: #DAE7E3;
  text-decoration: underline;
}
.footer-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-direction: row;
}
.footer-brand img {
  height: 36px;
  width: auto;
}
.footer-brand span {
  font-size: 1rem;
  font-family: 'Merriweather', Georgia, serif;
  color: #DAE7E3;
}

/* -----------------------------
   SECTION, CARD, & FLEX LAYOUTS
----------------------------- */
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  position: relative;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 3px 24px rgba(29,39,49,0.09);
  padding: 32px 24px;
  transition: transform .17s, box-shadow .18s;
  display: flex;
  flex-direction: column;
}
.card:hover,
.card:focus-within {
  transform: translateY(-6px) scale(1.012);
  box-shadow: 0 6px 40px rgba(21,82,70,0.15);
  z-index: 1;
}
.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.text-image-section > * {
  flex: 1 1 280px;
}
.testimonial-card {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #DAE7E3;
  padding: 24px 26px;
  margin-bottom: 20px;
  border-radius: 16px;
  box-shadow: 0 4px 22px rgba(21,82,70,0.09);
  position: relative;
  flex-direction: column;
  min-width: 0;
  max-width: 600px;
}
.testimonial-card p {
  color: #1D2731;
  font-size: 1.06rem;
  margin-bottom: 12px;
  font-style: italic;
}
.testimonial-meta {
  font-size: .98rem;
  color: #155246;
  font-weight: 700;
  margin-bottom: 4px;
}
.stars {
  color: #FFD700;
  font-size: 1.18rem;
  letter-spacing: 2px;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

/* -----------------------------
   FEATURES (INDEX PAGE, USP GRIDS ETC)
----------------------------- */
.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-start;
  list-style: none;
  margin-top: 12px;
}
.feature-grid li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 210px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 16px rgba(21,82,70,0.07);
  padding: 28px 24px 22px 24px;
  margin-bottom: 0;
  flex: 1 1 270px;
  gap: 8px;
  transition: box-shadow .13s;
}
.feature-grid img {
  height: 38px;
  width: auto;
  margin-bottom: 8px;
}
.feature-grid li h3 {
  margin-bottom: 8px;
}

/* Other lists */
.feature-list,
.unique-features-list,
.flexibility-highlights,
.event-list, .service-list, .workshop-list, .online-event-list, .feature-highlights {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.event-list > li, .service-list > li, .workshop-list > li, .online-event-list > li {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 14px rgba(29,39,49,0.07);
  padding: 28px 20px 22px 24px;
  transition: box-shadow .13s, transform .13s;
  margin-bottom: 0;
}
.event-list > li:hover,
.service-list > li:hover,
.workshop-list > li:hover,
.online-event-list > li:hover {
  box-shadow: 0 6px 36px rgba(21,82,70,0.13);
  transform: translateY(-4px) scale(1.01);
}
/* Price, highlight */
.price-highlight {
  background: #DAE7E3;
  color: #155246;
  font-weight: 700;
  font-size: 1.18rem;
  display: inline-block;
  padding: 8px 12px;
  border-radius: 8px;
  margin: 12px 0 10px 0;
}

/* Cards, confirmation, info blocks */
.confirmation-text, .next-steps-info, .contact-info-minimal, .address-block, .opening-hours, .email-info, .directions-tips {
  background: #fff;
  color: #1D2731;
  padding: 20px 18px;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(21,82,70,0.08);
  margin-bottom: 20px;
}

/***** Link-styled CTA *****/
.cta-link {
  color: #187560;
  font-weight: 700;
  padding: 6px 0;
  transition: color .18s, border-bottom .16s;
  border-bottom: 2px solid transparent;
  font-size: 1rem;
}
.cta-link:hover, .cta-link:focus {
  color: #1D2731;
  border-bottom: 2px solid #155246;
}

/* List inside info box */
.directions-tips ul,
.next-steps-info ul {
  list-style: disc inside;
  margin-left: 16px;
}

/* -----------------------------
   RESPONSIVE DESIGN
----------------------------- */
@media (max-width: 1100px) {
  .container {
    max-width: 98vw;
    padding: 0 12px;
  }
  header {
    padding: 0 10px;
  }
}
@media (max-width: 900px) {
  .feature-grid, .card-container, .content-grid {
    gap: 14px;
  }
  .feature-grid li, .card {
    min-width: 185px;
    padding: 18px 13px 14px 13px;
  }
  .footer-brand img {
    height: 28px;
  }
  section, .section {
    padding-left: 8px; padding-right: 8px;
  }
}
@media (max-width: 768px) {
  h1, .h1 {
    font-size: 2rem;
  }
  h2, .h2 {
    font-size: 1.37rem;
  }
  .main-nav {
    display: none;
  }
  .cta-button {
    padding: 9px 18px;
    font-size: 1rem;
  }
  .mobile-menu-toggle {
    display: inline-block;
  }
  .section, section {
    margin-bottom: 44px;
    padding: 28px 6px;
  }
  .footer-menu {
    gap: 12px;
    flex-direction: column;
    align-items: center;
  }
  .footer-brand {
    flex-direction: column;
    gap: 5px;
  }
  .feature-grid,
  .card-container,
  .content-grid,
  .feature-list,
  .unique-features-list,
  .flexibility-highlights,
  .service-list,
  .workshop-list,
  .event-list,
  .online-event-list {
    flex-direction: column;
    gap: 12px;
  }
  .feature-grid li,
  .card,
  .event-list > li, .service-list > li, .workshop-list > li, .online-event-list > li {
    min-width: 0;
    width: 100%;
  }
  .text-image-section {
    flex-direction: column;
    gap: 16px;
  }
  .testimonial-card {
    padding: 17px 10px;
    font-size: 1rem;
    max-width: 99vw;
  }
}
@media (max-width: 450px) {
  header {
    flex-direction: column;
    height: auto;
    padding: 7px 4px 4px 4px;
    gap: 2px;
  }
  .logo-link img {
    height: 39px;
  }
  .cta-button {
    font-size: .97rem;
    margin-left: 0;
  }
  .footer-brand span {
    font-size: .91rem;
    text-align: center;
  }
  .mobile-nav {
    margin: 24px 10px;
  }
}

/* -----------------------------
   COOKIE CONSENT BANNER/MODAL
----------------------------- */
.cookie-banner {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  width: 100vw;
  z-index: 2000;
  background: linear-gradient(90deg, #155246 0%, #61af93 84%);
  color: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 20px 10px 20px 10px;
  box-shadow: 0 -3px 30px rgba(21,82,70,0.18);
  gap: 28px;
  font-size: 1rem;
  font-family: 'Open Sans', Arial, sans-serif;
  animation: slideInCookie 0.62s cubic-bezier(.31, 1.16, .33, 1) 1;
}
@keyframes slideInCookie {
  0% { transform: translateY(110px); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}
.cookie-banner-content {
  max-width: 460px;
  margin-right: 32px;
  font-size: 1rem;
  line-height: 1.55;
  color: #fff;
}
.cookie-banner-btns {
  display: flex;
  gap: 14px;
  align-items: center;
}
.cookie-banner-btn,
.cookie-banner-settings {
  border: none;
  outline: none;
  border-radius: 22px;
  padding: 10px 20px;
  background: #fff;
  color: #155246;
  font-weight: 700;
  transition: background 0.15s, color 0.15s, box-shadow 0.16s;
  font-size: 1rem;
  box-shadow: 0 2px 8px rgba(21,82,70,0.12);
  cursor: pointer;
}
.cookie-banner-btn:hover, .cookie-banner-btn:focus {
  background: #DAE7E3;
  color: #1D2731;
}
.cookie-banner-settings {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  padding: 9px 18px;
}
.cookie-banner-settings:hover, .cookie-banner-settings:focus {
  background: #DAE7E3;
  color: #155246;
  border: 2px solid #155246;
}
@media (max-width: 760px) {
  .cookie-banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 17px 6px 17px 10px;
  }
  .cookie-banner-content {
    margin-right: 0;
    font-size: .96rem;
  }
  .cookie-banner-btns {
    gap: 10px;
  }
}

/* COOKIE SETTINGS MODAL POPUP */
.cookie-modal {
  position: fixed;
  left: 0; top: 0;
  width: 100vw; height: 100vh;
  background: rgba(29,39,49,.93);
  z-index: 3000;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .23s;
}
.cookie-modal.open {
  opacity: 1;
  pointer-events: all;
}
.cookie-modal-content {
  background: #fff;
  color: #1D2731;
  border-radius: 18px;
  padding: 42px 34px 30px 34px;
  min-width: 320px;
  max-width: 97vw;
  max-height: 85vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  box-shadow: 0 6px 60px rgba(21,82,70,0.16);
  animation: fadeInCookieModal .30s cubic-bezier(.45, 1.29, .13, 1);
}
@keyframes fadeInCookieModal {
  0% { opacity: 0; transform: scale(.86); }
  100% { opacity: 1; transform: scale(1); }
}
.cookie-modal-content h2 {
  color: #155246;
  font-size: 1.32rem;
  margin-bottom: 12px;
  margin-top: 0;
}
.cookie-toggle-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.cookie-modal-category-label {
  font-size: 1.06rem;
  color: #1D2731;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 4px;
}
.cookie-toggle-switch {
  width: 46px; height: 24px;
  background: #DAE7E3;
  border-radius: 18px;
  position: relative;
  cursor: pointer;
  transition: background .13s;
}
.cookie-toggle-switch[data-enabled="true"] {
  background: #187560;
}
.cookie-toggle-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 2px; left: 2px;
  transition: left .21s cubic-bezier(.15,.83,.25,1);
  box-shadow: 0 1px 3px rgba(29,39,49,.07);
}
.cookie-toggle-switch[data-enabled="true"] .cookie-toggle-thumb {
  left: 24px;
}
.cookie-modal-buttons {
  display: flex;
  gap: 14px;
  margin-top: 10px;
  justify-content: flex-end;
}
.cookie-modal-close {
  position: absolute;
  right: 18px; top: 18px;
  background: none;
  border: none;
  font-size: 1.35rem;
  color: #155246;
  cursor: pointer;
  z-index: 2;
  transition: color .14s;
  padding: 6px 10px;
  border-radius: 6px;
}
.cookie-modal-close:hover {
  color: #fff;
  background: #155246;
}

@media (max-width: 600px) {
  .cookie-modal-content {
    padding: 18px 7px 18px 12px;
    min-width: unset;
    font-size: .97rem;
  }
  .cookie-modal-content h2 {
    font-size: 1.08rem;
  }
}

/* -----------------------------
   MICRO-INTERACTIONS & ANIMATION
----------------------------- */
.card, .feature-grid li, .event-list > li, .service-list > li, .workshop-list > li, .online-event-list > li {
  transition: box-shadow .17s, transform .17s;
}
.cta-button, .cta-link, .cookie-banner-btn {
  transition: background .17s, color .16s, box-shadow .18s, border-bottom .15s;
}
.main-nav a, .mobile-nav a {
  transition: background .14s, color .14s;
}

/* -----------------------------
   UTILS: MARGINS, GAPS, SHADOWS
----------------------------- */
.mt-0 { margin-top: 0; }
.mb-16 { margin-bottom: 16px; }
.my-32 { margin-top: 32px; margin-bottom: 32px; }
.gap-20 { gap: 20px; }
.gap-24 { gap: 24px; }

/* -----------------------------
   OVERRIDES FOR ACCESSIBILITY
----------------------------- */
.testimonial-card, .testimonial-card p, .testimonial-card .testimonial-meta {
  color: #1D2731 !important;
}

/* -----------------------------
   PRINT STYLES (minimal)
----------------------------- */
@media print {
  header, footer, .mobile-menu, .cookie-banner, .cookie-modal { display: none !important; }
  section, .section { background: #fff !important; color: #000; box-shadow: none !important; }
  a { color: #1D2731 !important; }
  body { background: #fff !important; }
}

/* -----------------------------
   INCLUDE FONTS (Google Fonts)
----------------------------- */
@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap');