*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333;background-color:#fff}@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background-color:#fff;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header,.header-top{border-bottom:1px solid #e5e7eb}.header-top{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 0 1rem;position:relative}.logo{position:absolute;left:50%;transform:translateX(-50%);font-size:2rem;font-weight:700;color:#1f2937;text-decoration:none;text-transform:uppercase;letter-spacing:.1em}.header-left{display:flex;align-items:center;width:0;visibility:hidden}.header-actions-desktop{display:flex;align-items:center;gap:1rem}.header-nav{padding:1rem 0}.header-nav,.nav{display:flex;justify-content:center}.nav{gap:2rem;list-style:none;flex-wrap:wrap}.nav a{text-decoration:none;color:#374151;font-weight:500;text-transform:uppercase;letter-spacing:.05em;transition:color .2s}.nav a:hover{color:#1f2937}.header-actions{display:flex;align-items:center;gap:1rem}.cart-icon,.search-icon,.user-icon,.wishlist-icon{width:24px;height:24px;cursor:pointer;transition:opacity .2s}.cart-icon:hover,.search-icon:hover,.user-icon:hover,.wishlist-icon:hover{opacity:.7}.language-selector{background:none;border:none;font-weight:500;color:#374151;cursor:pointer;display:flex;align-items:center;gap:.25rem;padding:.25rem .5rem;border-radius:4px;transition:background-color .2s}.language-selector:hover{background-color:#f3f4f6}.dropdown-arrow{transition:transform .2s}.language-selector:hover .dropdown-arrow{transform:translateY(1px)}.mobile-menu-toggle{display:none}.hero{background-color:#f9fafb;padding:3rem 0;text-align:center}.hero h1{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.hero p{font-size:1.1rem;color:#6b7280;max-width:600px;margin:0 auto}.main-content{display:flex;gap:2rem;padding:2rem 0;min-height:60vh}.filter-panel{width:280px;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;height:-moz-fit-content;height:fit-content;position:-webkit-sticky;position:sticky;top:100px}.filter-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.items-count{font-weight:600;color:#1f2937}.hide-filter{color:#6b7280;text-decoration:none;font-size:.9rem;background:none;border:none;cursor:pointer;padding:0;font-family:inherit}.hide-filter:hover{color:#374151}.customizable-checkbox{margin-bottom:1.5rem}.customizable-checkbox label{display:flex;align-items:center;gap:.5rem;font-weight:500;color:#374151;cursor:pointer}.filter-group{margin-bottom:1.5rem}.filter-label{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #e5e7eb;cursor:pointer;font-weight:500;color:#374151}.filter-label:hover{color:#1f2937}.filter-arrow{transition:transform .2s}.filter-arrow.expanded{transform:rotate(180deg)}.filter-options{max-height:0;overflow:hidden;transition:max-height .3s ease}.filter-options.expanded{max-height:200px}.filter-option{padding:.5rem 0;display:flex;align-items:center;gap:.5rem}.filter-option input[type=checkbox]{margin:0}.filter-option label{cursor:pointer;color:#6b7280}.product-section{flex:1 1}.product-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.product-label{font-weight:600;color:#1f2937;text-transform:uppercase;letter-spacing:.05em}.sort-dropdown{position:relative}.sort-button{background:none;padding:.5rem 1rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;font-weight:500;color:#374151}.sort-button,.sort-options{border:1px solid #d1d5db;border-radius:4px}.sort-options{position:absolute;top:100%;right:0;background:#fff;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);min-width:200px;z-index:1000;display:none}.sort-options.show{display:block}.sort-option{padding:.75rem 1rem;cursor:pointer;color:#374151;border-bottom:1px solid #f3f4f6}.sort-option:last-child{border-bottom:none}.sort-option:hover{background-color:#f9fafb}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-gap:2rem;gap:2rem}.product-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;transition:transform .2s,box-shadow .2s;position:relative;display:flex;flex-direction:column;height:100%}.product-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.product-image-container{position:relative;width:100%;height:200px;overflow:hidden}.product-image{width:100%;height:100%;object-fit:cover;background-color:#f3f4f6}.product-info{padding:1rem;min-height:120px;display:flex;flex-direction:column;justify-content:space-between}.product-name{font-weight:600;color:#1f2937;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.025em;line-height:1.3;min-height:2.5rem;display:flex;align-items:flex-start}.product-pricing-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;min-height:2.5rem}.product-pricing{font-size:.9rem;flex:1 1;margin:0;line-height:1.4}.heart-icon,.product-pricing{color:#6b7280;display:flex;align-items:center}.heart-icon{background:none;border:none;cursor:pointer;transition:color .2s;padding:0;margin-left:.5rem;flex-shrink:0}.heart-icon:hover{color:#ef4444}.out-of-stock-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:hsla(0,0%,100%,.8);display:flex;align-items:center;justify-content:center;z-index:10}.out-of-stock-text{background-color:#fff;color:#000;padding:.75rem 1.5rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;font-size:.9rem;border-radius:4px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.footer{background-color:#000;color:#fff;padding:3rem 0 1rem;margin-top:4rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2.5rem;gap:2.5rem;margin-bottom:2rem}.footer-section h3{font-size:1.1rem;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.footer-section a,.footer-section p{color:#d1d5db;text-decoration:none;margin-bottom:.5rem;display:block;line-height:1.5;word-break:break-word}.footer-section a:hover{color:#fff}.newsletter-form{gap:.5rem;margin-top:1rem}.newsletter-input{padding:.75rem;border:1px solid #374151;border-radius:4px;background-color:#374151;color:#fff}.newsletter-input::placeholder{color:#9ca3af}.newsletter-button{border-radius:4px}.social-icons{display:flex;gap:.75rem;margin-top:1rem;flex-wrap:wrap}.social-icon{width:36px;height:36px;background-color:#374151;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s;flex-shrink:0}.social-icon:hover{background-color:#4b5563}.payment-methods{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:1rem}.payment-method{background-color:#fff;padding:.5rem;border-radius:4px;font-size:.75rem;font-weight:600;color:#1f2937}.footer-bottom{border-top:1px solid #374151;padding-top:1rem;text-align:center;color:#9ca3af;font-size:.9rem}@media (max-width:1024px){.nav{gap:1.5rem}.nav a{font-size:.9rem}}@media (max-width:900px){.nav{gap:1rem}.nav a{font-size:.85rem}}@media (max-width:768px){.container{padding:0 16px}.header{background-color:#fff;color:#333}.header-top{padding:1rem 0 .75rem}.logo{font-size:1.5rem;color:#333}.header-actions{gap:.75rem}.header-left{display:flex;width:auto;visibility:visible}.header-nav{display:none}.mobile-breadcrumb{display:block}.mobile-filter-bar{display:flex}.header-actions{gap:1rem}.header-actions-desktop{display:none}.cart-icon,.search-icon,.user-icon,.wishlist-icon{color:#333}.language-selector{color:#333;padding:.25rem}.mobile-menu-toggle{display:block!important;background:none;border:none;cursor:pointer;color:#333;padding:.5rem}.hero{background-color:#fff;color:#333;padding:2rem 0}.hero h1{font-size:1.75rem;color:#333}.hero p{color:#6b7280;font-size:1rem}.main-content{flex-direction:column;background-color:#fff;min-height:100vh}.filter-panel{display:none;width:100%;margin-bottom:1rem;position:fixed;top:0;left:0;height:100vh;background-color:#fff;z-index:1000;overflow-y:auto;padding:1rem}.filter-panel.show{display:block}.mobile-filter-button{display:flex;align-items:center;gap:.5rem}.mobile-filter-button,.mobile-sort-dropdown{background:none;border:1px solid #d1d5db;color:#333;padding:.5rem 1rem;border-radius:4px;font-weight:500;text-transform:uppercase;cursor:pointer}.mobile-filter-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:1000;display:flex;align-items:flex-start;justify-content:flex-start}.mobile-filter-panel{background-color:#fff;width:80%;max-width:300px;height:100%;overflow-y:auto;padding:1rem}.mobile-filter-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.mobile-filter-header h3{margin:0;font-size:1.2rem;font-weight:600;color:#333}.mobile-filter-header button{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666}.filter-section{margin-bottom:1.5rem}.filter-section h4{margin:0 0 .75rem;font-size:1rem;font-weight:600;color:#333}.filter-options{display:flex;flex-direction:column;gap:.5rem}.filter-options label{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#666;cursor:pointer}.filter-options input[type=checkbox]{margin:0}.product-section{background-color:#fff;padding:1rem 0}.product-header{display:none}.product-grid{grid-template-columns:1fr 1fr;gap:1rem;padding:0}.product-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px}.product-image-container{height:200px}.product-image{height:100%;background-color:#f3f4f6}.product-info{padding:1rem}.product-name{color:#333;font-size:.9rem}.product-pricing{color:#6b7280;font-size:.8rem}.heart-icon{color:#333}.footer{background-color:#000;padding:2rem 0 1rem}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-section{border-bottom:1px solid #e5e7eb;padding-bottom:1.5rem}.footer-section:last-child{border-bottom:none}.footer-section h3{color:#fff;font-size:1rem;margin-bottom:1rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.footer-section h3:after{content:"▼";font-size:.75rem;transition:transform .2s}.footer-section.collapsed h3:after{transform:rotate(-90deg)}.footer-section.collapsed .footer-section-content{display:none}.footer-section-content{display:block}.footer-section a,.footer-section p{color:#d1d5db;margin-bottom:.75rem}.newsletter-form{flex-direction:column;gap:.75rem}.newsletter-input{background-color:#fff;border:1px solid #d1d5db;color:#333}.newsletter-input::placeholder{color:#9ca3af}.newsletter-button{background-color:#3b82f6;color:#fff;border:none;padding:.75rem;border-radius:4px;font-weight:600;text-transform:uppercase;cursor:pointer}.social-icons{justify-content:center;gap:.75rem}.social-icon{background-color:#374151}.payment-methods{justify-content:center;gap:.5rem}.payment-method{background-color:#fff;color:#1f2937;padding:.5rem;border-radius:4px;font-size:.75rem}.footer-bottom{border-top:1px solid #e5e7eb;padding-top:1rem;text-align:center;color:#9ca3af}}@media (max-width:480px){.container{padding:0 15px}.product-grid{grid-template-columns:1fr 1fr}.hero h1{font-size:1.75rem}.nav{flex-wrap:wrap;justify-content:center}}.loading{display:flex;justify-content:center;align-items:center;height:200px;color:#6b7280}.mobile-breadcrumb{display:none;background-color:#f9fafb;color:#333;padding:.5rem 0;font-size:.875rem;text-align:center;border-bottom:1px solid #e5e7eb}.mobile-filter-bar{display:none}.shop-hero{background-color:#f9fafb;padding:4rem 0;text-align:center}.shop-hero-content h1{font-size:3rem;font-weight:700;color:#1f2937;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.shop-hero-content p{font-size:1.2rem;color:#6b7280;max-width:600px;margin:0 auto}.featured-products,.shop-categories{padding:4rem 0}.featured-products h2,.shop-categories h2{text-align:center;font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:3rem;text-transform:uppercase;letter-spacing:.05em}.featured-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:3rem}.featured-product-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;transition:transform .2s,box-shadow .2s}.featured-product-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,.1)}.featured-product-card .product-image-container{position:relative;height:250px}.featured-product-card .product-info{padding:1.5rem}.featured-product-card .product-info h3{font-size:1.1rem;font-weight:600;color:#1f2937;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.025em}.price-info{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.current-price{font-size:1.2rem;font-weight:700;color:#1f2937}.original-price{font-size:1rem;color:#9ca3af;text-decoration:line-through}.category{color:#6b7280;font-size:.9rem;margin-bottom:1rem}.featured-badge{position:absolute;top:1rem;right:1rem;background-color:#3b82f6;color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2rem;gap:2rem}.category-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;transition:transform .2s,box-shadow .2s}.category-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,.1)}.category-image-container{position:relative;height:200px}.category-image{width:100%;height:100%;object-fit:cover}.category-info{padding:1.5rem}.category-info h3{font-size:1.3rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.category-info p{color:#6b7280;margin-bottom:1rem;line-height:1.6}.category-meta{display:flex;justify-content:space-between;align-items:center}.product-count{color:#6b7280;font-size:.9rem}.shop-now-btn{background-color:#1f2937;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:background-color .2s}.shop-now-btn:hover{background-color:#374151}.newsletter-section{background-color:#f9fafb;padding:4rem 0;text-align:center}.newsletter-content h2{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.newsletter-content p{color:#6b7280;margin-bottom:2rem;font-size:1.1rem}.newsletter-form{display:flex;max-width:500px;margin:0 auto;gap:1rem}.newsletter-input{flex:1 1;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem}.newsletter-button{background-color:#3b82f6;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:background-color .2s}.newsletter-button:hover{background-color:#2563eb}.skills-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 0;text-align:center}.skills-hero-content h1{font-size:3rem;font-weight:700;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.skills-hero-content p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.hero-stats{display:flex;justify-content:center;gap:3rem;margin-top:2rem}.stat{text-align:center}.stat-number{font-size:2.5rem}.stat-label{opacity:.8}.featured-courses{padding:4rem 0}.featured-courses h2{text-align:center;font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:3rem;text-transform:uppercase;letter-spacing:.05em}.courses-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2rem;gap:2rem}.course-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;transition:transform .2s,box-shadow .2s}.course-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,.1)}.course-image-container{position:relative;height:200px}.course-image{width:100%;height:100%;object-fit:cover}.course-info{padding:1.5rem}.course-info h3{font-size:1.2rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.course-meta,.instructor{color:#6b7280;font-size:.9rem;margin-bottom:1rem}.course-meta{display:flex;flex-wrap:wrap;gap:1rem}.rating{display:flex;align-items:center;gap:.25rem}.stars{color:#fbbf24}.enroll-btn{background-color:#3b82f6;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:background-color .2s;width:100%}.enroll-btn:hover{background-color:#2563eb}.skill-categories{background-color:#f9fafb;padding:4rem 0}.skill-categories h2{text-align:center;font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:3rem;text-transform:uppercase;letter-spacing:.05em}.testimonials{padding:4rem 0}.testimonials h2{text-align:center;font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:3rem;text-transform:uppercase;letter-spacing:.05em}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.testimonial-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2rem;text-align:center}.testimonial-content p{font-style:italic;color:#374151;margin-bottom:1rem;line-height:1.6}.testimonial-author{display:flex;align-items:center;justify-content:center;gap:1rem}.author-image{width:50px;height:50px}.author-info h4{font-weight:600;color:#1f2937;margin-bottom:.25rem}.author-info p{color:#6b7280;font-size:.9rem}.cta-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 0;text-align:center}.cta-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-content p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.cta-button{background-color:#fff;color:#667eea;border:none;padding:1rem 2rem;border-radius:6px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:transform .2s}.cta-button:hover{transform:translateY(-2px)}.stories-hero{background-color:#f9fafb;padding:4rem 0;text-align:center}.stories-hero-content h1{font-size:3rem;font-weight:700;color:#1f2937;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.stories-hero-content p{font-size:1.2rem;color:#6b7280;max-width:600px;margin:0 auto}.featured-stories{padding:4rem 0}.featured-stories h2{text-align:center;font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:3rem;text-transform:uppercase;letter-spacing:.05em}.featured-story-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;transition:transform .2s,box-shadow .2s}.featured-story-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,.1)}.story-image-container{position:relative;height:250px}.story-image{width:100%;height:100%;object-fit:cover}.category-badge{position:absolute;top:1rem;left:1rem;background-color:rgba(0,0,0,.7);color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.story-content{padding:1.5rem}.story-content h3{font-size:1.3rem;font-weight:600;color:#1f2937;margin-bottom:.75rem;line-height:1.4}.story-excerpt{color:#6b7280;margin-bottom:1rem;line-height:1.6}.story-meta{justify-content:space-between;margin-bottom:1rem}.author-info,.story-meta{display:flex;align-items:center}.author-info{gap:.75rem}.author-image{width:40px;height:40px;border-radius:50%;object-fit:cover}.author-details{display:flex;flex-direction:column}.author-name{font-weight:600;color:#1f2937;font-size:.9rem}.publish-date{color:#6b7280;font-size:.8rem}.read-time{color:#6b7280;font-size:.9rem}.story-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.tag{background-color:#f3f4f6;color:#6b7280;padding:.25rem .5rem;border-radius:12px;font-size:.8rem}.read-more-btn{background-color:#1f2937;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:background-color .2s}.read-more-btn:hover{background-color:#374151}.stories-content{padding:4rem 0;background-color:#f9fafb}.stories-layout{display:grid;grid-template-columns:300px 1fr;grid-gap:3rem;gap:3rem}.categories-sidebar{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;height:-moz-fit-content;height:fit-content}.categories-sidebar h3{font-size:1.2rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.categories-list{display:flex;flex-direction:column;gap:.75rem}.category-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;cursor:pointer;transition:color .2s}.category-item:hover{color:#3b82f6}.category-name{font-weight:500}.category-count{color:#6b7280;font-size:.9rem}.recent-stories h3{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:2rem}.recent-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.recent-story-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;transition:transform .2s,box-shadow .2s}.recent-story-card:hover{transform:translateY(-2px);box-shadow:0 4px 15px rgba(0,0,0,.1)}.recent-story-card .story-image-container{height:200px}.recent-story-card .story-content{padding:1.25rem}.recent-story-card .story-content h4{font-size:1.1rem;font-weight:600;color:#1f2937;margin-bottom:.5rem;line-height:1.4}.about-hero{background-color:#f9fafb;padding:4rem 0;text-align:center}.about-hero-content h1{font-size:3rem;font-weight:700;color:#1f2937;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.about-hero-content p{font-size:1.2rem;color:#6b7280;max-width:600px;margin:0 auto}.company-stats{padding:3rem 0;background:#fff}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:2rem;gap:2rem}.stat-item{text-align:center;padding:2rem 1rem}.stat-number{display:block;font-size:3rem;font-weight:700;color:#3b82f6;margin-bottom:.5rem}.stat-label{color:#6b7280;font-size:1rem;text-transform:uppercase;letter-spacing:.05em}.our-story{padding:4rem 0}.story-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;align-items:center}.story-text h2{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem}.story-text p{color:#6b7280;line-height:1.7;margin-bottom:1.5rem;font-size:1.1rem}.story-image img{width:100%;height:400px;object-fit:cover;border-radius:12px}.our-values{background-color:#f9fafb;padding:4rem 0}.our-values h2{text-align:center;font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:3rem;text-transform:uppercase;letter-spacing:.05em}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem}.value-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2rem;text-align:center;transition:transform .2s,box-shadow .2s}.value-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,.1)}.value-icon{font-size:3rem;margin-bottom:1rem}.value-card h3{font-size:1.3rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.value-card p{color:#6b7280;line-height:1.6}.our-team{padding:4rem 0}.our-team h2{text-align:center;font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:3rem;text-transform:uppercase;letter-spacing:.05em}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.team-member{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2rem;text-align:center;transition:transform .2s,box-shadow .2s}.team-member:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,.1)}.member-image{margin-bottom:1.5rem}.member-image img{width:120px;height:120px;border-radius:50%;object-fit:cover;margin:0 auto}.member-info h3{font-size:1.3rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.member-role{color:#3b82f6;font-weight:600;margin-bottom:1rem}.member-bio{color:#6b7280;line-height:1.6;margin-bottom:1.5rem}.member-social{display:flex;justify-content:center;gap:1rem}.social-link{color:#6b7280;text-decoration:none;font-size:.9rem;transition:color .2s}.social-link:hover{color:#3b82f6}.timeline{background-color:#f9fafb;padding:4rem 0}.timeline h2{text-align:center;font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:3rem;text-transform:uppercase;letter-spacing:.05em}.timeline-container{max-width:800px;margin:0 auto}.timeline-item{display:flex;gap:2rem;margin-bottom:3rem;align-items:flex-start}.timeline-year{background-color:#3b82f6;color:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:700;font-size:1.1rem;min-width:100px;text-align:center}.timeline-content{flex:1 1;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem}.timeline-content h3{font-size:1.3rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.timeline-content p{color:#6b7280;line-height:1.6}.mission-statement{padding:4rem 0}.mission-content{max-width:800px;margin:0 auto;text-align:center}.mission-content h2{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:2rem}.mission-content blockquote{font-size:1.3rem;font-style:italic;color:#374151;line-height:1.7;margin-bottom:3rem;padding:2rem;background-color:#f9fafb;border-left:4px solid #3b82f6;border-radius:8px}.mission-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.mission-item{text-align:left}.mission-item h3{font-size:1.3rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.mission-item p{color:#6b7280;line-height:1.6}.cta-buttons{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.cta-button.primary{background-color:#3b82f6;color:#fff}.cta-button.secondary{background-color:transparent;color:#3b82f6;border:2px solid #3b82f6}.cta-button.secondary:hover{background-color:#3b82f6;color:#fff}.contact-hero{background-color:#f9fafb;padding:4rem 0;text-align:center}.contact-hero-content h1{font-size:3rem;font-weight:700;color:#1f2937;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.contact-hero-content p{font-size:1.2rem;color:#6b7280;max-width:600px;margin:0 auto}.contact-info{padding:4rem 0}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem}.contact-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2rem;text-align:center;transition:transform .2s,box-shadow .2s}.contact-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,.1)}.contact-icon{font-size:3rem;margin-bottom:1rem}.contact-card h3{font-size:1.3rem;color:#1f2937}.contact-card h3,.contact-value{font-weight:600;margin-bottom:.5rem}.contact-value{font-size:1.1rem;color:#3b82f6}.contact-description{color:#6b7280;line-height:1.6}.contact-content{padding:4rem 0;background-color:#f9fafb}.contact-layout{display:grid;grid-template-columns:2fr 1fr;grid-gap:3rem;gap:3rem}.contact-form-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2rem}.contact-form-section h2{font-size:1.8rem;font-weight:600;color:#1f2937;margin-bottom:2rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:600;color:#374151;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.submit-button{background-color:#3b82f6;color:#fff;border:none;padding:1rem 2rem;border-radius:6px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:background-color .2s;align-self:flex-start}.submit-button:hover:not(:disabled){background-color:#2563eb}.submit-button:disabled{opacity:.6;cursor:not-allowed}.success-message{text-align:center;padding:2rem;background-color:#f0f9ff;border:1px solid #0ea5e9;border-radius:8px}.success-message h3{color:#0c4a6e;margin-bottom:1rem}.success-message p{color:#075985}.departments-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2rem}.departments-section h2{font-size:1.8rem;font-weight:600;color:#1f2937;margin-bottom:2rem}.departments-list{display:flex;flex-direction:column;gap:1.5rem}.department-item{padding:1.5rem;border:1px solid #e5e7eb;border-radius:8px;transition:border-color .2s}.department-item:hover{border-color:#3b82f6}.department-item h3{font-size:1.1rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.department-email{color:#3b82f6;font-weight:600;margin-bottom:.5rem}.department-description{color:#6b7280;font-size:.9rem;line-height:1.5}.faq-section{padding:4rem 0}.faq-section h2{text-align:center;font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:3rem;text-transform:uppercase;letter-spacing:.05em}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));grid-gap:2rem;gap:2rem}.faq-item{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2rem}.faq-item h3{font-size:1.2rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.faq-item p{color:#6b7280;line-height:1.6}.map-section{background-color:#f9fafb;padding:4rem 0}.map-section h2{text-align:center;font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:3rem;text-transform:uppercase;letter-spacing:.05em}.map-container{max-width:800px;margin:0 auto}.map-placeholder{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:3rem;text-align:center}.map-content h3{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.map-content p{color:#6b7280;margin-bottom:.5rem}.directions-btn{background-color:#3b82f6;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:background-color .2s;margin-top:1rem}.directions-btn:hover{background-color:#2563eb}.social-section{padding:4rem 0;text-align:center}.social-section h2{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.social-section p{color:#6b7280;margin-bottom:2rem;font-size:1.1rem}.social-links{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.social-links .social-link{background-color:#1f2937;color:#fff;padding:.75rem 1.5rem;border-radius:6px;text-decoration:none;font-weight:600;text-transform:uppercase;letter-spacing:.05em;transition:background-color .2s}.social-links .social-link:hover{background-color:#374151}@media (max-width:768px){.about-hero-content h1,.contact-hero-content h1,.shop-hero-content h1,.skills-hero-content h1,.stories-hero-content h1{font-size:2rem}.hero-stats{flex-direction:column;gap:1.5rem}.categories-grid,.contact-layout,.courses-grid,.faq-grid,.featured-grid,.form-row,.stories-layout,.story-content,.team-grid,.testimonials-grid,.values-grid{grid-template-columns:1fr}.timeline-item{flex-direction:column;gap:1rem}.timeline-year{align-self:flex-start}.cta-buttons,.social-links{flex-direction:column;align-items:center}}.hidden{display:none}.text-center{text-align:center}.mb-4{margin-bottom:1rem}.mt-4{margin-top:1rem}