/* ==========================================================================
   HOBBYWERKSTATT DUISBURG - ELEGANT CLASSIC DESIGN SYSTEM
   Design Style: Timeless elegance with refined craftsmanship aesthetics
   ========================================================================== */

/* CSS RESET & BASE STYLES
   ========================================================================== */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 16px;
  line-height: 1.75;
  color: #2C2C2C;
  background-color: #FAF8F5;
  overflow-x: hidden;
}

/* TYPOGRAPHY - ELEGANT CLASSIC APPROACH
   ========================================================================== */

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', 'Georgia', serif;
  font-weight: 700;
  line-height: 1.3;
  color: #1A1A1A;
  margin-bottom: 24px;
  letter-spacing: 0.02em;
}

h1 {
  font-size: 48px;
  margin-bottom: 32px;
}

h2 {
  font-size: 36px;
  margin-bottom: 28px;
}

h3 {
  font-size: 28px;
  margin-bottom: 20px;
}

p {
  margin-bottom: 16px;
  color: #4A4A4A;
}

a {
  color: #B81D2E;
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover {
  color: #8B1622;
}

ul {
  list-style: none;
}

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

/* LAYOUT CONTAINER
   ========================================================================== */

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* HEADER - REFINED ELEGANCE
   ========================================================================== */

header {
  background-color: #FFFFFF;
  border-bottom: 2px solid #E8E2D8;
  padding: 20px 0;
  position: sticky;
  top: 0;
  z-index: 900;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

header img {
  height: 60px;
  width: auto;
}

header nav {
  display: flex;
  gap: 32px;
  align-items: center;
  flex-wrap: wrap;
}

header nav a {
  font-family: 'Georgia', serif;
  font-size: 15px;
  color: #2C2C2C;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding: 8px 0;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
}

header nav a:hover {
  color: #B81D2E;
  border-bottom-color: #B81D2E;
}

.cta-button {
  background-color: #B81D2E;
  color: #FFFFFF;
  padding: 12px 28px;
  border-radius: 4px;
  font-family: 'Georgia', serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(184, 29, 46, 0.2);
}

.cta-button:hover {
  background-color: #8B1622;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(184, 29, 46, 0.3);
}

/* MOBILE MENU - ELEGANT SLIDE-IN
   ========================================================================== */

.mobile-menu-toggle {
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1100;
  background-color: #B81D2E;
  color: #FFFFFF;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(184, 29, 46, 0.3);
  transition: all 0.3s ease;
}

.mobile-menu-toggle:hover {
  background-color: #8B1622;
  transform: scale(1.05);
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 320px;
  max-width: 85%;
  height: 100vh;
  background-color: #FFFFFF;
  box-shadow: -4px 0 24px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  border-left: 3px solid #B81D2E;
}

.mobile-menu.active {
  right: 0;
}

.mobile-menu-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: transparent;
  border: none;
  font-size: 32px;
  color: #2C2C2C;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.mobile-menu-close:hover {
  color: #B81D2E;
  transform: rotate(90deg);
}

.mobile-nav {
  display: flex;
  flex-direction: column;
  padding: 80px 30px 30px;
  gap: 0;
}

.mobile-nav a {
  font-family: 'Georgia', serif;
  font-size: 18px;
  color: #2C2C2C;
  padding: 18px 0;
  border-bottom: 1px solid #E8E2D8;
  transition: all 0.3s ease;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.mobile-nav a:hover {
  color: #B81D2E;
  padding-left: 12px;
  background-color: #FAF8F5;
}

/* HERO SECTION - TIMELESS ELEGANCE
   ========================================================================== */

.hero {
  background: linear-gradient(135deg, #FAF8F5 0%, #F5F1EB 100%);
  padding: 80px 20px;
  text-align: center;
  border-bottom: 3px solid #E8E2D8;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    repeating-linear-gradient(90deg, transparent, transparent 50px, rgba(184, 29, 46, 0.02) 50px, rgba(184, 29, 46, 0.02) 51px);
  pointer-events: none;
}

.hero .container {
  position: relative;
  z-index: 1;
  max-width: 900px;
}

.hero h1 {
  font-size: 56px;
  color: #1A1A1A;
  margin-bottom: 28px;
  line-height: 1.2;
}

.hero p {
  font-size: 18px;
  color: #4A4A4A;
  margin-bottom: 24px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.cta-group {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 30px;
}

.btn-primary {
  background-color: #B81D2E;
  color: #FFFFFF;
  padding: 16px 40px;
  border-radius: 4px;
  font-family: 'Georgia', serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  box-shadow: 0 6px 16px rgba(184, 29, 46, 0.25);
  border: 2px solid #B81D2E;
}

.btn-primary:hover {
  background-color: #8B1622;
  border-color: #8B1622;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(184, 29, 46, 0.35);
}

.btn-secondary {
  background-color: transparent;
  color: #B81D2E;
  padding: 16px 40px;
  border-radius: 4px;
  font-family: 'Georgia', serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  border: 2px solid #B81D2E;
}

.btn-secondary:hover {
  background-color: #B81D2E;
  color: #FFFFFF;
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(184, 29, 46, 0.25);
}

.trust-badge, .badge {
  display: inline-block;
  background-color: #C77A3A;
  color: #FFFFFF;
  padding: 10px 24px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-top: 20px;
}

/* SECTION SPACING - ELEGANT RHYTHM
   ========================================================================== */

section {
  margin-bottom: 60px;
  padding: 60px 20px;
}

section h2 {
  text-align: center;
  margin-bottom: 48px;
  position: relative;
  padding-bottom: 20px;
}

section h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #C77A3A;
}

/* WELCOME SECTION
   ========================================================================== */

.welcome {
  background-color: #FFFFFF;
  text-align: center;
  border-top: 1px solid #E8E2D8;
  border-bottom: 1px solid #E8E2D8;
}

.welcome .container {
  max-width: 800px;
}

.welcome p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 24px;
}

.highlight {
  font-size: 20px;
  font-style: italic;
  color: #B81D2E;
  font-weight: 600;
  margin-top: 32px;
}

/* SERVICES & CARDS - REFINED GRID LAYOUT
   ========================================================================== */

.services, .workshops, .services-detail {
  background-color: #FAF8F5;
}

.services-grid, .workshop-grid, .card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: center;
  margin-top: 48px;
}

.service-card, .workshop-card {
  background-color: #FFFFFF;
  border: 1px solid #E8E2D8;
  border-radius: 6px;
  padding: 32px 28px;
  flex: 1 1 calc(33.333% - 28px);
  min-width: 280px;
  max-width: 380px;
  transition: all 0.4s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  position: relative;
  margin-bottom: 20px;
}

.service-card:hover, .workshop-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  border-color: #C77A3A;
}

