/* ============================================
   INFINITY CRAFTS STUDIO - STYLESHEET
   Vibrant, artistic, infinity-themed design
   ============================================ */

/* --- Self-Hosted Fonts (GDPR compliant — no external CDN) --- */
@font-face { font-family: 'Playfair Display'; font-style: normal; font-weight: 400; font-display: swap; src: url('fonts/PlayfairDisplay-Regular.ttf') format('truetype'); }
@font-face { font-family: 'Playfair Display'; font-style: normal; font-weight: 700; font-display: swap; src: url('fonts/PlayfairDisplay-Bold.ttf') format('truetype'); }
@font-face { font-family: 'Playfair Display'; font-style: normal; font-weight: 900; font-display: swap; src: url('fonts/PlayfairDisplay-Black.ttf') format('truetype'); }
@font-face { font-family: 'Playfair Display'; font-style: italic; font-weight: 400; font-display: swap; src: url('fonts/PlayfairDisplay-Italic.ttf') format('truetype'); }

@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 300; font-display: swap; src: url('fonts/Poppins-Light.ttf') format('truetype'); }
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 400; font-display: swap; src: url('fonts/Poppins-Regular.ttf') format('truetype'); }
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 500; font-display: swap; src: url('fonts/Poppins-Medium.ttf') format('truetype'); }
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 600; font-display: swap; src: url('fonts/Poppins-SemiBold.ttf') format('truetype'); }
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 700; font-display: swap; src: url('fonts/Poppins-Bold.ttf') format('truetype'); }

@font-face { font-family: 'Dancing Script'; font-style: normal; font-weight: 400; font-display: swap; src: url('fonts/DancingScript-Regular.ttf') format('truetype'); }
@font-face { font-family: 'Dancing Script'; font-style: normal; font-weight: 700; font-display: swap; src: url('fonts/DancingScript-Bold.ttf') format('truetype'); }

@font-face { font-family: 'Caveat'; font-style: normal; font-weight: 400; font-display: swap; src: url('fonts/Caveat-Regular.ttf') format('truetype'); }
@font-face { font-family: 'Caveat'; font-style: normal; font-weight: 700; font-display: swap; src: url('fonts/Caveat-Bold.ttf') format('truetype'); }

/* --- CSS Variables --- */
:root {
    --clr-primary: #B22222;
    --clr-primary-dark: #8B1A1A;
    --clr-secondary: #D4A843;
    --clr-accent-1: #4CAF50;
    --clr-accent-2: #2E7D32;
    --clr-accent-3: #C62828;
    --clr-accent-4: #81C784;
    --clr-warm: #DAA520;
    --clr-dark: #1A0A0A;
    --clr-dark-soft: #3D1A1A;
    --clr-light: #FFFAF0;
    --clr-white: #FFFFFF;
    --clr-text: #3A2020;
    --clr-text-light: #6B4040;
    --clr-border: #E8D8D0;

    --ff-heading: 'Playfair Display', Georgia, serif;
    --ff-body: 'Poppins', 'Segoe UI', sans-serif;
    --ff-script: 'Dancing Script', cursive;
    --ff-hand: 'Caveat', cursive;

    --shadow-sm: 0 2px 8px rgba(0,0,0,0.06);
    --shadow-md: 0 8px 30px rgba(0,0,0,0.08);
    --shadow-lg: 0 20px 60px rgba(0,0,0,0.12);
    --shadow-glow: 0 0 40px rgba(178,34,34,0.15);

    --radius-sm: 8px;
    --radius-md: 16px;
    --radius-lg: 24px;
    --radius-xl: 40px;
    --radius-full: 9999px;

    --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-slow: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

/* --- Reset & Base --- */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; font-size: 16px; overflow-x: hidden; }

body {
    font-family: var(--ff-body);
    color: var(--clr-text);
    background: var(--clr-light);
    line-height: 1.7;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

.container { width: 90%; max-width: 1200px; margin: 0 auto; }

/* --- Selection --- */
::selection {
    background: rgba(178, 34, 34, 0.2);
    color: var(--clr-dark);
}

/* --- Floating Decorations --- */
.floating-decorations {
    position: fixed; inset: 0; pointer-events: none; z-index: 0; overflow: hidden;
}

.float-shape {
    position: absolute; border-radius: 50%; opacity: 0.04;
    animation: floatAround 20s ease-in-out infinite;
}

.shape-1 { width: 300px; height: 300px; background: var(--clr-primary); top: 10%; left: -5%; }
.shape-2 { width: 200px; height: 200px; background: var(--clr-accent-1); top: 40%; right: -3%; animation-delay: -5s; }
.shape-3 { width: 150px; height: 150px; background: var(--clr-secondary); bottom: 20%; left: 10%; animation-delay: -10s; }
.shape-4 { width: 250px; height: 250px; background: var(--clr-accent-2); top: 60%; right: 15%; animation-delay: -3s; animation-duration: 25s; }
.shape-5 { width: 180px; height: 180px; background: var(--clr-accent-4); top: 80%; left: 40%; animation-delay: -8s; animation-duration: 22s; }
.shape-6 { width: 120px; height: 120px; background: var(--clr-warm); top: 5%; right: 30%; animation-delay: -12s; animation-duration: 18s; }

@keyframes floatAround {
    0%, 100% { transform: translate(0, 0) rotate(0deg) scale(1); }
    25% { transform: translate(30px, -40px) rotate(5deg) scale(1.05); }
    50% { transform: translate(-20px, 30px) rotate(-3deg) scale(0.95); }
    75% { transform: translate(40px, 20px) rotate(4deg) scale(1.03); }
}

/* ============================================
   NAVIGATION
   ============================================ */
.navbar {
    position: fixed; top: 0; left: 0; width: 100%; z-index: 1000;
    padding: 1rem 0; transition: var(--transition);
    background: linear-gradient(135deg, #5B0A0A, #7B1A1A);
}

.navbar.scrolled {
    background: linear-gradient(135deg, #4A0808, #6B1515);
    backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 2px 20px rgba(0,0,0,0.15);
    padding: 0.5rem 0;
}

.nav-container {
    width: 90%; max-width: 1200px; margin: 0 auto;
    display: flex; justify-content: space-between; align-items: center;
}

.logo {
    display: flex; flex-direction: column; align-items: center; z-index: 1001;
}

.logo-top {
    display: flex; align-items: center; gap: 0.6rem;
}

.logo-infinity {
    flex-shrink: 0;
    animation: infinityPulse 4s ease-in-out infinite;
}

@keyframes infinityPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.08); }
}

