/*----------------------------------------------------------
  CSS RESET & NORMALIZE
----------------------------------------------------------*/
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;
}
body {
  line-height: 1.5;
  box-sizing: border-box;
  min-height: 100vh;
  background: #FAF6F0;
  color: #175883;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 16px;
}
img, video {
  max-width: 100%;
  display: block;
  object-fit: contain;
}
a {
  text-decoration: none;
  color: inherit;
  transition: color 0.18s;
}
ul, ol {
  padding-left: 1.6em;
  margin-bottom: 1.2em;
}
strong {
  font-weight: 700;
}
button {
  font: inherit;
  cursor: pointer;
  border: none;
  background: none;
  outline: none;
  transition: background 0.2s, color 0.2s;
}

/*----------------------------------------------------------
  CUSTOM VARIABLES (with fallbacks)
----------------------------------------------------------*/
:root {
  --color-primary: #175883;
  --color-secondary: #40B68B;
  --color-accent: #FAF3E3;
  --color-pastel-mint: #D0F2EC;
  --color-pastel-blue: #D7E8F6;
  --color-pastel-yellow: #FFF9DE;
  --color-pastel-pink: #F9E6E8;
  --color-pastel-lilac: #F1E6F9;
  --color-pastel-orange: #FFF1DE;
  --border-radius: 16px;
  --shadow-soft: 0 4px 16px 0 rgba(23, 88, 131, 0.07), 0 1.5px 8px 0 rgba(64,182,139,0.08);
}

/*----------------------------------------------------------
  TYPOGRAPHY & HEADINGS
----------------------------------------------------------*/
body, .body {
  font-family: 'Inter', Arial, sans-serif;
  color: #175883;
}
h1, .display, .logo-text {
  font-family: 'Nunito', 'Inter', Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -0.01em;
  margin-bottom: 0.7em;
  color: #175883;
  font-size: 2.4rem;
}
h2 {
  font-family: 'Nunito', Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 1.1em;
  color: #175883;
  font-size: 1.7rem;
}
h3 {
  font-family: 'Nunito', Arial, sans-serif;
  font-weight: 600;
  margin-bottom: 0.5em;
  color: #247CA6;
  font-size: 1.2rem;
}
h4, h5, h6 {
  font-family: 'Nunito', Arial, sans-serif;
  font-weight: 500;
}
p, li {
  font-family: 'Inter', Arial, sans-serif;
  color: #24506e;
  font-size: 1rem;
}
p + p {
  margin-top: 1em;
}

@media (min-width: 600px) {
  h1, .display, .logo-text {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.1rem;
  }
  h3 {
    font-size: 1.3rem;
  }
}
@media (min-width: 900px) {
  h1, .display, .logo-text {
    font-size: 3.8rem;
  }
  h2 {
    font-size: 2.4rem;
  }
}

/*----------------------------------------------------------
  UTILITIES & LAYOUT CONTAINERS
----------------------------------------------------------*/
.container {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 16px;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}
.content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  position: relative;
}
.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;
}
.testimonial-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: #FFF9DE;
  border-radius: var(--border-radius);
  box-shadow: 0 2px 12px 0 rgba(40,90,130,0.07);
  margin-bottom: 20px;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  background: #F1E6F9;
  border-radius: var(--border-radius);
  padding: 28px 20px;
  box-shadow: var(--shadow-soft);
  min-width: 220px;
  flex: 1 1 200px;
}

@media (min-width: 750px) {
  .content-wrapper {
    flex-direction: column;
    gap: 38px;
  }
  .feature-grid, .card-container, .activities-section .activity-cards, .team-members {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
    align-items: stretch;
  }
  .feature-item {
    min-width: 200px;
    max-width: 320px;
  }
}
@media (max-width: 768px) {
  .text-image-section {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
  }
}
/* Spacing classes (for consistent whitespace) */
.mb-20 { margin-bottom: 20px !important; }
.mb-24 { margin-bottom: 24px !important; }
.mt-20 { margin-top: 20px !important; }
.mt-30 { margin-top: 30px !important; }

