/* RESET & NORMALIZATION */
html,body,div,section,header,footer,main,nav,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,a,img,span,strong,em,small,button,figure,figcaption,address { box-sizing: border-box; margin: 0; padding: 0; border: 0; font: inherit; vertical-align: baseline; }
html { font-size: 16px; }
body { background: #FFFFFF; color: #354240; font-family: 'Roboto', Arial, sans-serif; line-height: 1.5; min-height: 100vh; -webkit-font-smoothing: antialiased; }
h1,h2,h3,h4,h5,h6 { font-family: 'Montserrat', 'Arial Rounded MT Bold', Arial, sans-serif; font-weight: 800; letter-spacing: 0.01em; color: #495C5A; }
h1 { font-size: 2.5rem; margin-bottom: 20px; }
h2 { font-size: 2rem; margin-bottom: 18px; }
h3 { font-size: 1.45rem; margin-bottom: 14px; }
h4,h5,h6 { font-size: 1.1rem; }
p,ul,ol,li { font-size: 1rem; color: #354240; margin-bottom: 12px; }
small { font-size: 0.92em; }
a { color: #E18132; text-decoration: none; transition: color 0.2s; }
a:hover, a:focus { color: #495C5A; text-decoration: underline wavy #ECA06B; }
img { max-width: 100%; display: block; border-radius: 14px; }
ul,ol { padding-left: 24px; margin-bottom: 16px; }
strong { font-weight: bold; }
/* CONTAINER & SECTIONS */
.container {
  max-width: 1190px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
section { margin-bottom: 60px; padding: 40px 20px; background: #fff; border-radius: 32px; box-shadow: 0 2px 16px 0 rgba(231,158,50,0.07), 0 2px 4px 0 rgba(73,92,90,0.04); }
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}
/* BRAND - BUTTONS */
.button, .button.primary {
  display: inline-flex; align-items: center;
  padding: 12px 32px;
  font-family: 'Montserrat', 'Arial Rounded MT Bold', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.16rem;
  border-radius: 999px;
  border: none;
  outline: none;
  background: #E18132;
  color: #fff;
  box-shadow: 0 4px 14px -2px #ECA06B77;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: background 0.23s cubic-bezier(.47,1.64,.41,.8), transform 0.2s;
}
.button.primary:hover, .button.primary:focus {
  background: #ECA06B;
  color: #354240;
  transform: translateY(-2px) scale(1.04) rotate(-2deg);
}
.button.secondary {
  background: #495C5A;
  color: #fff;
}
.button.secondary:hover, .button.secondary:focus {
  background: #354240;
  color: #ECA06B;
}

/* HEADER / NAVIGATION */
header {
  width: 100%; padding: 0; background: #fff; box-shadow: 0 6px 16px -8px #ECA06B22;
  position: sticky; top: 0; z-index: 1000; min-height: 70px;
}
header .container {
  display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 12px; padding-bottom: 12px;
}
.logo { display: flex; align-items: center; gap: 10px; }
.logo img { width: 44px; height: 44px; border-radius: 15px; box-shadow: 0 0 0 5px #D9D5CC55; background: #fff; transition: transform 0.2s; }
.logo:hover img { transform: rotate(-4deg) scale(1.06); }
.main-nav { display: flex; align-items: center; gap: 20px; }
.main-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  color: #495C5A;
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 1.08rem;
  transition: color 0.2s;
  padding: 4px 0;
  border-bottom: 2.5px solid transparent;
}
.main-nav a:hover, .main-nav a:focus { color: #E18132; border-bottom: 2.5px solid #E18132; }
.mobile-menu-toggle {
  display: none;
  background: #ECA06B;
  color: #fff;
  font-size: 2rem;
  border: none;
  border-radius: 12px;
  width: 48px;
  height: 48px;
  align-items: center; justify-content: center;
  transition: background 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 8px -2px #ECA06B88;
}
.mobile-menu-toggle:focus, .mobile-menu-toggle:hover { background: #E18132; color: #fff; }
@media (max-width: 1023px) {
  .main-nav { display: none; }
  .mobile-menu-toggle { display: flex; }
}
/* MOBILE NAVIGATION */
.mobile-menu {
  position: fixed; left: 0; top: 0; width: 100vw; height: 100vh;
  background: #495C5Aee;
  z-index: 1510; display: flex; flex-direction: column;
  transform: translateX(105vw);
  transition: transform 0.41s cubic-bezier(.32,1.56,.57,1), opacity 0.23s;
  opacity: 0;
  pointer-events: none;
}
.mobile-menu.open {
  transform: translateX(0);
  opacity: 1;
  pointer-events: all;
}
.mobile-menu-close {
  position: absolute; right: 24px; top: 22px; font-size: 2.1em; background: none; color: #fff; border: none; z-index: 2001;
  cursor: pointer; border-radius: 8px; transition: background 0.14s;
}
.mobile-menu-close:hover,.mobile-menu-close:focus { background: #ECA06Bcc; color: #fff; }
.mobile-nav {
  margin-top: 70px;
  display: flex; flex-direction: column; gap: 28px;
  align-items: flex-start;
  padding: 42px 36px 36px 36px;
}
.mobile-nav a {
  font-size: 1.19rem; font-family: 'Montserrat',Arial,sans-serif;
  color: #fff; font-weight: 700;
  letter-spacing: 0.01em; text-shadow: 0 2px 8px #354240cc;
  padding: 8px 0;
  border-bottom: 2px solid transparent;
  border-radius: 8px;
  transition: color .2s, background 0.15s;
  display: block;
}
.mobile-nav a:hover, .mobile-nav a:focus { color: #ECA06B; background: #39545244; border-bottom: 2px solid #ECA06B; }
@media (min-width: 1024px) {
  .mobile-menu, .mobile-menu.open { display: none !important; }
}

/* FLEXBOX LAYOUTS (MANDATORY SPACING) */
.section { margin-bottom: 60px; padding: 40px 20px; }
.card-container { display: flex; flex-wrap: wrap; gap: 24px; }
.card { margin-bottom: 20px; border-radius: 20px; box-shadow: 0 2px 10px 0 #ECA06B22; position: relative; background: #fff; padding: 28px 22px; transition: box-shadow 0.18s, transform 0.2s; }
.card:hover {box-shadow: 0 8px 28px 0 #ECA06B35; transform: scale(1.03) rotate(-2deg);}
.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; margin-bottom: 20px; background: #fffbea; border-radius: 18px; box-shadow: 0 2px 14px #D9D5CC30; border: 2.5px dotted #ECA06B; position: relative; }
.feature-item { display: flex; flex-direction: column; align-items: flex-start; gap: 15px; margin-bottom: 20px; }

/* SPECIFIC FLEX LAYOUT VARIANTS */
.feature-grid { display: flex; flex-wrap: wrap; gap: 24px; justify-content: flex-start; align-items: stretch; }
.feature-grid>.feature { flex: 1 1 250px; min-width: 220px; max-width: 330px; box-shadow: 0 2px 10px 0 #ECA06B16; background: #fcf7f0; border-radius: 18px; display: flex; flex-direction: column; align-items: center; padding: 28px 16px 22px 16px; margin-bottom: 20px; transition: box-shadow 0.2s, transform 0.18s; border: 2px solid #f3e2cc; position: relative; }
.feature-grid>.feature:hover { box-shadow: 0 7px 22px 0 #ECA06B33; transform: scale(1.03) rotate(2.5deg); }
.feature img { height: 62px; width: 62px; margin-bottom: 12px; border-radius: 15px; background: #fff; box-shadow: 0 2px 8px #D9D5CC66; transition: transform 0.18s; }
.feature:hover img { transform: rotate(6deg) scale(1.1); }

.service-list, .workshop-list {
  display: flex; flex-wrap: wrap; gap: 28px; align-items: stretch;
}
.service-item, .workshop-item {
  flex: 1 1 285px; min-width: 220px; max-width: 350px; background: #fff7ec;
  border-radius: 16px; padding: 24px 18px; margin-bottom: 20px; box-shadow: 0 2px 10px #ECA06B14;
  transition: box-shadow 0.18s, transform 0.1s; border: 2px solid #ECA06B22;
  display: flex; flex-direction: column; align-items: flex-start;
}
.service-item:hover, .workshop-item:hover {
  box-shadow: 0 10px 30px -5px #ECA06B33; transform: scale(1.04) rotate(-1.5deg);
}
.price { font-family: 'Montserrat', Arial, sans-serif; color: #495C5A; background: #ECA06B22; padding: 5px 15px; border-radius: 7px; font-size: 1.11rem; font-weight: 700; margin-top: 14px; }
.workshop-date { color: #E18132; font-weight: 700; margin-top: 8px; font-size: 0.98rem; }

/* TESTIMONIALS */
.testimonial-card {
  background: #fffbea;
  color: #354240;
  box-shadow: 0 2px 16px 0 #ECA06B2d;
  border: 2.5px dotted #ECA06B;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.12rem; font-weight: 500;
  line-height: 1.55;
}
.testimonial-card p { margin: 0; flex: 1; font-style: italic; font-size: 1.14rem; }
.testimonial-card span { font-size: 0.97rem; font-family: 'Roboto',sans-serif; color: #E18132; margin-left: 12px; }

/* ADDRESS, NOTICES */
address { font-style: normal; margin-bottom: 8px; }
.text-section { margin-bottom: 16px; }
.notice { background: #fff3d6; padding: 10px 16px; border-radius: 10px; border-left: 4px solid #ECA06B; box-shadow: 0 1px 3px #ECA06B13; font-size: 1rem; }

/* TYPOGRAPHY SCALE & PLAYFUL DYNAMIC FONTS */
h1,h2,h3,h4 { font-family: 'Montserrat', 'Baloo Thambi', 'Fredoka', 'Nunito', Arial, sans-serif; }
@import url('https://fonts.googleapis.com/css?family=Montserrat:800,700,600|Roboto:400,500,700&display=swap');

/* PLAYFUL DETAILS: COLORFUL DOTS in background (decorative only) */
body::after {
  content:'';
  position: fixed; bottom: 65px; right: 10vw; z-index: 0;
  width: 100px; height: 100px; pointer-events:none;
  background:
    radial-gradient(circle 18px, #E18132 82%, transparent 100%) 0 60px no-repeat, 
    radial-gradient(circle 11px, #ECA06B 92%, transparent 100%) 80px 2px no-repeat,
    radial-gradient(circle 8px, #495C5A 94%, transparent 100%) 52px 44px no-repeat;
  background-size: 35px 35px, 18px 18px, 22px 22px;
  opacity: 0.21;
}

/* CTA - ENERGETIC BOUNCE */
.button.primary { animation: bounceIn 1.2s cubic-bezier(.68,-0.55,.27,1.55); }
@keyframes bounceIn {
  0%   {transform: scale(.86) translateY(18px); opacity: 0.7;}
  70%  {transform: scale(1.07) translateY(-5px); opacity: 1;}
  100% {transform: scale(1)   translateY(0px);}
}

/* FOOTER */
footer {
  background: #f5f5f4;
  padding: 30px 0 8px 0;
  border-radius: 28px 28px 0 0;
  box-shadow: 0 0 16px #ECA06B12;
  margin-top: 40px;
}
footer .container { display: flex; flex-direction: column; gap: 14px; align-items: center; }
.footer-nav { display: flex; gap: 28px; align-items: center; flex-wrap: wrap; margin-bottom: 9px; }
.footer-nav a { color: #495C5A; font-size: 1.03rem; font-family: 'Montserrat',Arial; background: #ECA06B22; border-radius: 7px; padding: 7px 14px; transition: background 0.19s; }
.footer-nav a:hover, .footer-nav a:focus { background: #E18132; color: #fff; }
.footer-info { display: flex; gap: 25px; flex-wrap: wrap; font-size: 0.98em; color: #495C5Aaa; }

/* COOKIE CONSENT BANNER */
.cookie-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 2019;
  width: 100vw;
  background: #fffbea;
  box-shadow: 0 -2px 18px #ECA06B22;
  display: flex; align-items: center; justify-content: space-between;
  padding: 24px 18px 20px 18px;
  gap: 22px;
  border-radius: 24px 24px 0 0;
  animation: cookie-slide-in 0.7s cubic-bezier(.65,1,.4,1);
}
@keyframes cookie-slide-in {
  0% { transform: translateY(120%); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}
.cookie-banner p { font-size: 1.02rem; color: #495C5A; max-width:430px; }
.cookie-buttons { display: flex; flex-wrap: wrap; gap: 14px; }
.cookie-button {
  padding: 8px 18px;
  border: none; border-radius: 16px; font-size: 1rem; font-family:'Montserrat',Arial,sans-serif;
  cursor: pointer;
  margin-right: 8px;
  font-weight: 700;
  box-shadow: 0 1px 6px #ECA06B22;
  transition: background 0.17s, color 0.15s;
}
.cookie-button.accept { background: #E18132; color: #fff; }
.cookie-button.accept:hover, .cookie-button.accept:focus { background: #495C5A; color: #ECA06B; }
.cookie-button.reject { background: #495C5A; color: #fff; }
.cookie-button.reject:hover, .cookie-button.reject:focus { background: #E18132; }
.cookie-button.settings { background: #ECA06B; color: #fff; }
.cookie-button.settings:hover, .cookie-button.settings:focus { background: #495C5A; color: #fff; }
@media (max-width:600px) { .cookie-banner { flex-direction: column; align-items: flex-start; gap: 16px; padding: 18px 10px; } }

/* COOKIE PREFERENCES MODAL */
.cookie-modal {
  position: fixed; left: 0; right: 0; top:0; bottom:0;
  z-index: 3100;
  background: rgba(68,68,68,0.28);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none;
  transition: opacity 0.25s;
}
.cookie-modal.open {
  opacity: 1; pointer-events: all;
}
.cookie-modal-dialog {
  width: 99vw; max-width: 410px;
  background: #fffbea;
  border-radius: 22px; box-shadow: 0 6px 38px -8px #ECA06B55;
  padding: 34px 24px 20px 24px; display: flex; flex-direction: column;
}
.cookie-modal h2 { font-size: 1.35rem; color: #495C5A; margin-bottom: 16px; margin-top:0; }
.cookie-category { display: flex; align-items: center; justify-content: space-between; gap: 6px; margin-bottom: 12px; }
.cookie-toggle, .cookie-toggle:checked { appearance:none; width:38px; height:22px; border-radius:17px; background: #ECA06Bcc; position:relative; transition: background 0.23s; outline:none; border:none; cursor:pointer; }
.cookie-toggle:checked { background:#E18132ee; }
.cookie-toggle::before { content:''; position:absolute; left:3px; top:3px; width:16px; height:16px; border-radius:50%; background: #fff; box-shadow:0 1px 3px #5552; transition: left 0.18s; }
.cookie-toggle:checked::before { left:19px; }
.cookie-category label { font-size:1.04em; color:#495C5A; font-weight:600; font-family: 'Montserrat',Arial; }
.cookie-category.essential label { color:#495C5A; opacity: 0.55; }
.cookie-category.essential .cookie-toggle { opacity: 0.55; pointer-events: none; }
.cookie-modal-actions { display: flex; gap: 14px; justify-content: flex-end; margin-top: 14px; }
.cookie-modal .cookie-button { width:auto; }

/* SPACING AND LAYOUT ON MOBILE */
@media (max-width: 768px) {
  .container { padding-left:12px; padding-right:12px; }
  section, .section { padding: 22px 6px; margin-bottom: 38px; border-radius: 18px; }
  .content-wrapper, .content-grid, .feature-grid, .service-list, .workshop-list {
    flex-direction: column !important;
    gap: 16px !important;
  }
  .feature-grid>.feature, .service-item, .workshop-item { min-width: 0; max-width: 100%; }
  .testimonial-card { flex-direction: column; gap: 9px; padding: 13px 7px; }
  .footer-info { flex-direction: column; gap: 2px; align-items: flex-start; }
  .logo img { width: 36px; height: 36px; }
}
/* Extra small devices */
@media (max-width:480px) {
  h1 { font-size: 2rem !important; }
  h2 { font-size: 1.4rem !important; }
}

/* FORM ELEMENTS */
input, textarea, select {
  font-family: 'Roboto', Arial, sans-serif;
  border: 2px solid #ECA06B22;
  border-radius: 8px; padding: 10px 12px;
  font-size: 1rem;
  background: #fff;
  transition: border 0.16s, box-shadow 0.12s;
}
input:focus, textarea:focus, select:focus {
  border: 2.5px solid #ECA06B;
  outline: none;
}

/* PLAYFUL MICRO-ANIMATIONS */
.card, .feature, .testimonial-card, .service-item, .workshop-item {
  will-change: transform;
}
button, .button, a.button {
  transition: background 0.16s, color 0.16s, box-shadow 0.19s, transform 0.16s;
}

/* HIDE SCROLL FOR MOBILE MENU (when open) */
body.menu-open { overflow: hidden; touch-action: none; }

/* ENSURE NO OVERLAPS */
.card, .feature, .service-item, .workshop-item, .testimonial-card {
  margin-bottom: 20px !important;
}
.content-grid, .feature-grid, .service-list, .workshop-list {
  gap: 20px !important;
}

/* VISUAL DIVIDERS FOR HIERARCHY (playful) */
hr {
  border: 0; border-top: 2.3px dashed #ECA06B66; margin: 24px 0;
}

/* SCROLLBAR DESIGN */
::-webkit-scrollbar { width: 9px; background: #faefe1; }
::-webkit-scrollbar-thumb { background: #ECA06B; border-radius: 11px; }

/* SELECTION COLOR */
::selection { background: #ECA06B; color: #fff; }

/* ACCESSIBILITY IMPROVEMENTS */
:focus { outline: 2.5px dashed #ECA06B; outline-offset: 2px; }

/* PRINT OPTIMIZATION */
@media print {
  header, footer, .cookie-banner, .mobile-menu { display: none !important; }
  section, .container { box-shadow: none !important; background: none !important; }
}