.service-card h3, .workshop-card h3 {
  color: #B81D2E;
  margin-bottom: 16px;
  font-size: 22px;
}

.service-card p, .workshop-card p {
  color: #4A4A4A;
  font-size: 15px;
  line-height: 1.7;
}

.price {
  font-size: 24px;
  font-weight: 700;
  color: #C77A3A;
  margin: 20px 0;
  font-family: 'Playfair Display', serif;
}

.service-detail-card {
  background-color: #FFFFFF;
  border: 2px solid #E8E2D8;
  border-radius: 6px;
  padding: 40px;
  margin-bottom: 32px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.service-detail-card:hover {
  border-color: #C77A3A;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.service-detail-card h3 {
  color: #B81D2E;
  margin-bottom: 12px;
}

.service-detail-card ul {
  margin-top: 24px;
  padding-left: 0;
}

.service-detail-card ul li {
  padding: 12px 0;
  padding-left: 32px;
  border-bottom: 1px solid #F5F1EB;
  position: relative;
  color: #4A4A4A;
}

.service-detail-card ul li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #C77A3A;
  font-weight: bold;
  font-size: 18px;
}

/* FEATURES - ELEGANT ICON GRID
   ========================================================================== */

.features {
  background-color: #FFFFFF;
  border-top: 1px solid #E8E2D8;
}

.features-grid, .benefits-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  margin-top: 48px;
}

.feature, .benefit {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1 1 calc(25% - 32px);
  min-width: 220px;
  max-width: 280px;
  padding: 28px 20px;
  margin-bottom: 20px;
}

.feature img {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: opacity(0.85);
  transition: all 0.3s ease;
}

.feature:hover img {
  filter: opacity(1);
  transform: scale(1.1);
}

.feature h3, .benefit h3 {
  font-size: 20px;
  margin-bottom: 12px;
  color: #B81D2E;
}

.feature p, .benefit p {
  font-size: 15px;
  color: #4A4A4A;
  line-height: 1.7;
}