.logo-words { display: flex; flex-direction: column; line-height: 1.1; }

.logo-text {
    font-family: var(--ff-heading);
    font-size: 1.15rem;
    font-weight: 700;
    color: #FFD700;
    letter-spacing: 0.3px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.logo-sub {
    font-size: 0.58rem;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: rgba(255, 215, 0, 0.8);
    font-weight: 600;
    text-align: center;
}
.logo-tagline { font-size: 0.46rem; font-style: italic; color: rgba(255, 255, 255, 0.55); font-weight: 400; letter-spacing: 0.5px; margin-top: -2px; white-space: nowrap; text-align: center; }

.nav-links { display: flex; align-items: center; gap: 1.8rem; }

.nav-links a {
    font-size: 0.88rem; font-weight: 500; color: rgba(255, 255, 255, 0.9);
    position: relative; transition: var(--transition);
}

.nav-links a::after {
    content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 2px;
    background: linear-gradient(90deg, #FFD700, #FFA500);
    border-radius: 2px; transition: var(--transition);
}

.nav-links a:hover { color: #FFD700; }
.nav-links a.active, .nav-links a.active-link { color: #FFA500 !important; }
.nav-links a.active::after, .nav-links a.active-link::after { width: 100%; }
.nav-links a:hover::after { width: 100%; }

.nav-cta {
    background: linear-gradient(135deg, #FFD700, #DAA520);
    color: #5B0A0A !important;
    padding: 0.5rem 1.5rem;
    font-weight: 700 !important;
    border-radius: var(--radius-full);
    font-weight: 600 !important;
    transition: var(--transition) !important;
    box-shadow: 0 2px 10px rgba(178, 34, 34, 0.25);
}

.nav-cta::after { display: none !important; }

.nav-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(178, 34, 34, 0.4);
}

.nav-toggle {
    display: none; flex-direction: column; gap: 5px;
    background: none; border: none; cursor: pointer; z-index: 1001; padding: 4px;
}

.nav-toggle span {
    display: block; width: 26px; height: 2.5px;
    background: rgba(255, 255, 255, 0.9); border-radius: 3px; transition: var(--transition);
}

.nav-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.nav-toggle.active span:nth-child(2) { opacity: 0; }
.nav-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(6px, -6px); }

/* ============================================
   HERO SECTION
   ============================================ */
.hero {
    min-height: 100vh;
    display: flex; align-items: center; justify-content: center;
    text-align: center; position: relative; overflow: hidden;
    padding-top: 5rem;
    background: linear-gradient(160deg, #FFFAF0 0%, #FFF5E8 20%, #FFE8E8 40%, #FFF8E0 60%, #E8F5E8 80%, #FFFAF0 100%);
    background-size: 300% 300%;
    animation: gradientShift 12s ease-in-out infinite;
}

@keyframes gradientShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.hero-bg-art { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; pointer-events: none; }

.mandala-ring {
    position: absolute; border-radius: 50%;
    border: 2px dashed; opacity: 0.07;
    animation: mandalaRotate linear infinite;
}

.ring-1 { width: 500px; height: 500px; border-color: var(--clr-primary); animation-duration: 30s; }
.ring-2 { width: 700px; height: 700px; border-color: var(--clr-accent-1); animation-duration: 45s; animation-direction: reverse; }
.ring-3 { width: 900px; height: 900px; border-color: var(--clr-accent-2); animation-duration: 60s; border-style: dotted; }

@keyframes mandalaRotate { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

/* Paint splatters */
.paint-splat {
    position: absolute;
    border-radius: 50%;
    opacity: 0.04;
    filter: blur(40px);
}

.splat-1 { width: 400px; height: 400px; background: var(--clr-primary); top: 10%; left: -5%; }
.splat-2 { width: 350px; height: 350px; background: var(--clr-accent-1); bottom: 5%; right: -5%; }
.splat-3 { width: 250px; height: 250px; background: var(--clr-warm); top: 50%; right: 20%; }

.hero-content { position: relative; z-index: 2; padding: 2rem; padding-top: 2rem; }

.hero-infinity-symbol {
    margin-bottom: 1rem;
    animation: fadeInUp 0.8s ease-out 0.1s both;
}

.infinity-path {
    stroke-dasharray: 300;
    stroke-dashoffset: 300;
    animation: drawInfinity 3s ease-out 0.5s forwards;
}

@keyframes drawInfinity {
    to { stroke-dashoffset: 0; }
}

.hero-greeting {
    font-family: var(--ff-hand);
    font-size: 1.6rem;
    color: var(--clr-primary);
    margin-bottom: 0.3rem;
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

.hero-title {
    font-family: var(--ff-heading); font-weight: 900; line-height: 1.05; margin-bottom: 1.5rem;
}

.title-line-1 {
    display: block;
    font-size: clamp(2.8rem, 7vw, 5.5rem);
    background: linear-gradient(135deg, var(--clr-primary), var(--clr-accent-3));
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: fadeInUp 0.8s ease-out 0.4s both;
}

.title-line-2 {
    display: block;
    font-size: clamp(3.2rem, 9vw, 7.5rem);
    background: linear-gradient(135deg, var(--clr-secondary), var(--clr-warm));
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: fadeInUp 0.8s ease-out 0.6s both;
}

.title-line-3 {
    display: block;
    font-size: clamp(1.8rem, 4vw, 3.2rem);
    color: var(--clr-text);
    font-weight: 700;
    letter-spacing: 6px;
    text-transform: uppercase;
    animation: fadeInUp 0.8s ease-out 0.8s both;
}

.hero-journey-tagline {
    font-family: var(--ff-script);
    font-size: clamp(1rem, 2vw, 1.3rem);
    color: var(--clr-primary);
    margin: -0.2rem auto 1rem;
    animation: fadeInUp 0.8s ease-out 0.9s both;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
    padding: 0 1.5rem;
}
.hero-journey-tagline::before,
.hero-journey-tagline::after {
    content: '\2014';
    color: var(--clr-secondary);
    opacity: 0.5;
    margin: 0 0.4rem;
}

.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.25rem);
    color: var(--clr-text-light);
    max-width: 500px; margin: 0 auto 0.5rem;
    animation: fadeInUp 0.8s ease-out 1s both;
}

.hero-tagline {
    font-family: var(--ff-hand);
    font-size: 1.3rem;
    color: var(--clr-secondary);
    margin-bottom: 2rem;
    animation: fadeInUp 0.8s ease-out 1.1s both;
}

.hero-badges {
    display: flex; flex-wrap: wrap; gap: 0.8rem;
    justify-content: center; margin-bottom: 2.5rem;
    animation: fadeInUp 0.8s ease-out 1.2s both;
}

.badge {
    padding: 0.5rem 1.2rem; border-radius: var(--radius-full);
    font-size: 0.85rem; font-weight: 500; border: 1.5px solid;
    display: inline-flex; align-items: center; gap: 0.4rem;
    transition: var(--transition);
}

.badge:hover { transform: translateY(-2px); }

.badge-icon { font-size: 1rem; }

.badge-age { background: rgba(178, 34, 34, 0.08); border-color: rgba(178, 34, 34, 0.25); color: var(--clr-primary); }
.badge-culture { background: rgba(76, 175, 80, 0.08); border-color: rgba(76, 175, 80, 0.25); color: var(--clr-accent-1); }
.badge-hands { background: rgba(46, 125, 50, 0.08); border-color: rgba(46, 125, 50, 0.25); color: var(--clr-accent-2); }

.hero-cta {
    display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap;
    animation: fadeInUp 0.8s ease-out 1.4s both;
    position: relative; z-index: 3;
    margin-bottom: 3rem;
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

.hero-scroll-indicator {
    display: none;
}

.scroll-arrow {
    width: 2px; height: 30px;
    background: linear-gradient(to bottom, var(--clr-primary), transparent);
    border-radius: 2px;
    animation: scrollPulse 2s ease-in-out infinite;
}

@keyframes scrollPulse {
    0%, 100% { opacity: 0.3; transform: scaleY(0.6); }
    50% { opacity: 1; transform: scaleY(1); }
}

/* --- Buttons --- */
.btn {
    display: inline-flex; align-items: center; gap: 0.5rem;
    padding: 0.9rem 2.2rem;
    border-radius: var(--radius-full);
    font-family: var(--ff-body);
    font-size: 0.95rem; font-weight: 600;
    cursor: pointer; border: none;
    transition: var(--transition);
    position: relative; overflow: hidden;
}

.btn::before {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.2), transparent);
    opacity: 0; transition: var(--transition);
}

.btn:hover::before { opacity: 1; }

.btn svg { transition: var(--transition); }
.btn:hover svg { transform: translateX(3px); }

.btn-primary {
    background: linear-gradient(135deg, var(--clr-primary), var(--clr-accent-3));
    color: var(--clr-white);
    box-shadow: 0 4px 15px rgba(178, 34, 34, 0.3);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(178, 34, 34, 0.4);
}

.btn-secondary {
    background: var(--clr-white);
    color: var(--clr-text);
    border: 2px solid var(--clr-border);
}

.btn-secondary:hover {
    border-color: var(--clr-primary); color: var(--clr-primary);
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
}

.btn-large { padding: 1.1rem 3rem; font-size: 1.05rem; }
.btn-full { width: 100%; justify-content: center; }

/* ============================================
   SECTION HEADERS
   ============================================ */
.section-header { text-align: center; margin-bottom: 4rem; }

.section-tag {
    display: inline-block; font-size: 0.85rem; font-weight: 500;
    color: var(--clr-primary);
    background: rgba(178, 34, 34, 0.08);
    padding: 0.4rem 1.2rem;
    border-radius: var(--radius-full); margin-bottom: 1rem;
}

.section-title {
    font-family: var(--ff-heading);
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 900; color: var(--clr-dark); line-height: 1.2;
    margin-bottom: 1rem;
}

.section-title em {
    font-style: italic;
    background: linear-gradient(135deg, var(--clr-primary), var(--clr-secondary));
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-desc {
    font-size: 1.05rem; color: var(--clr-text-light);
    max-width: 580px; margin: 0 auto;
}

/* ============================================
   ABOUT SECTION
   ============================================ */
.about { padding: 7rem 0; position: relative; }

.about-grid {
    display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 4rem; align-items: center;
}

.about-lead {
    font-size: 1.2rem; font-weight: 400; color: var(--clr-dark);
    margin-bottom: 1.5rem; line-height: 1.8;
}

.about-lead strong {
    color: var(--clr-primary);
    font-weight: 600;
}

.about-text p { margin-bottom: 1rem; color: var(--clr-text-light); }

/* About values */
.about-values {
    display: flex; flex-direction: column; gap: 1rem;
    margin-top: 2rem; margin-bottom: 2rem;
}

.value-item {
    display: flex; align-items: center; gap: 1rem;
    padding: 0.8rem 1.2rem; border-radius: var(--radius-md);
    background: var(--clr-white);
    border: 1px solid var(--clr-border);
    transition: var(--transition);
}

.value-item:hover {
    transform: translateX(8px);
    border-color: var(--clr-primary);
    box-shadow: var(--shadow-sm);
}

.value-icon { font-size: 1.6rem; }

.value-item strong {
    display: block; font-size: 0.9rem; color: var(--clr-dark);
}

.value-item span {
    font-size: 0.8rem; color: var(--clr-text-light);
}

.about-stats {
    display: flex; gap: 2rem; padding-top: 2rem;
    border-top: 2px solid var(--clr-border);
}

.stat { display: flex; flex-direction: column; align-items: center; text-align: center; }

.stat-number {
    font-family: var(--ff-heading);
    font-size: 2.5rem; font-weight: 900;
    background: linear-gradient(135deg, var(--clr-primary), var(--clr-accent-1));
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}

.stat-plus {
    font-family: var(--ff-heading);
    font-size: 1.5rem; font-weight: 700;
    color: var(--clr-primary);
}

.stat-label {
    font-size: 0.78rem; color: var(--clr-text-light); font-weight: 500;
    margin-top: 0.2rem;
}

/* About Collage */
.about-visual { position: relative; }

.about-collage {
    display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr;
    gap: 1rem; max-width: 420px; margin-left: auto;
}

.collage-item {
    border-radius: var(--radius-lg); overflow: hidden;
    transition: var(--transition); cursor: pointer;
}

.collage-item:hover {
    transform: scale(1.05) rotate(0deg) !important;
    box-shadow: var(--shadow-lg);
    z-index: 2;
}

.collage-placeholder {
    aspect-ratio: 1;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center; gap: 0.5rem;
    font-weight: 600; font-size: 0.9rem;
    color: white; text-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.collage-placeholder span {
    font-size: 2.8rem; filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1));
}

.item-1 .collage-placeholder { background: linear-gradient(135deg, #D4A843, #B8860B); }
.item-2 .collage-placeholder { background: linear-gradient(135deg, #4CAF50, #81C784); }
.item-3 .collage-placeholder { background: linear-gradient(135deg, #2E7D32, #4CAF50); }
.item-4 .collage-placeholder { background: linear-gradient(135deg, #B22222, #C62828); }

.item-1 { transform: rotate(-3deg); }
.item-2 { transform: rotate(2deg); }
.item-3 { transform: rotate(1deg); }
.item-4 { transform: rotate(-2deg); }

.collage-accent {
    position: absolute;
    bottom: -15px; left: 10%;
    animation: floatAround 8s ease-in-out infinite;
}

/* ============================================
   WORKSHOPS SECTION
   ============================================ */
.workshops {
    padding: 7rem 0;
    background: linear-gradient(180deg, var(--clr-light) 0%, #FFF8E0 30%, #F0FFF0 70%, var(--clr-light) 100%);
    position: relative;
}

.workshops-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem;
}

.workshop-card {
    background: var(--clr-white);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    position: relative;
    border: 1px solid rgba(0,0,0,0.03);
}

.workshop-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-lg);
}

.card-visual {
    height: 200px; position: relative;
    display: flex; align-items: center; justify-content: center;
    overflow: hidden;
}

.card-pattern {
    position: absolute; inset: 0; opacity: 0.1;
    background-image:
        radial-gradient(circle at 20% 50%, currentColor 1px, transparent 1px),
        radial-gradient(circle at 80% 20%, currentColor 1px, transparent 1px),
        radial-gradient(circle at 50% 80%, currentColor 1px, transparent 1px);
    background-size: 30px 30px;
}

.cooking-visual { background: linear-gradient(135deg, #D4A843, #B8860B); color: #B8860B; }
.crafts-visual { background: linear-gradient(135deg, #4CAF50, #81C784); color: #81C784; }
.bears-visual { background: linear-gradient(135deg, #E8913A, #D4A843); color: #D4A843; }
.art-visual { background: linear-gradient(135deg, #DAA520, #F59E0B); color: #F59E0B; }
.mandala-visual { background: linear-gradient(135deg, #2E7D32, #4CAF50); color: #4CAF50; }
.coming-visual { background: linear-gradient(135deg, #94A3B8, #CBD5E1); color: #94A3B8; }

.card-image {
    width: 100%; height: 100%; z-index: 1;
    object-fit: cover;
    transition: var(--transition);
}

.workshop-card:hover .card-image { transform: scale(1.1); }

.card-emoji {
    font-size: 4rem; z-index: 1;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));
    transition: var(--transition);
}

.workshop-card:hover .card-emoji { transform: scale(1.2) rotate(-5deg); }

.card-decoration {
    position: absolute; inset: 0; z-index: 0;
    font-size: 1.5rem; pointer-events: none;
}

.card-decoration span {
    position: absolute; opacity: 0.3; transition: var(--transition-slow);
}

.card-decoration span:nth-child(1) { top: 15%; left: 12%; }
.card-decoration span:nth-child(2) { bottom: 20%; right: 15%; }
.card-decoration span:nth-child(3) { top: 20%; right: 20%; }

.workshop-card:hover .card-decoration span { opacity: 0.6; }
.workshop-card:hover .card-decoration span:nth-child(1) { transform: translate(-5px, -8px) rotate(15deg) scale(1.2); }
.workshop-card:hover .card-decoration span:nth-child(2) { transform: translate(8px, 5px) rotate(-10deg) scale(1.3); }
.workshop-card:hover .card-decoration span:nth-child(3) { transform: translate(5px, -10px) rotate(20deg) scale(1.1); }

/* Card Ribbon */
.card-ribbon {
    position: absolute; top: 16px; right: -30px;
    background: linear-gradient(135deg, var(--clr-warm), #F59E0B);
    color: var(--clr-dark); font-size: 0.7rem;
    font-weight: 700; text-transform: uppercase; letter-spacing: 1px;
    padding: 4px 40px;
    transform: rotate(45deg);
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    z-index: 3;
}

.card-content { padding: 1.5rem; }

.card-header {
    display: flex; align-items: center; justify-content: space-between;
    margin-bottom: 0.6rem;
}

.card-tag {
    display: inline-block; font-size: 0.68rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--clr-primary);
    background: rgba(178, 34, 34, 0.08);
    padding: 0.3rem 0.8rem; border-radius: var(--radius-full);
}

.card-duration {
    font-size: 0.75rem; color: var(--clr-text-light); font-weight: 500;
}

.card-content h3 {
    font-family: var(--ff-heading);
    font-size: 1.35rem; font-weight: 700;
    color: var(--clr-dark); margin-bottom: 0.6rem;
}

.card-content p {
    font-size: 0.88rem; color: var(--clr-text-light);
    margin-bottom: 1rem; line-height: 1.65;
}

.card-highlights { margin-bottom: 1.2rem; }

.card-highlights li {
    font-size: 0.82rem; color: var(--clr-text);
    padding: 0.25rem 0;
    display: flex; align-items: center; gap: 0.5rem;
}

.highlight-dot {
    width: 7px; height: 7px; border-radius: 50%;
    background: var(--dot-clr); flex-shrink: 0;
}

.card-footer {
    display: flex; align-items: center; justify-content: space-between;
    padding-top: 1rem;
    border-top: 1px solid var(--clr-border);
}

.card-group {
    font-size: 0.75rem; color: var(--clr-text-light);
}

.card-btn {
    display: inline-flex; align-items: center; gap: 0.3rem;
    font-size: 0.88rem; font-weight: 600;
    color: var(--clr-primary); transition: var(--transition);
}

.card-btn:hover { gap: 0.6rem; color: var(--clr-primary-dark); }

/* ============================================
   GALLERY SECTION
   ============================================ */
.gallery { padding: 7rem 0; background: var(--clr-white); }

.gallery-filter {
    display: flex; gap: 0.6rem; justify-content: center;
    flex-wrap: wrap; margin-bottom: 3rem;
}

.filter-btn {
    padding: 0.5rem 1.4rem; border-radius: var(--radius-full);
    border: 2px solid var(--clr-border); background: transparent;
    font-family: var(--ff-body); font-size: 0.85rem; font-weight: 500;
    color: var(--clr-text); cursor: pointer; transition: var(--transition);
}

.filter-btn:hover,
.filter-btn.active {
    background: var(--clr-primary);
    border-color: var(--clr-primary);
    color: var(--clr-white);
}

.gallery-grid {
    display: grid; grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 220px; gap: 1rem;
}

.gallery-item {
    border-radius: var(--radius-md); overflow: hidden;
    cursor: pointer; transition: var(--transition);
    position: relative;
}

.gallery-item:hover {
    transform: scale(1.03);
    box-shadow: var(--shadow-lg);
    z-index: 2;
}

.gallery-item-tall { grid-row: span 2; }
.gallery-item-wide { grid-column: span 2; }

.gallery-photo {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.gallery-item:hover .gallery-photo { transform: scale(1.05); }

.gallery-placeholder {
    width: 100%; height: 100%;
    background: linear-gradient(135deg, hsl(var(--hue), 70%, 85%), hsl(var(--hue), 60%, 70%));
    display: flex; flex-direction: column;
    align-items: center; justify-content: center; gap: 0.5rem;
    position: relative; overflow: hidden;
}

.gallery-placeholder::before {
    content: ''; position: absolute; inset: 0;
    background:
        radial-gradient(circle at 30% 40%, rgba(255,255,255,0.15) 0%, transparent 60%),
        radial-gradient(circle at 70% 80%, rgba(0,0,0,0.05) 0%, transparent 50%);
}

.placeholder-icon {
    font-size: 3rem;
    filter: drop-shadow(0 2px 8px rgba(0,0,0,0.1));
    z-index: 1; transition: var(--transition);
}

.gallery-item:hover .placeholder-icon { transform: scale(1.15); }

.placeholder-text {
    font-size: 0.85rem; font-weight: 600;
    color: rgba(255,255,255,0.9); text-align: center; z-index: 1;
    text-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.placeholder-text small { font-weight: 400; opacity: 0.8; }

/* Gallery overlay */
.gallery-overlay {
    position: absolute; inset: 0;
    background: rgba(26, 26, 46, 0.5);
    display: flex; align-items: center; justify-content: center;
    opacity: 0; transition: var(--transition);
}

.gallery-item:hover .gallery-overlay { opacity: 1; }

.overlay-icon {
    font-size: 2rem;
    color: white;
    transform: scale(0.8);
    transition: var(--transition);
}

.gallery-item:hover .overlay-icon { transform: scale(1); }

.gallery-note {
    text-align: center; margin-top: 2.5rem;
    font-size: 0.9rem; color: var(--clr-text-light); font-style: italic;
}

/* ============================================
   HOW IT WORKS SECTION
   ============================================ */
.how-it-works {
    padding: 7rem 0;
    background: linear-gradient(180deg, var(--clr-light), #F0EEFF, var(--clr-light));
}

.steps-grid {
    display: flex; align-items: flex-start; justify-content: center; gap: 1rem;
}

.step-card {
    flex: 1; max-width: 300px;
    text-align: center;
    padding: 2.5rem 2rem;
    background: var(--clr-white);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--clr-border);
    transition: var(--transition);
    position: relative;
}

.step-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
    border-color: transparent;
}

.step-number {
    font-family: var(--ff-heading);
    font-size: 3.5rem; font-weight: 900;
    background: linear-gradient(135deg, rgba(178,34,34,0.08), rgba(212,168,67,0.08));
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1; margin-bottom: 0.5rem;
    position: absolute; top: 1rem; right: 1.5rem;
    opacity: 0.5;
}

.step-icon {
    font-size: 2.5rem; margin-bottom: 1rem;
}

.step-card h3 {
    font-family: var(--ff-heading);
    font-size: 1.2rem; font-weight: 700;
    color: var(--clr-dark); margin-bottom: 0.6rem;
}

.step-card p {
    font-size: 0.88rem; color: var(--clr-text-light); line-height: 1.6;
}

.step-connector {
    display: flex; align-items: center; padding-top: 3rem;
    flex-shrink: 0;
}

/* ============================================
   TESTIMONIALS SECTION
   ============================================ */
.testimonials {
    padding: 7rem 0;
    background: linear-gradient(180deg, var(--clr-light) 0%, #FFF8E0 50%, var(--clr-light) 100%);
}

.testimonials-carousel {
    max-width: 900px; margin: 0 auto;
    overflow: hidden; position: relative;
}

.testimonial-track {
    display: flex; transition: transform 0.5s ease;
}

.testimonial-card {
    min-width: 100%; padding: 0 2rem; position: relative;
}

.testimonial-card > * {
    max-width: 600px; margin-left: auto; margin-right: auto;
}

.testimonial-quote {
    font-family: var(--ff-heading);
    font-size: 5rem; color: var(--clr-primary);
    opacity: 0.1; line-height: 1;
    text-align: center; margin-bottom: -2rem;
}

.testimonial-stars {
    color: var(--clr-warm); font-size: 1.3rem;
    margin-bottom: 1.5rem; text-align: center; letter-spacing: 4px;
}

.testimonial-text {
    font-family: var(--ff-heading);
    font-size: 1.15rem; font-style: italic;
    color: var(--clr-dark); text-align: center;
    line-height: 1.8; margin-bottom: 2rem;
}

.testimonial-author {
    display: flex; align-items: center; gap: 1rem; justify-content: center;
}

.author-avatar {
    width: 48px; height: 48px; border-radius: 50%;
    background: var(--bg);
    color: white; display: flex; align-items: center; justify-content: center;
    font-weight: 700; font-size: 1.1rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.testimonial-author strong { display: block; color: var(--clr-dark); font-size: 0.95rem; }
.testimonial-author span { font-size: 0.8rem; color: var(--clr-text-light); }

.carousel-controls {
    display: flex; align-items: center; justify-content: center;
    gap: 1.5rem; margin-top: 2.5rem;
}

.carousel-btn {
    width: 44px; height: 44px; border-radius: 50%;
    border: 2px solid var(--clr-border);
    background: var(--clr-white); color: var(--clr-text);
    font-size: 1.1rem; cursor: pointer;
    transition: var(--transition);
    display: flex; align-items: center; justify-content: center;
}

.carousel-btn:hover {
    border-color: var(--clr-primary); color: var(--clr-primary);
    background: rgba(178, 34, 34, 0.05);
    transform: scale(1.1);
}

.carousel-dots { display: flex; gap: 0.5rem; }

.carousel-dot {
    width: 10px; height: 10px; border-radius: 50%;
    background: var(--clr-border); cursor: pointer;
    transition: var(--transition); border: none;
}

.carousel-dot.active {
    background: var(--clr-primary); transform: scale(1.3);
}

/* ============================================
   CTA BANNER
   ============================================ */
.cta-banner {
    padding: 5rem 0;
    background: linear-gradient(135deg, var(--clr-dark), #2A0F0F, var(--clr-dark-soft));
    text-align: center; position: relative; overflow: hidden;
}

.cta-bg-art { position: absolute; inset: 0; pointer-events: none; }

.cta-circle { position: absolute; border-radius: 50%; opacity: 0.06; }
.c1 { width: 400px; height: 400px; background: var(--clr-primary); top: -100px; left: -100px; }
.c2 { width: 300px; height: 300px; background: var(--clr-accent-1); bottom: -80px; right: -50px; }
.c3 { width: 200px; height: 200px; background: var(--clr-secondary); top: 20%; right: 20%; }

.cta-infinity { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

.cta-banner h2 {
    font-family: var(--ff-heading);
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 900; color: var(--clr-white);
    margin-bottom: 0.8rem; position: relative;
}

.cta-banner p {
    font-size: 1.1rem; color: rgba(255,255,255,0.7);
    margin-bottom: 1.5rem; position: relative;
}

.cta-badges-row {
    display: flex; justify-content: center; flex-wrap: wrap;
    gap: 1.5rem; margin-bottom: 2.5rem; position: relative;
}

.cta-badges-row span { font-size: 0.85rem; color: rgba(255,255,255,0.6); }

.cta-banner .btn-primary { position: relative; }

/* ============================================
   CONTACT SECTION
   ============================================ */
.contact { padding: 7rem 0; }

.contact-grid {
    display: grid; grid-template-columns: 1fr 1.3fr;
    gap: 3rem; align-items: start;
}

.contact-info {
    display: grid; grid-template-columns: 1fr 1fr; gap: 1rem;
}

.contact-card {
    padding: 1.5rem; border-radius: var(--radius-md);
    background: var(--clr-white);
    border: 1.5px solid var(--clr-border);
    transition: var(--transition); text-align: center;
}

.contact-card:hover {
    border-color: var(--clr-primary);
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
}

.contact-icon { font-size: 1.8rem; margin-bottom: 0.6rem; }
.contact-card h3 { font-size: 0.9rem; font-weight: 600; color: var(--clr-dark); margin-bottom: 0.3rem; }
.contact-card p { font-size: 0.82rem; color: var(--clr-text-light); }

.contact-form {
    background: var(--clr-white);
    padding: 2.5rem; border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    border: 1px solid var(--clr-border);
}

.form-row {
    display: grid; grid-template-columns: 1fr 1fr; gap: 1rem;
}

.form-group { margin-bottom: 1.2rem; }

.form-group label {
    display: block; font-size: 0.85rem; font-weight: 600;
    color: var(--clr-dark); margin-bottom: 0.4rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%; padding: 0.8rem 1rem;
    border: 2px solid var(--clr-border); border-radius: var(--radius-sm);
    font-family: var(--ff-body); font-size: 0.9rem;
    color: var(--clr-text); background: var(--clr-light);
    transition: var(--transition); outline: none;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: var(--clr-primary);
    box-shadow: 0 0 0 4px rgba(178, 34, 34, 0.08);
    background: var(--clr-white);
}

.form-group textarea { resize: vertical; min-height: 100px; }

/* ============================================
   FOOTER
   ============================================ */
.footer {
    background: var(--clr-dark);
    color: rgba(255,255,255,0.7);
    padding: 4rem 0 2rem;
}

.footer-content {
    display: grid; grid-template-columns: 2fr 1fr 1fr;
    gap: 3rem; margin-bottom: 3rem; padding-bottom: 2rem;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.footer-logo { gap: 0.5rem; }
.footer-brand .logo-text { color: var(--clr-white); }
.footer-brand .logo-sub { color: rgba(255,255,255,0.5); }

.footer-tagline { margin-top: 1rem; font-size: 0.9rem; line-height: 1.6; }

.footer-links h4 {
    color: var(--clr-white); font-size: 0.9rem; font-weight: 600;
    margin-bottom: 1rem; text-transform: uppercase; letter-spacing: 1px;
}

.footer-links ul { display: flex; flex-direction: column; gap: 0.6rem; }

.footer-links a { font-size: 0.85rem; transition: var(--transition); }
.footer-links a:hover { color: var(--clr-primary); padding-left: 5px; }

.footer-bottom { text-align: center; font-size: 0.8rem; }
.footer-heart { margin-top: 0.5rem; color: var(--clr-primary); }

/* ============================================
   LIGHTBOX
   ============================================ */
.lightbox {
    position: fixed; inset: 0;
    background: rgba(0,0,0,0.92);
    z-index: 9999;
    display: flex; align-items: center; justify-content: center;
    opacity: 0; visibility: hidden; transition: var(--transition);
    backdrop-filter: blur(10px);
}

.lightbox.active { opacity: 1; visibility: visible; }

.lightbox-close {
    position: absolute; top: 1.5rem; right: 1.5rem;
    background: none; border: none; color: white;
    font-size: 2.5rem; cursor: pointer;
    transition: var(--transition); z-index: 10;
}

.lightbox-close:hover { transform: rotate(90deg); color: var(--clr-primary); }

.lightbox-content {
    max-width: 90%; max-height: 90%;
    display: flex; align-items: center; justify-content: center;
}

.lightbox-content img {
    max-width: 100%; max-height: 85vh;
    border-radius: var(--radius-md); object-fit: contain;
}

/* ============================================
   SCROLL REVEAL
   ============================================ */
.reveal {
    opacity: 0; transform: translateY(40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.visible { opacity: 1; transform: translateY(0); }

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */
@media (max-width: 1024px) {
    .workshops-grid { grid-template-columns: repeat(2, 1fr); }
    .gallery-grid { grid-template-columns: repeat(3, 1fr); }
    .about-grid { gap: 3rem; }
    .footer-content { grid-template-columns: 1fr 1fr; }
    .steps-grid { gap: 0.5rem; }
    .step-connector svg { width: 50px; }
}

@media (max-width: 768px) {
    .nav-toggle { display: flex; }

    .nav-links {
        position: fixed; top: 0; right: -100%;
        width: 80%; max-width: 350px; height: 100vh;
        background: var(--clr-white);
        flex-direction: column; justify-content: flex-start; gap: 1.2rem;
        box-shadow: -10px 0 30px rgba(0,0,0,0.1);
        transition: var(--transition); z-index: 1000;
        overflow-y: auto; padding: 6rem 1rem 2rem;
    }

    .nav-links.active { right: 0; }

    .nav-links a { color: var(--clr-text) !important; font-size: 1.1rem; }
    .nav-links a:hover { color: var(--clr-primary) !important; }
    .nav-links a.active, .nav-links a.active-link { color: #FFA500 !important; }
    .nav-cta { color: #5B0A0A !important; }

    .about-grid { grid-template-columns: 1fr; }

    .about-collage { margin: 0 auto; max-width: 350px; }

    .about-stats { flex-wrap: wrap; justify-content: center; }

    .workshops-grid { grid-template-columns: 1fr; max-width: 450px; margin: 0 auto; }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 180px;
    }

    .gallery-item-wide { grid-column: span 1; }
    .gallery-item-tall { grid-row: span 1; }

    .steps-grid { flex-direction: column; align-items: center; }
    .step-connector { transform: rotate(90deg); padding-top: 0; }

    .contact-grid { grid-template-columns: 1fr; }
    .contact-info { grid-template-columns: 1fr 1fr; }
    .form-row { grid-template-columns: 1fr; }
    .consent-text { font-size: 0.62rem; }

    .footer-content { grid-template-columns: 1fr; text-align: center; }
    .footer-logo { justify-content: center; }

    .hero-badges { flex-direction: column; align-items: center; }
}

@media (max-width: 480px) {
    .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 200px; }
    .contact-info { grid-template-columns: 1fr; }
    .contact-form { padding: 1.5rem; }
    .cta-badges-row { flex-direction: column; align-items: center; }
    .about-values { gap: 0.8rem; }
    .value-item { padding: 0.6rem 1rem; }
}

/* ============================================
   ACCESSIBILITY
   ============================================ */

/* Skip to content link */
.skip-link {
    position: fixed;
    top: -100%;
    left: 50%;
    transform: translateX(-50%);
    background: var(--clr-primary);
    color: var(--clr-white);
    padding: 0.8rem 1.5rem;
    border-radius: 0 0 var(--radius-sm) var(--radius-sm);
    font-weight: 600;
    font-size: 0.9rem;
    z-index: 10000;
    transition: top 0.3s ease;
}

.skip-link:focus {
    top: 0;
    outline: 3px solid var(--clr-warm);
    outline-offset: 2px;
}

/* Keyboard focus styles */
*:focus-visible {
    outline: 3px solid var(--clr-primary);
    outline-offset: 3px;
    border-radius: 3px;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 3px solid var(--clr-primary);
    outline-offset: 2px;
}

/* Gallery keyboard accessibility */
.gallery-item[tabindex="0"]:focus-visible {
    outline: 3px solid var(--clr-warm);
    outline-offset: 2px;
    transform: scale(1.03);
    box-shadow: var(--shadow-lg);
}

/* ============================================
   GDPR CONSENT CHECKBOX
   ============================================ */
.form-consent {
    margin-bottom: 1.5rem;
}

.consent-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    font-size: 0.82rem;
    color: var(--clr-text);
    line-height: 1.3;
    position: relative;
}

.consent-label input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.consent-checkmark {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border: 2px solid var(--clr-border);
    border-radius: 4px;
    background: var(--clr-light);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    margin-top: 1px;
}

.consent-label input[type="checkbox"]:checked + .consent-checkmark {
    background: var(--clr-primary);
    border-color: var(--clr-primary);
}

.consent-label input[type="checkbox"]:checked + .consent-checkmark::after {
    content: '';
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    margin-bottom: 2px;
}

.consent-label input[type="checkbox"]:focus-visible + .consent-checkmark {
    outline: 3px solid var(--clr-primary);
    outline-offset: 2px;
}

.consent-text {
    font-size: 0.72rem;
}

.consent-text a {
    color: var(--clr-primary);
    text-decoration: underline;
    font-weight: 500;
}

.consent-text a:hover {
    color: var(--clr-primary-dark);
}

.required-star {
    color: var(--clr-primary);
    font-weight: 700;
}

/* ============================================
   FOOTER LEGAL LINKS
   ============================================ */
.footer-legal {
    text-align: center;
    padding: 1.5rem 0;
    border-top: 1px solid rgba(255,255,255,0.08);
    margin-bottom: 1rem;
}

.footer-legal a {
    color: rgba(255,255,255,0.7);
    font-size: 0.85rem;
    transition: var(--transition);
}

.footer-legal a:hover {
    color: var(--clr-primary);
}

.footer-divider {
    color: rgba(255,255,255,0.3);
    margin: 0 1rem;
}

/* ============================================
   LEGAL PAGES (Impressum, Datenschutz)
   ============================================ */
.legal-page {
    padding: 8rem 0 4rem;
    min-height: 80vh;
}

.legal-page h1 {
    font-family: var(--ff-heading);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 900;
    color: var(--clr-dark);
    margin-bottom: 0.5rem;
}

.legal-subtitle {
    font-size: 1rem;
    color: var(--clr-text-light);
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 2px solid var(--clr-border);
}

.legal-section {
    margin-bottom: 2.5rem;
}

.legal-section h2 {
    font-family: var(--ff-heading);
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--clr-dark);
    margin-bottom: 1rem;
}

.legal-section p {
    margin-bottom: 0.8rem;
    line-height: 1.8;
    color: var(--clr-text);
}

.legal-section ul {
    margin: 0.8rem 0 1.2rem 1.5rem;
    list-style: disc;
}

.legal-section ul li {
    margin-bottom: 0.4rem;
    line-height: 1.7;
    color: var(--clr-text);
}

.legal-section a {
    color: var(--clr-primary);
    text-decoration: underline;
}

.legal-section a:hover {
    color: var(--clr-primary-dark);
}

.legal-back {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 2px solid var(--clr-border);
}