/* General FLEX WRAP for Lists & Cards */
.highlights-list ul,
.highlight-spots-list ul,
.quick-filters,
.activity-filters,
.indoor-activities-section .age-category-filters,
.seasonal-tips,
.team-members,
.faq-list,
.quick-infos ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 18px;
}

@media (max-width: 700px) {
  .feature-grid,
  .card-container,
  .highlight-spots-list ul,
  .team-members,
  .activities-section .activity-cards {
    flex-direction: column;
    gap: 18px;
  }
}

/*----------------------------------------------------------
  HEADER & NAVIGATION
----------------------------------------------------------*/
header {
  background: linear-gradient(90deg, #FFF9DE 0%, #D7E8F6 100%);
  box-shadow: 0 2px 12px 0 rgba(40,90,130,0.05);
  border-bottom: 1px solid #EEE;
  width: 100%;
  z-index: 100;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  flex-wrap: wrap;
}
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.4rem;
  font-family: 'Nunito', Arial, sans-serif;
  font-weight: 700;
}
.logo img {
  height: 40px;
  width: auto;
  margin-right: 7px;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}
.main-nav a {
  color: #175883;
  font-weight: 500;
  font-family: 'Nunito', Arial, sans-serif;
  padding: 7px 11px;
  border-radius: 40px;
  background: transparent;
  transition: background 0.16s, color 0.18s;
  font-size: 1rem;
}
.main-nav a:hover,
.main-nav a:focus {
  background: #F1E6F9;
  color: #40B68B;
}
.cta.primary {
  font-family: 'Nunito', Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  background: #40B68B;
  color: #fff;
  border-radius: 28px;
  padding: 10px 28px;
  margin-left: 20px;
  box-shadow: 0 2px 8px 0 rgba(64,182,139,0.14);
  transition: background 0.18s, color 0.16s, transform 0.14s;
  display: inline-block;
  border: none;
}
.cta.primary:hover, .cta.primary:focus {
  background: #175883;
  color: #fff;
  transform: translateY(-2px) scale(1.02);
}
.cta {
  display: inline-block;
  font-family: 'Nunito', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  background: #FAF3E3;
  color: #175883;
  border-radius: 28px;
  padding: 9px 22px;
  margin-top: 12px;
  border: 1px solid #40B68B;
  transition: background 0.16s, color 0.13s;
}
.cta:hover, .cta:focus {
  background: #40B68B;
  color: #fff;
}