/* TESTIMONIALS - ELEGANT CARDS WITH PROPER CONTRAST
   ========================================================================== */

.testimonials {
  background-color: #FAF8F5;
  padding: 60px 20px;
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #FFFFFF;
  border-left: 4px solid #C77A3A;
  padding: 32px;
  margin-bottom: 28px;
  border-radius: 6px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  gap: 16px;
}

.testimonial-card p {
  font-size: 17px;
  line-height: 1.8;
  font-style: italic;
  color: #2C2C2C;
  margin-bottom: 0;
}

.testimonial-card .author {
  font-size: 15px;
  font-weight: 600;
  color: #B81D2E;
  font-style: normal;
  margin-top: 8px;
}

.rating {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #C77A3A;
  margin-top: 32px;
}

/* LOCATION & CONTACT INFO
   ========================================================================== */

.location, .contact-info {
  background-color: #FFFFFF;
  text-align: center;
  border-top: 1px solid #E8E2D8;
}

.location p, .contact-info p {
  font-size: 17px;
  margin-bottom: 16px;
  color: #4A4A4A;
}

.hours {
  margin-top: 32px;
  padding: 28px;
  background-color: #FAF8F5;
  border-radius: 6px;
  border: 1px solid #E8E2D8;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.hours h3 {
  color: #B81D2E;
  margin-bottom: 20px;
}

.hours p {
  margin-bottom: 8px;
  font-size: 16px;
}

/* CTA SECTIONS
   ========================================================================== */

.cta, .cta-final {
  background: linear-gradient(135deg, #B81D2E 0%, #8B1622 100%);
  color: #FFFFFF;
  text-align: center;
  padding: 80px 20px;
  border-radius: 8px;
  margin: 60px 20px;
}

.cta h2, .cta-final h2 {
  color: #FFFFFF;
  margin-bottom: 24px;
}

.cta h2::after, .cta-final h2::after {
  background-color: #C77A3A;
}

.cta p, .cta-final p {
  color: #FFFFFF;
  font-size: 18px;
  margin-bottom: 32px;
  opacity: 0.95;
}

.cta .btn-primary {
  background-color: #FFFFFF;
  color: #B81D2E;
  border-color: #FFFFFF;
}

.cta .btn-primary:hover {
  background-color: #FAF8F5;
  color: #8B1622;
}

.cta .btn-secondary {
  background-color: transparent;
  color: #FFFFFF;
  border-color: #FFFFFF;
}

.cta .btn-secondary:hover {
  background-color: #FFFFFF;
  color: #B81D2E;
}

/* CATEGORY & METHOD GRIDS
   ========================================================================== */

.category-grid, .methods-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  margin-top: 48px;
}

.category, .category-card, .method, .method-card {
  background-color: #FFFFFF;
  border: 2px solid #E8E2D8;
  border-radius: 6px;
  padding: 32px 24px;
  flex: 1 1 calc(50% - 24px);
  min-width: 260px;
  max-width: 400px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  margin-bottom: 20px;
}

.category:hover, .category-card:hover, .method:hover, .method-card:hover {
  border-color: #C77A3A;
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.category h3, .category-card h3, .method h3, .method-card h3 {
  color: #B81D2E;
  margin-bottom: 16px;
}

.method-card img {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
}

/* STORY & MISSION SECTIONS
   ========================================================================== */

.story, .mission, .community {
  background-color: #FFFFFF;
}

.milestones {
  margin-top: 40px;
  padding: 32px;
  background-color: #FAF8F5;
  border-left: 4px solid #C77A3A;
  border-radius: 6px;
}

.milestones p {
  padding: 12px 0;
  border-bottom: 1px solid #E8E2D8;
  font-weight: 600;
  color: #2C2C2C;
}

.milestones p:last-child {
  border-bottom: none;
}

.mission ul {
  margin-top: 28px;
  padding-left: 0;
}

.mission ul li {
  padding: 16px 0;
  padding-left: 40px;
  position: relative;
  color: #4A4A4A;
  font-size: 16px;
  border-bottom: 1px solid #F5F1EB;
}

.mission ul li::before {
  content: '•';
  position: absolute;
  left: 12px;
  color: #C77A3A;
  font-size: 24px;
  font-weight: bold;
}

/* TEAM GRID
   ========================================================================== */

.team-grid, .contacts-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: center;
  margin-top: 48px;
}

