.calendar-loading,.calendar-page{min-height:100vh;background:#FAF8F3}.calendar-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.calendar-loading .loading-spinner{width:40px;height:40px;border:3px solid #e0d9c8;border-top-color:#c9b37e;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.calendar-header{background:linear-gradient(135deg,#0A0A0A,#1a1a1a);padding:8rem 2rem 4rem;text-align:center}.calendar-header-content{max-width:800px;margin:0 auto}.calendar-title{font-family:var(--font-playfair-display),Georgia,serif;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:400;color:#FAF8F3;margin-bottom:1.5rem;letter-spacing:.02em}.calendar-divider{width:80px;height:3px;background:linear-gradient(90deg,#D4AF37,#F4E5A1);margin:0 auto 1.5rem}.calendar-subtitle{font-family:var(--font-inter),sans-serif;font-size:1.125rem;color:rgba(250,248,243,.8);line-height:1.6}.calendar-embed-section{padding:3rem 2rem;background:#FAF8F3}.calendar-container{max-width:1000px;margin:0 auto;background:white;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.08);overflow:hidden;border:1px solid #e0d9c8}.calendar-iframe{width:100%;height:600px;border:0;display:block}.calendar-info-section{padding:4rem 2rem;background:#fff}.calendar-info-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.calendar-info-card{background:#FAF8F3;padding:2rem;border-radius:8px;border:1px solid #e0d9c8;text-align:center;transition:all .3s ease}.calendar-info-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,.1);border-color:#C9B37E}.calendar-info-card h3{font-family:var(--font-playfair-display),Georgia,serif;font-size:1.5rem;font-weight:500;color:#0A0A0A;margin-bottom:1rem}.calendar-info-card p{font-family:var(--font-inter),sans-serif;font-size:1rem;color:#666;line-height:1.6}.animate-fadeInUp{animation:fadeInUp .8s ease-out forwards}.animation-delay-200{animation-delay:.2s;opacity:0;animation-fill-mode:forwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.calendar-header{padding:6rem 1.5rem 3rem}.calendar-title{font-size:2rem}.calendar-embed-section{padding:2rem 1rem}.calendar-container{border-radius:8px}.calendar-iframe{height:500px}.calendar-info-section{padding:3rem 1.5rem}.calendar-info-container{grid-template-columns:1fr;gap:1.5rem}}@media (max-width:480px){.calendar-header{padding:5rem 1rem 2.5rem}.calendar-iframe{height:400px}.calendar-info-card{padding:1.5rem}}