/* BURGER MENU */
.mobile-menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: #FFF9DE;
  color: #175883;
  border-radius: 50%;
  margin-left: 18px;
  font-size: 2rem;
  border: 1.5px solid #F1E6F9;
  cursor: pointer;
  z-index: 180;
  transition: background 0.2s, color 0.2s;
}
.mobile-menu-toggle:hover { background: #FFF1DE; color: #40B68B; }
@media (min-width: 1000px) {
  .mobile-menu-toggle {
    display: none;
  }
}

/* MOBILE NAVIGATION */
.mobile-menu {
  display: none;
  flex-direction: column;
  position: fixed;
  left: 0; top: 0;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(120deg, #F9E6E8 0%, #D7E8F6 100%);
  z-index: 9999;
  transform: translateX(100%);
  transition: transform 0.38s cubic-bezier(.74,0,.89,1.02);
}
.mobile-menu.active {
  display: flex;
  transform: translateX(0);
}
.mobile-menu-close {
  background: #40B68B;
  color: #fff;
  border-radius: 50%;
  font-size: 2.2rem;
  width: 48px;
  height: 48px;
  align-self: flex-end;
  margin: 16px 18px 0 0;
  transition: background 0.16s, color 0.18s;
  z-index: 10001;
  border: none;
}
.mobile-menu-close:hover {
  background: #175883;
  color: #FFF1DE;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
  gap: 24px;
  align-items: center;
}
.mobile-nav a {
  font-size: 1.4rem;
  font-family: 'Nunito', Arial, sans-serif;
  padding: 16px 30px;
  color: #175883;
  border-radius: 28px;
  background: #FFF9DE;
  box-shadow: 0 2px 8px 0 rgba(40,90,130,0.05);
  transition: background 0.18s, color 0.18s;
  width: 80vw;
  text-align: center;
  margin: 0 auto;
}
.mobile-nav a:hover,
.mobile-nav a:focus {
  background: #40B68B;
  color: #fff;
}

@media (min-width: 1000px) {
  .main-nav {
    display: flex;
  }
  .mobile-menu {
    display: none !important;
  }
}
@media (max-width: 999px) {
  .main-nav {
    display: none !important;
  }
}

/* Overall padding for navs */
.main-nav, .footer-nav, .mobile-nav {
  gap: 20px;
}

/*----------------------------------------------------------
  HERO, ACCENT & HIGHLIGHT SECTIONS
----------------------------------------------------------*/
.hero-section,
.hero-section.accent,
.section.accent,
.highlights-section.accent,
.newsletter-section.accent,
.contact-section.accent,
.testimonials-section.accent,
.legal-section.accent,
.thank-you-section.accent {
  background: linear-gradient(120deg, #FFF9DE 50%, #F1E6F9 100%);
  border-radius: 0 0 var(--border-radius) var(--border-radius);
  box-shadow: 0 1.5px 7px 0 rgba(64,182,139,0.07);
}

.hero-section {
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 0;
}
.hero-section h1 {
  color: #247ca6;
  text-shadow: 0 2px 10px #D7E8F6;
}
.hero-section h2 {
  color: #40B68B;
  font-size: 1.3rem;
}
@media (min-width: 700px) {
  .hero-section {
    min-height: 440px;
    padding: 78px 0 58px 0;
  }
}

.highlights-section.accent,
.newsletter-section.accent,
.testimonials-section.accent,
.contact-section.accent,
.legal-section.accent,
.thank-you-section.accent {
  background: linear-gradient(120deg, #FFF9DE 80%, #D7E8F6 100%);
  border-radius: var(--border-radius);
  box-shadow: var(--shadow-soft);
  margin-bottom: 60px;
  padding: 40px 20px;
  position: relative;
}

/* BUTTON FILTERS */
.quick-filters, .activity-filters, .age-category-filters {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 8px;
}
.quick-filters .filter, .activity-filters .filter, .age-category-filters .filter {
  background: #D0F2EC;
  color: #175883;
  border-radius: 30px;
  font-family: 'Nunito', Arial, sans-serif;
  font-size: 1rem;
  padding: 6px 17px;
  border: 1.5px solid #40B68B;
  transition: background 0.14s, color 0.14s;
}
.quick-filters .filter:hover,
.activity-filters .filter:hover,
.age-category-filters .filter:hover {
  background: #40B68B;
  color: #fff;
}

/*----------------------------------------------------------
  CARDS, TEAM, ACTIVITIES, FAQ, MAP, ETC.
----------------------------------------------------------*/
.activity-card,
.indoor-activity,
.faq-item,
.team-member {
  background: #D7E8F6;
  border-radius: var(--border-radius);
  box-shadow: var(--shadow-soft);
  padding: 24px 18px;
  min-width: 220px;
  margin-bottom: 20px;
  transition: box-shadow 0.16s, transform 0.18s;
  position: relative;
}
.activity-card:hover,
.indoor-activity:hover,
.faq-item:hover,
.team-member:hover {
  box-shadow: 0 2px 16px 0 rgba(23, 88, 131, 0.16);
  transform: translateY(-2px) scale(1.03);
}

.packing-list,
.safety-tips,
.insider-secrets,
.sunny-ideas,
.rainy-day-activities,
.seasonal-highlights,
.special-recommendations,
.map-overview,
.address-block,
.footer-contact {
  background: #FFF1DE;
  border-radius: 13px;
  padding: 16px 16px 16px 32px;
  margin-bottom: 18px;
  color: #175883;
  font-size: 1rem;
}
.testimonial-card {
  background: #FFF9DE;
  color: #175883;
  border-left: 6px solid #40B68B;
  border-radius: var(--border-radius);
  box-shadow: 0 2px 10px 0 rgba(23,88,131,0.04);
  margin-bottom: 20px;
  gap: 24px;
}
.testimonial-card blockquote {
  font-family: 'Nunito', Arial, sans-serif;
  font-size: 1.12rem;
  font-style: italic;
  line-height: 1.6;
  color: #175883;
}
.testimonial-author {
  margin-left: 6px;
  color: #40B68B;
  font-family: 'Nunito', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

/* Map Overview and Icons */
.map-overview img,
.address-block img,
.footer-contact img {
  height: 20px;
  width: auto;
  margin-right: 8px;
  vertical-align: middle;
}

/*----------------------------------------------------------
  TEAMS & MEMBERS, FAQ
----------------------------------------------------------*/
.team-members {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}
.team-member {
  background: #F9E6E8;
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.faq-item h3 {
  margin-bottom: 0.6em;
  color: #175883;
}

/*----------------------------------------------------------
  FOOTER
----------------------------------------------------------*/
footer {
  background: linear-gradient(100deg, #FAF3E3 75%, #D0F2EC 100%);
  padding: 38px 0 20px 0;
  border-top: 1px solid #EEE;
  font-size: 0.97rem;
}
footer .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 26px;
}
.footer-logo img {
  height: 44px;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 10px 0 18px 0;
}
.footer-nav a {
  color: #247CA6;
  font-weight: 500;
  padding: 7px 13px;
  border-radius: 21px;
  background: #F1E6F9;
  font-size: 0.98rem;
  transition: background 0.18s, color 0.18s;
}
.footer-nav a:hover {
  background: #40B68B;
  color: #fff;
}

.footer-contact p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 7px;
  color: #175883;
  font-size: 0.98rem;
}

@media (min-width: 800px) {
  footer .container {
    flex-direction: row;
    gap: 44px;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media (max-width: 790px) {
  footer .container {
    flex-direction: column;
    gap: 26px;
  }
}

/*----------------------------------------------------------
  COOKIE CONSENT BANNER & MODAL
----------------------------------------------------------*/
.cookie-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  width: 100vw;
  background: #F1E6F9;
  color: #175883;
  box-shadow: 0 -2px 16px rgba(170,176,186,0.12);
  z-index: 20000;
  padding: 24px 14px 14px 14px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  border-radius: 16px 16px 0 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
  transition: opacity 0.35s cubic-bezier(.21,.84,.74,1.01), transform 0.35s cubic-bezier(.21,.84,.74,1.01);
}
.cookie-banner.active {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}
.cookie-banner .cookie-banner-buttons {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}
.cookie-banner button {
  padding: 8px 20px;
  border-radius: 24px;
  font-size: 1rem;
  font-family: 'Nunito', Arial, sans-serif;
  font-weight: 700;
  border: none;
  margin: 0 2px;
  transition: background 0.13s, color 0.13s, box-shadow 0.14s;
}
.cookie-banner .accept {
  background: #40B68B;
  color: #fff;
  box-shadow: 0 2px 8px 0 rgba(64,182,139,0.12);
}
.cookie-banner .accept:hover { background: #175883; color: #FFF9DE; }
.cookie-banner .settings {
  background: #FAF3E3;
  color: #175883;
  border: 1.5px solid #40B68B;
}
.cookie-banner .settings:hover { background: #40B68B; color: #fff; }
.cookie-banner .reject {
  background: #FFF1DE;
  color: #175883;
  border: 1.5px solid #F9E6E8;
}
.cookie-banner .reject:hover { background: #F9E6E8; color: #247ca6; }

/* Cookie Preferences Modal */
.cookie-modal {
  position: fixed;
  left: 0; top: 0; width: 100vw; height: 100vh;
  background: rgba(23, 88, 131, 0.13);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 30000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s cubic-bezier(.13,.4,1,.99);
}
.cookie-modal.active {
  opacity: 1;
  pointer-events: all;
}
.cookie-modal .cookie-modal-content {
  background: #FFF9DE;
  width: 90vw;
  max-width: 410px;
  border-radius: 18px;
  padding: 30px 26px 22px 26px;
  box-shadow: 0 4px 28px rgba(23,88,131,0.17);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.cookie-modal .close-modal {
  position: absolute;
  top: 14px; right: 14px;
  background: #F9E6E8;
  color: #175883;
  border-radius: 50%;
  width: 38px; height: 38px;
  font-size: 1.5rem;
  border: none;
  z-index: 31000;
}
.cookie-modal .close-modal:hover {
  background: #40B68B;
  color: #fff;
}
.cookie-modal label {
  font-size: 1rem;
  color: #175883;
  font-family: 'Nunito', Arial, sans-serif;
  margin-left: 8px;
}
.cookie-modal .cookie-category {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 0;
}
.cookie-modal .cookie-category input[type="checkbox"] {
  accent-color: #40B68B;
  width: 20px;
  height: 20px;
}
.cookie-modal .cookie-category input[disabled] {
  opacity: 0.7;
  cursor: not-allowed;
}
.cookie-modal .cookie-modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 14px;
  margin-top: 12px;
}
.cookie-modal .cookie-modal-actions button {
  padding: 8px 20px;
  font-family: 'Nunito', Arial, sans-serif;
  border-radius: 24px;
  border: none;
}
.cookie-modal .cookie-save {
  background: #40B68B;
  color: #fff;
  font-weight: 700;
}
.cookie-modal .cookie-save:hover {
  background: #175883;
}
.cookie-modal .cookie-cancel {
  background: #F1E6F9;
  color: #175883;
  font-weight: 600;
  border: 1.5px solid #40B68B;
}
.cookie-modal .cookie-cancel:hover {
  background: #FFF1DE;
  color: #40B68B;
}

/*----------------------------------------------------------
  RESPONSIVE DESIGN
----------------------------------------------------------*/
@media (max-width: 700px) {
  .container {
    padding: 0 5vw;
  }
  .footer-nav {
    gap: 11px;
    font-size: 0.97rem;
    padding-bottom: 10px;
  }
  .feature-grid, .card-container, .highlight-spots-list ul, .team-members {
    gap: 14px;
  }
  .activity-card, .indoor-activity, .faq-item, .team-member, .feature-item {
    min-width: unset;
    width: 100%;
  }
}

@media (max-width: 500px) {
  .container {
    padding: 0 2vw;
  }
  .footer-logo img {
    height: 33px;
  }
}

/*----------------------------------------------------------
  MICRO-INTERACTIONS & TRANSITIONS
----------------------------------------------------------*/
a, button, .cta, .filter, .feature-item, .activity-card, .card {
  transition: background 0.18s, color 0.16s, box-shadow 0.17s, transform 0.12s;
}
h1, h2, h3, .logo, .cta, .card, .filter {
  transition: color 0.13s, background 0.14s, text-shadow 0.15s;
}

/* Subtle fade-in for sections */
section, .section, .accent { opacity: 0; animation: fadeInSection 1.1s cubic-bezier(.66,-0.1,.49,1.06) forwards; }
section:nth-child(1) { animation-delay: 0.05s; }
section:nth-child(2) { animation-delay: 0.12s; }
section:nth-child(3) { animation-delay: 0.21s; }
section:nth-child(4) { animation-delay: 0.30s; }
@keyframes fadeInSection {
  from { opacity: 0; transform: translateY(32px); }
  to { opacity: 1; transform: translateY(0); }
}

/*----------------------------------------------------------
  ACCESSIBILITY & CONTRAST
----------------------------------------------------------*/
/* Testimonial cards readable, dark text on light background
   (see testimonial-card above) */
.testimonial-card, .testimonial-card blockquote, .testimonial-card .testimonial-author {
  color: #175883 !important;
}

/*----------------------------------------------------------
  MISCELLANEOUS (Form, List, etc.)
----------------------------------------------------------*/
input, select, textarea {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 1rem;
  border-radius: 6px;
  padding: 10px 14px;
  border: 1.5px solid #D7E8F6;
  margin-bottom: 16px;
  background: #fff;
  color: #175883;
  transition: border-color 0.13s;
}
input:focus, select:focus, textarea:focus {
  border-color: #40B68B;
  outline: none;
}

ul li, ol li {
  margin-bottom: 0.4em;
}

/*----------------------------------------------------------
  PRINT OVERRIDES
----------------------------------------------------------*/
@media print {
  header, nav, .cookie-banner, .mobile-menu, .mobile-menu-toggle, .cta, footer {
    display: none !important;
  }
  body, * {
    background: #fff !important;
    color: #175883 !important;
    box-shadow: none !important;
  }
}