.team-member, .contact {
  background-color: #FFFFFF;
  border: 2px solid #E8E2D8;
  border-radius: 6px;
  padding: 32px 24px;
  flex: 1 1 calc(50% - 28px);
  min-width: 260px;
  max-width: 320px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  margin-bottom: 20px;
}

.team-member:hover, .contact:hover {
  border-color: #C77A3A;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.team-member h3, .contact h3 {
  color: #B81D2E;
  margin-bottom: 12px;
  font-size: 20px;
}

.team-member p, .contact p {
  color: #4A4A4A;
  font-size: 15px;
  margin-bottom: 8px;
}

/* STATS DISPLAY
   ========================================================================== */

.stats {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  margin-top: 48px;
}

.stats p {
  background-color: #B81D2E;
  color: #FFFFFF;
  padding: 24px 32px;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  min-width: 200px;
  box-shadow: 0 4px 12px rgba(184, 29, 46, 0.25);
}

/* SCHEDULE & ORDERING
   ========================================================================== */

.schedule ul, .beginners ul, .directions p {
  margin-top: 24px;
  padding-left: 0;
}

.schedule ul li, .beginners ul li {
  padding: 14px 0;
  padding-left: 40px;
  position: relative;
  color: #4A4A4A;
  font-size: 16px;
  border-bottom: 1px solid #F5F1EB;
}

.schedule ul li::before {
  content: '→';
  position: absolute;
  left: 12px;
  color: #C77A3A;
  font-weight: bold;
  font-size: 18px;
}

.beginners ul li::before {
  content: '✓';
  position: absolute;
  left: 12px;
  color: #C77A3A;
  font-weight: bold;
  font-size: 18px;
}

/* INFO COLUMNS
   ========================================================================== */

.info-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  margin-top: 40px;
}

.column {
  flex: 1 1 calc(50% - 40px);
  min-width: 280px;
  background-color: #FAF8F5;
  padding: 32px;
  border-radius: 6px;
  border: 1px solid #E8E2D8;
}

.column h3 {
  color: #B81D2E;
  margin-bottom: 20px;
}

.column ul {
  padding-left: 0;
}

.column ul li {
  padding: 10px 0;
  padding-left: 28px;
  position: relative;
  color: #4A4A4A;
}

.column ul li::before {
  content: '•';
  position: absolute;
  left: 8px;
  color: #C77A3A;
  font-size: 20px;
}

/* LEGAL CONTENT
   ========================================================================== */

.legal-content {
  background-color: #FFFFFF;
  padding: 60px 20px;
}

.legal-content .container {
  max-width: 900px;
}

.legal-content h1 {
  color: #B81D2E;
  margin-bottom: 40px;
  text-align: center;
}

.legal-content h2 {
  color: #2C2C2C;
  font-size: 26px;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: left;
}

.legal-content h2::after {
  display: none;
}

.legal-content h3 {
  color: #4A4A4A;
  font-size: 20px;
  margin-top: 28px;
  margin-bottom: 16px;
}

.legal-content p {
  margin-bottom: 16px;
  line-height: 1.8;
}

.legal-content ul {
  margin: 20px 0;
  padding-left: 0;
}

.legal-content ul li {
  padding: 10px 0;
  padding-left: 32px;
  position: relative;
  color: #4A4A4A;
}

.legal-content ul li::before {
  content: '•';
  position: absolute;
  left: 12px;
  color: #C77A3A;
  font-size: 20px;
}

.legal-content ol {
  margin: 20px 0;
  padding-left: 32px;
}

.legal-content ol li {
  padding: 10px 0;
  color: #4A4A4A;
  margin-left: 8px;
}

/* THANK YOU PAGE
   ========================================================================== */

.confirmation-icon {
  width: 100px;
  height: 100px;
  background-color: #C77A3A;
  color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 56px;
  margin: 0 auto 32px;
  box-shadow: 0 8px 24px rgba(199, 122, 58, 0.3);
}

.confirmation, .next-steps, .contact-alternatives {
  background-color: #FAF8F5;
  padding: 60px 20px;
}

.confirmation ol {
  max-width: 600px;
  margin: 32px auto;
  padding-left: 0;
  counter-reset: step-counter;
}

.confirmation ol li {
  padding: 20px 20px 20px 60px;
  margin-bottom: 16px;
  background-color: #FFFFFF;
  border-left: 4px solid #C77A3A;
  border-radius: 6px;
  position: relative;
  counter-increment: step-counter;
  color: #4A4A4A;
  font-size: 16px;
}

