.hero-section{position:relative;background-image:url(../../../images/taylor-heery-ZSgWcW70cTs-unsplash.jpg);background-size:cover;background-position:center;background-attachment:scroll;min-height:80vh;display:flex;align-items:center;justify-content:center;padding:4rem 1rem}.hero-container{max-width:1200px;width:100%;margin:0 auto}.hero-content{max-width:800px;margin:0 auto;text-align:center;background-color:#0006;padding:3rem 2rem;border-radius:8px;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}.hero-title{font-size:3.5rem;color:var(--background);margin-bottom:1.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.3);line-height:1.2}.hero-subtitle{font-size:1.4rem;color:var(--background);margin-bottom:2.5rem;text-shadow:1px 1px 2px rgba(0,0,0,.3);line-height:1.6;font-weight:300}.hero-button{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2.5rem;font-size:1.1rem;font-weight:500;color:var(--background);background-color:var(--primary);border:none;border-radius:6px;cursor:pointer;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 12px var(--overlay)}.hero-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px var(--overlay);color:var(--background);text-decoration:none}.featured-workshops{padding:5rem 2rem;background-color:var(--pink-lighter)}.section-title{text-align:center;font-size:2.5rem;color:var(--primary);margin-bottom:3rem}.workshop-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;padding:1rem}.workshop-card{background:var(--background);border-radius:12px;overflow:hidden;box-shadow:0 4px 6px var(--overlay-light);transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.workshop-card:hover{transform:translateY(-5px);box-shadow:0 8px 15px var(--overlay-light)}.workshop-image{height:220px;background-size:cover;background-position:center;position:relative}.workshop-date{position:absolute;top:1rem;right:1rem;background:var(--primary);padding:.5rem 1rem;border-radius:6px;color:var(--background);font-weight:500}.workshop-content{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.workshop-title{font-size:1.4rem;color:var(--primary);margin-bottom:1rem;line-height:1.3}.workshop-description{color:var(--text-light);font-size:.95rem;line-height:1.6;margin-bottom:1.5rem;flex-grow:1}.workshop-details{background:var(--surface);padding:1rem;border-radius:8px;margin-bottom:1.5rem}.detail-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid var(--secondary)}.detail-item:last-child{border-bottom:none}.detail-label{color:var(--text-light);font-size:.9rem}.detail-value{color:var(--primary);font-weight:500;font-size:.9rem}.workshop-button{display:inline-flex;align-items:center;justify-content:center;padding:.8rem 1.5rem;font-size:1rem;font-weight:500;color:var(--background);background-color:var(--primary);border:none;border-radius:6px;cursor:pointer;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.workshop-button:hover{transform:translateY(-2px);box-shadow:0 4px 8px var(--overlay)}.gallery-section{padding:5rem 2rem;background-color:#fff}.gallery-section h2{text-align:center;font-size:2.5rem;color:var(--primary);margin-bottom:3rem}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin:0 auto;max-width:1200px}.gallery-item{position:relative;overflow:hidden;border-radius:8px;box-shadow:0 4px 6px var(--overlay-light);transition:transform .3s ease;aspect-ratio:1;cursor:pointer}.gallery-item:hover{transform:translateY(-5px)}.gallery-item img{width:100%;height:100%;object-fit:cover;display:block}.why-us{background-color:var(--pink-light);padding:4rem 2rem}.why-us h2{text-align:center;color:var(--primary);font-size:2.2rem;margin-bottom:3rem;position:relative}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.feature{background:white;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 4px 6px #0000001a;transition:transform .2s ease;border:1px solid #E0E0E0}.feature:hover{transform:translateY(-4px);box-shadow:0 8px 12px #1b4d3e26}.feature h3{color:var(--primary);font-size:1.5rem;margin-bottom:1rem;padding-bottom:1rem}.feature p{color:var(--text-light);line-height:1.6;font-size:1.1rem}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.9);display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px;cursor:pointer}.modal img{max-width:90%;max-height:90vh;object-fit:contain;display:block}.close-button{position:fixed;top:20px;right:20px;background:white;border:none;border-radius:50%;width:40px;height:40px;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0003;z-index:1001}.close-button:hover{background:#f0f0f0}.loading-state,.error-state,.empty-state{text-align:center;padding:3rem;background:white;border-radius:8px;margin:2rem auto;max-width:600px;box-shadow:0 2px 4px #0000001a}.loading-state{color:#666}.error-state{color:#dc3545;background:#fff5f5}.empty-state{color:#666}@media (max-width: 768px){.hero-section{min-height:60vh;padding:2rem 1rem}.hero-content{padding:2rem 1rem}.hero-title{font-size:2.5rem;margin-bottom:1rem}.hero-subtitle{font-size:1.1rem;margin-bottom:2rem}.hero-button{padding:.875rem 2rem;font-size:1rem}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.gallery-section{padding:4rem 1rem}.featured-workshops{padding:3rem 1rem}.section-title{font-size:2rem;margin-bottom:2rem}.workshop-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.workshop-image{height:180px}.workshop-content{padding:1.25rem}.workshop-title{font-size:1.3rem}}@media (max-width: 480px){.hero-section{min-height:50vh}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.gallery-grid{grid-template-columns:1fr;gap:1rem}.workshop-grid{grid-template-columns:1fr}.section-title{font-size:1.8rem}}