.confirmation ol li::before {
  content: counter(step-counter);
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #C77A3A;
  color: #FFFFFF;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.suggestions {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  margin-top: 40px;
}

.suggestion {
  background-color: #FFFFFF;
  border: 2px solid #E8E2D8;
  border-radius: 6px;
  padding: 32px;
  flex: 1 1 calc(33.333% - 24px);
  min-width: 260px;
  max-width: 350px;
  text-align: center;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}

.suggestion:hover {
  border-color: #C77A3A;
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.suggestion h3 {
  color: #B81D2E;
  margin-bottom: 20px;
}

.suggestion a {
  display: inline-block;
  color: #B81D2E;
  font-weight: 600;
  padding: 10px 24px;
  border: 2px solid #B81D2E;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.suggestion a:hover {
  background-color: #B81D2E;
  color: #FFFFFF;
}

/* FOOTER - REFINED ELEGANCE
   ========================================================================== */

footer {
  background-color: #2C2C2C;
  color: #E8E2D8;
  padding: 60px 20px 30px;
  border-top: 4px solid #C77A3A;
}

footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}

footer img {
  height: 60px;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

footer p {
  color: #E8E2D8;
  margin-bottom: 12px;
  font-size: 15px;
}

footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  margin: 20px 0;
}

footer nav a {
  color: #E8E2D8;
  font-size: 14px;
  transition: all 0.3s ease;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
}

footer nav a:hover {
  color: #C77A3A;
  border-bottom-color: #C77A3A;
}

/* COOKIE CONSENT BANNER - ELEGANT DESIGN
   ========================================================================== */

.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #FFFFFF;
  border-top: 3px solid #C77A3A;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
  padding: 24px 20px;
  z-index: 999;
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.cookie-consent.active {
  transform: translateY(0);
}

.cookie-consent .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.cookie-consent p {
  flex: 1 1 300px;
  margin: 0;
  color: #2C2C2C;
  font-size: 15px;
}

.cookie-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.cookie-buttons button {
  padding: 12px 24px;
  border: 2px solid #B81D2E;
  border-radius: 4px;
  font-family: 'Georgia', serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 0.03em;
}

.cookie-accept {
  background-color: #B81D2E;
  color: #FFFFFF;
}

.cookie-accept:hover {
  background-color: #8B1622;
  transform: translateY(-2px);
}

.cookie-reject {
  background-color: transparent;
  color: #B81D2E;
}

.cookie-reject:hover {
  background-color: #FAF8F5;
}

.cookie-settings {
  background-color: transparent;
  color: #4A4A4A;
  border-color: #4A4A4A;
}

.cookie-settings:hover {
  background-color: #4A4A4A;
  color: #FFFFFF;
}

/* COOKIE PREFERENCES MODAL
   ========================================================================== */

.cookie-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  padding: 20px;
}

.cookie-modal.active {
  opacity: 1;
  visibility: visible;
}

.cookie-modal-content {
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 40px;
  max-width: 600px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
  position: relative;
}

.cookie-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: none;
  font-size: 28px;
  color: #2C2C2C;
  cursor: pointer;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.cookie-modal-close:hover {
  color: #B81D2E;
  transform: rotate(90deg);
}

.cookie-modal h2 {
  color: #B81D2E;
  margin-bottom: 24px;
}

.cookie-category {
  padding: 20px;
  margin-bottom: 16px;
  background-color: #FAF8F5;
  border-radius: 6px;
  border: 1px solid #E8E2D8;
}

.cookie-category h3 {
  color: #2C2C2C;
  font-size: 18px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cookie-category p {
  color: #4A4A4A;
  font-size: 14px;
  margin-bottom: 12px;
}

.cookie-toggle {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 28px;
}

.cookie-toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}

.cookie-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #C5C5C5;
  transition: 0.3s;
  border-radius: 28px;
}

.cookie-slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.3s;
  border-radius: 50%;
}

input:checked + .cookie-slider {
  background-color: #C77A3A;
}

input:checked + .cookie-slider:before {
  transform: translateX(26px);
}

input:disabled + .cookie-slider {
  background-color: #E8E2D8;
  cursor: not-allowed;
}

.cookie-modal-buttons {
  display: flex;
  gap: 12px;
  margin-top: 32px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.cookie-modal-buttons button {
  padding: 12px 28px;
  border: 2px solid #B81D2E;
  border-radius: 4px;
  font-family: 'Georgia', serif;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cookie-save {
  background-color: #B81D2E;
  color: #FFFFFF;
}

.cookie-save:hover {
  background-color: #8B1622;
}

/* RESPONSIVE DESIGN - MOBILE FIRST APPROACH
   ========================================================================== */

@media (max-width: 768px) {
  /* Mobile menu visibility */
  .mobile-menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  header nav {
    display: none;
  }
  
  header .cta-button {
    display: none;
  }
  
  /* Typography adjustments */
  h1 {
    font-size: 36px;
  }
  
  h2 {
    font-size: 28px;
  }
  
  h3 {
    font-size: 22px;
  }
  
  .hero h1 {
    font-size: 38px;
  }
  
  /* Section spacing */
  section {
    padding: 40px 20px;
    margin-bottom: 40px;
  }
  
  /* Card layouts */
  .service-card, .workshop-card {
    flex: 1 1 100%;
    max-width: 100%;
  }
  
  .feature, .benefit {
    flex: 1 1 100%;
    max-width: 100%;
  }
  
  .category, .category-card, .method, .method-card {
    flex: 1 1 100%;
    max-width: 100%;
  }
  
  .team-member, .contact {
    flex: 1 1 100%;
    max-width: 100%;
  }
  
  .column {
    flex: 1 1 100%;
  }
  
  .suggestion {
    flex: 1 1 100%;
    max-width: 100%;
  }
  
  /* CTA buttons */
  .cta-group {
    flex-direction: column;
    align-items: stretch;
  }
  
  .btn-primary, .btn-secondary {
    width: 100%;
    text-align: center;
  }
  
  /* Cookie consent */
  .cookie-consent .container {
    flex-direction: column;
    align-items: stretch;
  }
  
  .cookie-buttons {
    flex-direction: column;
  }
  
  .cookie-buttons button {
    width: 100%;
  }
  
  /* Footer */
  footer nav {
    flex-direction: column;
    gap: 12px;
  }
  
  /* Stats */
  .stats {
    flex-direction: column;
  }
  
  .stats p {
    width: 100%;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .service-card, .workshop-card {
    flex: 1 1 calc(50% - 28px);
  }
  
  .feature, .benefit {
    flex: 1 1 calc(50% - 32px);
  }
  
  .suggestion {
    flex: 1 1 calc(50% - 24px);
  }
}

/* UTILITY CLASSES
   ========================================================================== */

.text-center {
  text-align: center;
}

.mt-1 { margin-top: 8px; }
.mt-2 { margin-top: 16px; }
.mt-3 { margin-top: 24px; }
.mt-4 { margin-top: 32px; }
.mt-5 { margin-top: 48px; }

.mb-1 { margin-bottom: 8px; }
.mb-2 { margin-bottom: 16px; }
.mb-3 { margin-bottom: 24px; }
.mb-4 { margin-bottom: 32px; }
.mb-5 { margin-bottom: 48px; }

.pt-1 { padding-top: 8px; }
.pt-2 { padding-top: 16px; }
.pt-3 { padding-top: 24px; }
.pt-4 { padding-top: 32px; }
.pt-5 { padding-top: 48px; }

.pb-1 { padding-bottom: 8px; }
.pb-2 { padding-bottom: 16px; }
.pb-3 { padding-bottom: 24px; }
.pb-4 { padding-bottom: 32px; }
.pb-5 { padding-bottom: 48px; }

/* ANIMATIONS
   ========================================================================== */

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in {
  animation: fadeIn 0.6s ease-out;
}

@keyframes slideInRight {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes slideOutRight {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}

/* FOCUS STATES FOR ACCESSIBILITY
   ========================================================================== */

a:focus,
button:focus,
input:focus {
  outline: 3px solid #C77A3A;
  outline-offset: 2px;
}

/* PRINT STYLES
   ========================================================================== */

@media print {
  header,
  footer,
  .mobile-menu-toggle,
  .mobile-menu,
  .cookie-consent,
  .cookie-modal,
  .cta-button,
  .btn-primary,
  .btn-secondary {
    display: none;
  }
  
  body {
    font-size: 12pt;
    color: #000;
    background: #fff;
  }
  
  h1 { font-size: 24pt; }
  h2 { font-size: 20pt; }
  h3 { font-size: 16pt; }
}

/* END OF STYLESHEET */
