.navbar{position:fixed;top:0;left:0;right:0;background-color:var(--warm-cream);box-shadow:0 2px 8px #0000001a;z-index:1000;border-bottom:3px solid var(--soft-gold)}.navbar-header{background-color:var(--warm-cream);border-bottom:1px solid var(--sage-green)}.navbar-header-container{max-width:1400px;margin:0 auto;padding:1.5rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.navbar-logo{display:flex;align-items:center;text-decoration:none;flex-shrink:0}.logo-img{height:150px;width:auto;object-fit:contain}.navbar-branding{flex:1;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.5rem}.brand-title{font-size:2rem;font-weight:700;color:var(--ruby-plum);margin:0;line-height:1.2}.brand-tagline{font-size:1.1rem;font-style:italic;color:var(--ruby-plum);margin:0;line-height:1.2}.brand-underline{width:100%;max-width:600px;height:2px;background-color:var(--soft-gold);margin-top:.5rem}.certification-badge{flex-shrink:0;display:flex;align-items:center;justify-content:center}.badge-image{height:150px;width:auto;object-fit:contain}.navbar-menu-container{background-color:var(--warm-cream)}.navbar-menu-wrapper{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:center;align-items:center;min-height:60px}.navbar-menu{display:flex;list-style:none;gap:2rem;align-items:center;margin:0;padding:0}.navbar-menu li a{color:var(--deep-charcoal);font-weight:500;padding:.75rem 1.25rem;border-radius:8px;transition:all .2s ease;position:relative;font-size:1rem}.navbar-menu li a:hover{color:var(--ruby-plum)}.navbar-menu li a.active{color:var(--ruby-plum);background-color:#6e3a6326;font-weight:600}.candles-link{background-color:var(--soft-gold)!important;color:var(--deep-charcoal)!important;font-weight:600!important}.candles-link:hover{background-color:var(--ruby-plum)!important;color:#fff!important}.navbar-toggle{display:none;flex-direction:column;background:transparent;border:none;cursor:pointer;padding:.5rem;gap:4px}.navbar-toggle span{width:25px;height:3px;background-color:var(--ruby-plum);border-radius:2px;transition:all .3s ease}.navbar-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.navbar-toggle.active span:nth-child(2){opacity:0}.navbar-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}@media (max-width: 1200px){.logo-img,.badge-image{height:120px}}@media (max-width: 968px){.navbar-header-container{flex-wrap:wrap;justify-content:center;gap:1rem}.logo-img{height:100px}.navbar-branding{order:3;width:100%;margin-top:1rem}.certification-badge{order:2}.brand-title{font-size:1.5rem}.brand-tagline{font-size:1rem}.badge-image{height:100px}}@media (max-width: 768px){.navbar-header-container{padding:1rem}.logo-img{height:80px}.brand-title{font-size:1.25rem}.brand-tagline{font-size:.9rem}.navbar-menu-wrapper{padding:0 1rem}.navbar-toggle{display:flex}.navbar-menu{position:absolute;top:100%;left:0;right:0;background-color:var(--warm-cream);flex-direction:column;padding:1rem 0;box-shadow:0 4px 8px #0000001a;max-height:0;overflow:hidden;transition:max-height .3s ease;gap:0}.navbar-menu.active{max-height:500px}.navbar-menu li{width:100%;text-align:center}.navbar-menu li a{display:block;padding:1rem;width:100%}.badge-image{height:80px}.certification-badge{display:none}}.footer{background-color:var(--ruby-plum);color:#fff;margin-top:auto;padding:3rem 0 1rem}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{color:var(--soft-gold);margin-bottom:1rem}.footer-section p{color:#ffffffe6;margin-bottom:.5rem;line-height:1.6}.footer-tagline{font-style:italic;color:#fffc;margin-top:1rem}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:#ffffffe6;transition:color .3s ease}.footer-section a:hover{color:var(--soft-gold)}.footer-candles-link{display:inline-block;padding:10px 20px;background-color:var(--soft-gold);color:var(--deep-charcoal);border-radius:6px;font-weight:600;transition:all .3s ease}.footer-candles-link:hover{background-color:#fff;color:var(--ruby-plum);transform:translateY(-2px)}.footer-bottom{border-top:1px solid rgba(255,255,255,.2);padding-top:1.5rem;text-align:center}.footer-bottom p{color:#ffffffb3;font-size:.9rem}@media (max-width: 768px){.footer-content{grid-template-columns:1fr;gap:1.5rem}.footer{padding:2rem 0 1rem}}.home{width:100%}.intro-section{background-color:#fff}.intro-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.intro-card{text-align:center;padding:2rem;background-color:var(--warm-cream);border-radius:12px;border:2px solid var(--sage-green);transition:transform .3s ease,box-shadow .3s ease}.intro-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0000001a}.card-icon{font-size:3rem;margin-bottom:1rem}.intro-card h3{color:var(--ruby-plum);margin-bottom:1rem}.intro-card p{color:var(--deep-charcoal);line-height:1.8}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}.cta-section{background:linear-gradient(135deg,var(--sage-green) 0%,var(--ruby-plum) 100%);color:#fff}.cta-section .section-title,.cta-section h2{color:#fff}.cta-section p{color:#fffffff2}.cta-card{background-color:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:3rem;border-radius:12px;text-align:center;border:2px solid rgba(255,255,255,.2)}.cta-card h2{color:#fff;margin-bottom:1.5rem}.cta-card p{font-size:1.1rem;margin-bottom:2rem;max-width:700px;margin-left:auto;margin-right:auto}@media (max-width: 768px){.intro-grid{grid-template-columns:1fr;gap:1.5rem}.intro-card{padding:1.5rem}.hero-actions{flex-direction:column;align-items:center}.hero-actions .btn{width:100%;max-width:300px}.cta-card{padding:2rem 1.5rem}}.about-content{display:grid;grid-template-columns:2fr 1fr;gap:3rem;align-items:start;margin-top:2rem}.about-text{line-height:1.8}.about-text h2{color:var(--ruby-plum);margin-bottom:1.5rem}.about-text p{margin-bottom:1.5rem;color:var(--deep-charcoal);font-size:1.05rem}.highlight-box{background-color:var(--warm-cream);border-left:4px solid var(--soft-gold);padding:1.5rem;margin:2rem 0;border-radius:8px}.highlight-box h3{color:var(--ruby-plum);margin-bottom:1rem}.highlight-box p{color:var(--deep-charcoal);margin-bottom:0}.about-belief{font-size:1.1rem;color:var(--ruby-plum);font-style:italic;margin-top:2rem;padding:1.5rem;background-color:#6e3a630d;border-radius:8px}.about-image{position:sticky;top:100px}.image-placeholder{width:100%;aspect-ratio:3/4;background:linear-gradient(135deg,var(--sage-green) 0%,var(--ruby-plum) 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2rem;border:3px solid var(--soft-gold);box-shadow:0 8px 16px #0000001a}.values-section{background-color:var(--warm-cream)}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.value-card{background-color:#fff;padding:2rem;border-radius:12px;text-align:center;border-top:4px solid var(--soft-gold);box-shadow:0 4px 6px #0000001a;transition:transform .3s ease}.value-card:hover{transform:translateY(-5px)}.value-card h3{color:var(--ruby-plum);margin-bottom:1rem}.value-card p{color:var(--deep-charcoal)}@media (max-width: 968px){.about-content{grid-template-columns:1fr}.about-image{position:static;max-width:400px;margin:2rem auto 0}}@media (max-width: 768px){.values-grid{grid-template-columns:1fr}.about-text p{font-size:1rem}}.service-main{max-width:900px;margin:0 auto}.service-description{background-color:#fff;padding:2rem;border-radius:12px;margin:2rem 0;border-left:4px solid var(--ruby-plum);box-shadow:0 4px 6px #0000001a}.service-description p{font-size:1.1rem;line-height:1.8;color:var(--deep-charcoal)}.service-benefits{background-color:var(--warm-cream);padding:2rem;border-radius:12px;margin:2rem 0;border:2px solid var(--sage-green)}.service-benefits h3{color:var(--ruby-plum);margin-bottom:1.5rem}.benefits-list{list-style:none;padding:0}.benefits-list li{padding:.75rem 0 .75rem 2rem;position:relative;color:var(--deep-charcoal);font-size:1.05rem;line-height:1.6}.benefits-list li:before{content:"✓";position:absolute;left:0;color:var(--soft-gold);font-weight:700;font-size:1.2rem}.lock-key-section{background-color:var(--warm-cream)}.lock-key-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;margin-top:2rem}.lock-key-text h2{color:var(--ruby-plum);margin-bottom:1.5rem}.lock-key-text p{color:var(--deep-charcoal);line-height:1.8;margin-bottom:1.5rem;font-size:1.05rem}.lock-key-image{display:flex;justify-content:center;align-items:center}.lock-key-image .image-placeholder{width:100%;max-width:400px;aspect-ratio:1;background:linear-gradient(135deg,var(--ruby-plum) 0%,var(--soft-gold) 100%);border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;border:3px solid var(--soft-gold);box-shadow:0 8px 16px #0000001a;padding:2rem;text-align:center}.image-note{font-size:.9rem;margin-top:1rem;opacity:.8;font-style:italic}@media (max-width: 968px){.lock-key-content{grid-template-columns:1fr}.lock-key-image{order:-1}.lock-key-image .image-placeholder{max-width:300px}}@media (max-width: 768px){.service-description,.service-benefits{padding:1.5rem}.benefits-list li{font-size:1rem}}.events-content{max-width:800px;margin:0 auto}.events-intro{text-align:center;font-size:1.1rem;color:var(--deep-charcoal);margin-bottom:3rem;line-height:1.8}.events-placeholder{margin-top:2rem}.placeholder-card{background-color:#fff;padding:3rem;border-radius:12px;text-align:center;border:2px solid var(--sage-green);box-shadow:0 4px 6px #0000001a}.placeholder-card h3{color:var(--ruby-plum);margin-bottom:1.5rem}.placeholder-card p{color:var(--deep-charcoal);line-height:1.8;margin-bottom:1rem}@media (max-width: 768px){.placeholder-card{padding:2rem 1.5rem}}.testimonials-content{max-width:900px;margin:0 auto}.testimonial-card{background-color:#fff;padding:3rem;border-radius:12px;box-shadow:0 4px 6px #0000001a;border-top:4px solid var(--soft-gold);margin-bottom:2rem;position:relative}.testimonial-quote{margin-bottom:1.5rem;opacity:.7}.testimonial-text{font-size:1.1rem;line-height:1.8;color:var(--deep-charcoal);margin-bottom:1.5rem;font-style:italic}.testimonial-author{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--sage-green)}.author-name{color:var(--ruby-plum);font-weight:600;font-style:normal;margin:0}.testimonials-note{text-align:center;padding:2rem;background-color:var(--warm-cream);border-radius:8px;border:1px solid var(--sage-green)}.testimonials-note p{color:var(--deep-charcoal);margin:0}@media (max-width: 768px){.testimonial-card{padding:2rem 1.5rem}.testimonial-text{font-size:1rem}}.contact-content{max-width:1000px;margin:0 auto}.contact-intro{text-align:center;font-size:1.1rem;color:var(--deep-charcoal);margin-bottom:3rem;line-height:1.8;max-width:700px;margin-left:auto;margin-right:auto}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.contact-card{background-color:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 6px #0000001a;border-top:4px solid var(--soft-gold)}.contact-card h3{color:var(--ruby-plum);margin-bottom:1.5rem}.booking-list{list-style:none;padding:0;margin-bottom:2rem}.booking-list li{padding:.75rem 0 .75rem 1.5rem;position:relative;color:var(--deep-charcoal);line-height:1.6}.booking-list li:before{content:"•";position:absolute;left:0;color:var(--soft-gold);font-size:1.5rem;line-height:1}.booking-button{text-align:center}.booking-button .btn{width:100%;max-width:250px}.booking-note{margin-top:1rem;font-size:.9rem;color:var(--sage-green);font-style:italic}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.contact-item{display:flex;flex-direction:column;gap:.5rem}.contact-item strong{color:var(--ruby-plum);font-size:1rem}.contact-item a{color:var(--deep-charcoal);font-size:1.05rem;transition:color .3s ease}.contact-item a:hover{color:var(--ruby-plum)}.contact-message{background-color:var(--warm-cream);padding:2rem;border-radius:12px;border:2px solid var(--sage-green);text-align:center;margin-top:2rem}.contact-message p{color:var(--deep-charcoal);font-size:1.05rem;line-height:1.8;margin:0;font-style:italic}@media (max-width: 768px){.contact-grid{grid-template-columns:1fr}.contact-card{padding:2rem 1.5rem}.contact-intro{font-size:1rem}}.rubies-candles-static{min-height:100vh;background-color:var(--warm-cream);color:var(--deep-charcoal);padding-top:0;margin-top:0}.candles-navbar{position:fixed;top:0;left:0;right:0;background-color:var(--warm-cream);box-shadow:0 2px 8px #0000001a;z-index:1000;border-bottom:3px solid var(--soft-gold)}.candles-navbar-header{background-color:var(--warm-cream);border-bottom:1px solid var(--sage-green)}.candles-navbar-header-container{max-width:1400px;margin:0 auto;padding:1.5rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.candles-navbar-logo{display:flex;align-items:center;text-decoration:none;flex-shrink:0}.candles-logo-img{height:150px;width:auto;object-fit:contain}.candles-navbar-branding{flex:1;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.5rem}.candles-brand-title{font-size:2rem;font-weight:700;color:var(--ruby-plum);margin:0;line-height:1.2}.candles-brand-tagline{font-size:1.1rem;font-style:italic;color:var(--ruby-plum);margin:0;line-height:1.2}.candles-brand-underline{width:100%;max-width:600px;height:2px;background-color:var(--soft-gold);margin-top:.5rem}.candles-certification-badge{flex-shrink:0;display:flex;align-items:center;justify-content:center}.candles-badge-image{height:150px;width:auto;object-fit:contain}.candles-navbar-menu-container{background-color:var(--warm-cream)}.candles-navbar-menu-wrapper{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:center;align-items:center;min-height:60px}.candles-navbar-menu{display:flex;list-style:none;gap:2rem;align-items:center;margin:0;padding:0}.candles-navbar-menu li a{color:var(--deep-charcoal);font-weight:500;padding:.75rem 1.25rem;border-radius:8px;transition:all .2s ease;position:relative;font-size:1rem;text-decoration:none;display:block}.candles-navbar-menu li a:hover{color:var(--ruby-plum)}.candles-cart-menu-btn{color:var(--deep-charcoal);font-weight:500;padding:.75rem 1.25rem;border-radius:8px;transition:all .2s ease;position:relative;font-size:1rem;background:transparent;border:none;cursor:pointer;font-family:inherit;display:block;width:100%;text-align:left}.candles-cart-menu-btn:hover{color:var(--ruby-plum)}.candles-navbar-menu li a.candles-coaching-link{background-color:var(--soft-gold)!important;color:var(--deep-charcoal)!important;font-weight:600!important}.candles-navbar-menu li a.candles-coaching-link:hover{background-color:var(--ruby-plum)!important;color:#fff!important}.candles-navbar-toggle{display:none;flex-direction:column;background:transparent;border:none;cursor:pointer;padding:.5rem;gap:4px}.candles-navbar-toggle span{width:25px;height:3px;background-color:var(--ruby-plum);border-radius:2px;transition:all .3s ease}.candles-navbar-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.candles-navbar-toggle.active span:nth-child(2){opacity:0}.candles-navbar-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.candles-hero-static{position:relative;overflow:hidden}@media (max-width: 968px){.candles-hero-static{padding-top:280px}}@media (max-width: 768px){.candles-hero-static{padding-top:200px}}.candles-hero-bg-static{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(800px 400px at 20% 10%,rgba(199,166,74,.15),transparent 60%),radial-gradient(700px 350px at 80% 20%,rgba(142,165,140,.15),transparent 60%),radial-gradient(600px 300px at 50% 90%,rgba(110,58,99,.12),transparent 60%),linear-gradient(180deg,#f7f5f2,#fff 65%)}.candles-hero-container-static{position:relative;max-width:1280px;margin:0 auto;padding:3.5rem 1rem;display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center}@media (min-width: 1024px){.candles-hero-container-static{grid-template-columns:1fr 1fr}.candles-hero-container-static{padding:5rem 1rem}}.candles-hero-content-static{z-index:1}.candles-hero-badge-static{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem .75rem;background-color:#f7f5f2e6;border-radius:9999px;font-size:.75rem;font-weight:500;color:var(--ruby-plum);border:1px solid rgba(199,166,74,.6)}.candles-badge-dot-static{width:.5rem;height:.5rem;border-radius:50%;background-color:var(--soft-gold)}.candles-hero-title-static{margin-top:1rem;font-size:2.25rem;font-weight:800;line-height:1.1;color:var(--ruby-plum);letter-spacing:-.025em}@media (min-width: 640px){.candles-hero-title-static{font-size:3rem}}.candles-hero-title-accent-static{color:var(--soft-gold)}.candles-hero-text-static{margin-top:1rem;font-size:1.125rem;color:var(--deep-charcoal);max-width:36rem}.candles-hero-actions-static{margin-top:1.5rem;display:flex;flex-direction:column;gap:.75rem}@media (min-width: 640px){.candles-hero-actions-static{flex-direction:row}}.candles-hero-btn-primary-static{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.25rem;background-color:var(--ruby-plum);color:var(--warm-cream);border-radius:1rem;font-weight:600;text-decoration:none;box-shadow:0 1px 2px #0000001a;transition:background-color .2s}.candles-hero-btn-primary-static:hover{background-color:#6e3a63e6}.candles-hero-btn-secondary-static{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.25rem;background-color:#f7f5f2e6;color:var(--ruby-plum);border:1px solid rgba(199,166,74,.7);border-radius:1rem;font-weight:600;text-decoration:none;transition:background-color .2s}.candles-hero-btn-secondary-static:hover{background-color:var(--warm-cream)}.candles-hero-stats-static{margin-top:2rem;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (min-width: 640px){.candles-hero-stats-static{grid-template-columns:repeat(4,1fr)}}.candles-stat-static{padding:.75rem;background-color:#ffffffbf;border:1px solid rgba(199,166,74,.7);border-radius:1rem}.candles-stat-key-static{font-size:.75rem;font-weight:600;color:var(--deep-charcoal)}.candles-stat-value-static{margin-top:.25rem;font-size:.875rem;font-weight:700;color:var(--ruby-plum)}.candles-hero-card-wrapper-static{z-index:1}@media (min-width: 1024px){.candles-hero-card-wrapper-static{justify-self:end}}.candles-hero-card-static{padding:1.5rem;background-color:#f7f5f2cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(199,166,74,.7);border-radius:1.5rem;box-shadow:0 1px 2px #0000001a}.candles-hero-card-header-static{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.candles-hero-card-title-static{font-size:1.25rem;font-weight:700;color:var(--ruby-plum)}.candles-hero-card-desc-static{margin-top:.25rem;font-size:.875rem;color:#2e2e2eb3}.candles-badge-new-static{padding:.25rem .75rem;background-color:#c7a64a33;color:var(--ruby-plum);border:1px solid var(--soft-gold);border-radius:9999px;font-size:.75rem;font-weight:600}.candles-hero-mini-cards-static{margin-top:1.5rem;display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.candles-mini-card-static{padding:.75rem;background-color:#ffffffbf;border:1px solid rgba(199,166,74,.7);border-radius:1rem;text-align:center}.candles-mini-badge-static{font-size:.75rem;font-weight:600;color:var(--ruby-plum)}.candles-mini-title-static{margin-top:.25rem;font-size:.875rem;font-weight:700;color:var(--deep-charcoal)}.candles-hero-offer-static{margin-top:1.5rem;padding:1.25rem;background:linear-gradient(135deg,#c7a64a33,#8ea58c33);border:1px solid var(--soft-gold);border-radius:1rem}.candles-offer-label-static{font-size:.875rem;font-weight:600;color:var(--ruby-plum)}.candles-offer-title-static{margin-top:.25rem;font-size:1.5rem;font-weight:800;color:var(--ruby-plum)}.candles-offer-text-static{margin-top:.25rem;font-size:.875rem;color:var(--deep-charcoal)}.candles-hero-footer-static{margin-top:1.5rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem;font-size:.875rem;color:#2e2e2eb3}.candles-hero-footer-link-static{font-weight:600;color:var(--ruby-plum);text-decoration:none}.candles-hero-footer-link-static:hover{text-decoration:underline}.candles-products-section-static{scroll-margin-top:250px;max-width:1280px;margin:0 auto;padding:3.5rem 1rem}.candles-products-header-static{display:flex;flex-direction:column;gap:1rem;align-items:flex-start;justify-content:space-between}@media (min-width: 640px){.candles-products-header-static{flex-direction:row;align-items:flex-end}}.candles-section-title-static{font-size:1.875rem;font-weight:800;line-height:1.2;color:var(--ruby-plum);letter-spacing:-.025em}.candles-section-desc-static{margin-top:.5rem;color:#2e2e2eb3}.candles-filter-wrapper-static{display:flex;align-items:center;gap:.5rem}.candles-filter-label-static{font-size:.875rem;color:var(--deep-charcoal)}.candles-filter-select-static{padding:.5rem .75rem;border:1px solid var(--sage-green);border-radius:.75rem;background-color:var(--warm-cream);color:var(--deep-charcoal);font-size:.875rem;cursor:pointer}.candles-products-grid-static{margin-top:2rem;display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 640px){.candles-products-grid-static{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.candles-products-grid-static{grid-template-columns:repeat(3,1fr)}}.candles-product-card-static{padding:1.25rem;background-color:var(--warm-cream);border:1px solid var(--sage-green);border-radius:1.5rem;box-shadow:0 1px 2px #0000001a;display:flex;flex-direction:column}.candles-product-header-static{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.candles-product-name-static{font-size:1.125rem;font-weight:700;color:var(--ruby-plum)}.candles-product-desc-static{margin-top:.25rem;font-size:.875rem;color:var(--deep-charcoal)}.candles-product-price-section-static{text-align:right}.candles-product-price-static{font-weight:800;color:var(--ruby-plum)}.candles-product-tag-static{margin-top:.5rem;display:inline-flex;align-items:center;padding:.25rem .75rem;background-color:#c7a64a33;color:var(--ruby-plum);border:1px solid var(--soft-gold);border-radius:9999px;font-size:.75rem;font-weight:600}.candles-product-actions-static{margin-top:1rem;display:flex;align-items:center;gap:.5rem}.candles-product-btn-static{padding:.625rem 1rem;border-radius:1rem;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s;border:none}.candles-product-btn-primary-static{flex:1;background-color:var(--ruby-plum);color:var(--warm-cream)}.candles-product-btn-primary-static:hover{background-color:#6e3a63e6}.candles-product-btn-copy-static{border:1px solid var(--sage-green);background-color:transparent;color:var(--deep-charcoal)}.candles-product-btn-copy-static:hover{background-color:#8ea58c1a}.candles-scents-section-static{scroll-margin-top:250px;background-color:#8ea58c1a;border-top:1px solid var(--sage-green);border-bottom:1px solid var(--sage-green)}.candles-scents-container-static{max-width:1280px;margin:0 auto;padding:3.5rem 1rem}.candles-scents-grid-static{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:flex-start}@media (min-width: 1024px){.candles-scents-grid-static{grid-template-columns:1fr 1fr}}.candles-scents-pills-static{margin-top:1.5rem;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.candles-pill-static{padding:.75rem 1rem;background-color:var(--warm-cream);border:1px solid var(--sage-green);border-radius:1rem;font-weight:600;color:var(--deep-charcoal);text-align:center}.candles-scents-card-static{padding:1.5rem;background-color:var(--warm-cream);border:1px solid var(--sage-green);border-radius:1.5rem;box-shadow:0 1px 2px #0000001a}.candles-scents-card-title-static{font-size:1.125rem;font-weight:700;color:var(--ruby-plum)}.candles-scents-card-desc-static{margin-top:.5rem;font-size:.875rem;color:#2e2e2eb3}.candles-info-rows-static{margin-top:1.25rem;display:grid;gap:.75rem}.candles-info-row-static{display:flex;align-items:center;justify-content:space-between;padding-bottom:.5rem;border-bottom:1px solid rgba(142,165,140,.3)}.candles-info-label-static{font-weight:600;color:var(--ruby-plum)}.candles-scents-card-btn-static{margin-top:1.5rem;display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.25rem;background-color:var(--ruby-plum);color:var(--warm-cream);border-radius:1rem;font-weight:600;text-decoration:none;transition:background-color .2s}.candles-scents-card-btn-static:hover{background-color:#6e3a63e6}.candles-why-section-static{scroll-margin-top:250px;max-width:1280px;margin:0 auto;padding:3.5rem 1rem}.candles-features-grid-static{margin-top:2rem;display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 640px){.candles-features-grid-static{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.candles-features-grid-static{grid-template-columns:repeat(4,1fr)}}.candles-feature-static{padding:1.5rem;background-color:var(--warm-cream);border:1px solid var(--sage-green);border-radius:1.5rem;box-shadow:0 1px 2px #0000001a}.candles-feature-icon-static{font-size:1.5rem}.candles-feature-title-static{margin-top:.75rem;font-weight:700;color:var(--ruby-plum)}.candles-feature-desc-static{margin-top:.25rem;font-size:.875rem;color:var(--deep-charcoal)}.candles-faq-section-static{scroll-margin-top:250px;background-color:#8ea58c1a;border-top:1px solid var(--sage-green);border-bottom:1px solid var(--sage-green)}.candles-faq-container-static{max-width:1280px;margin:0 auto;padding:3.5rem 1rem}.candles-faq-grid-static{margin-top:2rem;display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 1024px){.candles-faq-grid-static{grid-template-columns:repeat(2,1fr)}}.candles-faq-static{padding:1.25rem;background-color:var(--warm-cream);border:1px solid var(--sage-green);border-radius:1.5rem}.candles-faq-static summary{cursor:pointer;font-weight:600;color:var(--ruby-plum)}.candles-faq-static p{margin-top:.5rem;font-size:.875rem;color:var(--deep-charcoal)}.candles-contact-section-static{scroll-margin-top:250px;max-width:1280px;margin:0 auto;padding:3.5rem 1rem}.candles-contact-grid-static{display:grid;grid-template-columns:1fr;gap:2.5rem}@media (min-width: 1024px){.candles-contact-grid-static{grid-template-columns:1fr 1fr}}.candles-contact-cards-static{margin-top:1.5rem;display:grid;gap:.75rem}.candles-contact-card-static{display:flex;align-items:center;gap:.75rem;padding:1rem;background-color:var(--warm-cream);border:1px solid var(--sage-green);border-radius:1.5rem;text-decoration:none;transition:background-color .3s}.candles-contact-card-static:hover{background-color:#8ea58c1a}.candles-contact-icon-static{display:grid;place-items:center;width:2.5rem;height:2.5rem;background-color:#c7a64a33;color:var(--ruby-plum);border:1px solid var(--soft-gold);border-radius:1rem;font-size:1.25rem}.candles-contact-label-static{font-weight:600;color:var(--ruby-plum)}.candles-contact-value-static{margin-top:.125rem;font-size:.875rem;color:#2e2e2eb3}.candles-order-form-static{padding:1.5rem;background-color:var(--warm-cream);border:1px solid var(--sage-green);border-radius:1.5rem;box-shadow:0 1px 2px #0000001a}.candles-order-form-title-static{font-size:1.125rem;font-weight:700;color:var(--ruby-plum)}.candles-order-form-desc-static{margin-top:.5rem;font-size:.875rem;color:#2e2e2eb3}.candles-form-fields-static{margin-top:1.25rem;display:grid;gap:.75rem}.candles-form-label-static{font-size:.875rem;font-weight:500;color:var(--deep-charcoal)}.candles-form-input-static,.candles-form-textarea-static{padding:.5rem .75rem;border:1px solid var(--sage-green);border-radius:.75rem;background-color:#fff;color:var(--deep-charcoal);font-size:.875rem;font-family:inherit}.candles-form-textarea-static{resize:vertical}.candles-checkout-btn-static{margin-top:.5rem;display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.25rem;background-color:var(--ruby-plum);color:var(--warm-cream);border-radius:1rem;font-weight:600;border:none;cursor:pointer;transition:background-color .2s}.candles-checkout-btn-static:hover{background-color:#6e3a63e6}.candles-form-note-static{margin-top:.5rem;font-size:.75rem;color:#2e2e2e99}.candles-footer-static{border-top:1px solid var(--sage-green);background-color:var(--ruby-plum);color:var(--warm-cream)}.candles-footer-content-static{max-width:1280px;margin:0 auto;padding:2.5rem 1rem;display:flex;flex-direction:column;gap:.75rem;align-items:center;justify-content:space-between;font-size:.875rem}@media (min-width: 640px){.candles-footer-content-static{flex-direction:row}}.candles-footer-links-static{display:flex;align-items:center;gap:1rem}.candles-footer-coaching-link-static{color:var(--warm-cream);text-decoration:none;transition:color .3s}.candles-footer-coaching-link-static:hover{color:var(--soft-gold)}.candles-cart-overlay-static{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;background-color:#0006}.candles-cart-drawer-static{position:absolute;right:0;top:0;height:100%;width:100%;max-width:420px;background-color:var(--warm-cream);box-shadow:0 10px 15px #0000001a;display:flex;flex-direction:column;z-index:1101}.candles-cart-header-static{padding:1.25rem;border-bottom:1px solid var(--sage-green);display:flex;align-items:center;justify-content:space-between}.candles-cart-title-static{font-size:1.125rem;font-weight:700;color:var(--ruby-plum)}.candles-cart-subtitle-static{margin-top:.125rem;font-size:.75rem;color:#2e2e2eb3}.candles-cart-close-static{padding:.5rem .75rem;border:1px solid var(--sage-green);border-radius:.75rem;background:transparent;color:var(--deep-charcoal);font-size:.875rem;cursor:pointer;transition:background-color .3s;border:none}.candles-cart-close-static:hover{background-color:#8ea58c1a}.candles-cart-items-static{padding:1.25rem;flex:1;overflow-y:auto}.candles-cart-empty-static{text-align:center;color:#2e2e2eb3;padding:2.5rem 0}.candles-cart-empty-static>div:first-child{font-size:1.125rem;font-weight:600}.candles-cart-empty-static>div:last-child{margin-top:.25rem;font-size:.875rem}.candles-cart-row-static{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem;border:1px solid var(--sage-green);border-radius:1rem;margin-bottom:.75rem}.candles-cart-item-info-static{display:flex;flex-direction:column}.candles-cart-item-name-static{font-weight:600;color:var(--ruby-plum)}.candles-cart-item-details-static{margin-top:.125rem;font-size:.75rem;color:#2e2e2eb3}.candles-cart-item-controls-static{display:flex;align-items:center;gap:.5rem}.candles-qty-btn-static{padding:.5rem .75rem;border:1px solid var(--sage-green);border-radius:.75rem;background:transparent;color:var(--deep-charcoal);font-size:.875rem;cursor:pointer;transition:background-color .3s}.candles-qty-btn-static:hover{background-color:#8ea58c1a}.candles-qty-value-static{width:2rem;text-align:center;font-weight:600}.candles-cart-footer-static{padding:1.25rem;border-top:1px solid var(--sage-green)}.candles-cart-subtotal-row-static{display:flex;align-items:center;justify-content:space-between;font-size:.875rem;color:var(--deep-charcoal)}.candles-cart-subtotal-static{font-weight:600;color:var(--ruby-plum)}.candles-cart-checkout-static{margin-top:1rem;width:100%;padding:.75rem 1.25rem;background-color:var(--ruby-plum);color:var(--warm-cream);border-radius:1rem;font-weight:600;border:none;cursor:pointer;transition:background-color .2s}.candles-cart-checkout-static:hover{background-color:#6e3a63e6}.candles-cart-note-static{margin-top:.5rem;font-size:.75rem;color:#2e2e2e99}@media (max-width: 1200px){.candles-logo-img,.candles-badge-image{height:120px}}@media (max-width: 968px){.candles-navbar-header-container{flex-wrap:wrap;justify-content:center;gap:1rem}.candles-logo-img{height:100px}.candles-navbar-branding{order:3;width:100%;margin-top:1rem}.candles-certification-badge{order:2}.candles-brand-title{font-size:1.5rem}.candles-brand-tagline{font-size:1rem}.candles-badge-image{height:100px}}@media (max-width: 768px){.candles-navbar-header-container{padding:1rem}.candles-logo-img{height:80px}.candles-brand-title{font-size:1.25rem}.candles-brand-tagline{font-size:.9rem}.candles-navbar-menu-wrapper{padding:0 1rem}.candles-navbar-toggle{display:flex}.candles-navbar-menu{position:absolute;top:100%;left:0;right:0;background-color:var(--warm-cream);flex-direction:column;padding:1rem 0;box-shadow:0 4px 8px #0000001a;max-height:0;overflow:hidden;transition:max-height .3s ease;gap:0}.candles-navbar-menu.active{max-height:500px}.candles-navbar-menu li{width:100%;text-align:center}.candles-navbar-menu li a,.candles-navbar-menu li button{display:block;padding:1rem;width:100%}.candles-navbar-menu li a.candles-coaching-link{background-color:var(--soft-gold)!important;color:var(--deep-charcoal)!important;font-weight:600!important;margin-top:.5rem}.candles-badge-image{height:80px}.candles-certification-badge{display:none}.candles-hero-static{padding-top:200px}.candles-hero-title-static{font-size:2rem}.candles-hero-actions-static{flex-direction:column}.candles-hero-stats-static{grid-template-columns:1fr}.candles-section{padding:2rem 1rem}.candles-products-grid-static,.candles-scents-pills-static,.candles-faq-grid-static{grid-template-columns:1fr}.candles-footer-content-static{flex-direction:column;text-align:center}}@media (min-width: 768px){.candles-hero-actions-static{flex-direction:row}.candles-hero-stats-static{grid-template-columns:repeat(4,1fr)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.candles-navbar{animation:fadeInDown .5s ease-out}.candles-navbar-menu li a{position:relative;transition:all .3s ease}.candles-navbar-menu li a:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background-color:var(--soft-gold);transition:all .3s ease;transform:translate(-50%)}.candles-navbar-menu li a:hover:after{width:80%}.candles-logo-img{transition:transform .3s ease;animation:scaleIn .8s ease-out .3s both}.candles-navbar-logo:hover .candles-logo-img{transform:scale(1.05)}.candles-badge-image{transition:transform .3s ease;animation:scaleIn .8s ease-out .5s both}.candles-certification-badge:hover .candles-badge-image{transform:scale(1.05)}.candles-hero-content-static{animation:fadeInUp .8s ease-out}.candles-hero-title-static{animation:fadeInDown .8s ease-out .2s both}.candles-hero-text-static{animation:fadeInUp .8s ease-out .4s both}.candles-hero-actions-static{animation:fadeInUp .8s ease-out .6s both}.candles-hero-card-static{animation:slideInRight .8s ease-out .4s both}.candles-product-card-static{animation:fadeInUp .6s ease-out;transition:transform .3s ease,box-shadow .3s ease}.candles-product-card-static:hover{transform:translateY(-5px);box-shadow:0 8px 20px #6e3a6326}.candles-product-card-static:nth-child(1){animation-delay:.1s}.candles-product-card-static:nth-child(2){animation-delay:.2s}.candles-product-card-static:nth-child(3){animation-delay:.3s}.candles-product-card-static:nth-child(4){animation-delay:.4s}.candles-product-card-static:nth-child(5){animation-delay:.5s}.candles-product-card-static:nth-child(6){animation-delay:.6s}.candles-product-btn-static,.candles-hero-btn-primary-static,.candles-hero-btn-secondary-static,.candles-checkout-btn-static,.candles-cart-checkout-static{transition:all .3s ease;position:relative;overflow:hidden}.candles-product-btn-static:before,.candles-hero-btn-primary-static:before,.candles-checkout-btn-static:before,.candles-cart-checkout-static:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s,height .6s}.candles-product-btn-static:hover:before,.candles-hero-btn-primary-static:hover:before,.candles-checkout-btn-static:hover:before,.candles-cart-checkout-static:hover:before{width:300px;height:300px}.candles-product-btn-static:hover,.candles-hero-btn-primary-static:hover,.candles-hero-btn-secondary-static:hover,.candles-checkout-btn-static:hover,.candles-cart-checkout-static:hover{transform:translateY(-2px);box-shadow:0 6px 20px #6e3a634d}.candles-product-btn-static:active,.candles-hero-btn-primary-static:active,.candles-checkout-btn-static:active,.candles-cart-checkout-static:active{transform:translateY(0)}.candles-feature-static{animation:fadeInUp .6s ease-out;transition:transform .3s ease,box-shadow .3s ease}.candles-feature-static:hover{transform:translateY(-5px);box-shadow:0 8px 20px #6e3a6326}.candles-feature-static:nth-child(1){animation-delay:.1s}.candles-feature-static:nth-child(2){animation-delay:.2s}.candles-feature-static:nth-child(3){animation-delay:.3s}.candles-feature-static:nth-child(4){animation-delay:.4s}.candles-faq-static{animation:fadeInUp .6s ease-out;transition:transform .3s ease}.candles-faq-static:hover{transform:translate(5px)}.candles-faq-static:nth-child(odd){animation-delay:.1s}.candles-faq-static:nth-child(2n){animation-delay:.2s}.candles-contact-card-static{animation:fadeInUp .6s ease-out;transition:transform .3s ease,box-shadow .3s ease}.candles-contact-card-static:hover{transform:translate(5px);box-shadow:0 4px 12px #6e3a6326}.candles-contact-icon-static{transition:transform .3s ease}.candles-contact-card-static:hover .candles-contact-icon-static{transform:scale(1.1) rotate(5deg)}.candles-cart-overlay-static{animation:fadeIn .3s ease-out}.candles-cart-drawer-static{animation:slideInRight .4s ease-out}.candles-cart-row-static{animation:fadeInUp .4s ease-out}.candles-stat-static{animation:scaleIn .6s ease-out;transition:transform .3s ease}.candles-stat-static:hover{transform:scale(1.05)}.candles-stat-static:nth-child(1){animation-delay:.1s}.candles-stat-static:nth-child(2){animation-delay:.2s}.candles-stat-static:nth-child(3){animation-delay:.3s}.candles-stat-static:nth-child(4){animation-delay:.4s}.candles-mini-card-static{animation:scaleIn .5s ease-out;transition:transform .3s ease}.candles-mini-card-static:hover{transform:scale(1.05)}.candles-mini-card-static:nth-child(1){animation-delay:.1s}.candles-mini-card-static:nth-child(2){animation-delay:.2s}.candles-mini-card-static:nth-child(3){animation-delay:.3s}.candles-pill-static{animation:fadeInUp .5s ease-out;transition:transform .3s ease,background-color .3s ease}.candles-pill-static:hover{transform:translateY(-3px);background-color:#c7a64a33}.candles-scroll-reveal{opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.candles-scroll-reveal.revealed{opacity:1;transform:translateY(0)}.candles-section-title-static{animation:fadeInDown .6s ease-out}.candles-section-desc-static{animation:fadeInUp .6s ease-out .2s both}@keyframes cartBounce{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.candles-cart-count-static{transition:transform .3s ease}.candles-cart-btn-static:active .candles-cart-count-static{animation:cartBounce .4s ease}.candles-loading-spinner{border:3px solid var(--warm-cream);border-top:3px solid var(--ruby-plum);border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}.candles-product-card-static,.candles-feature-static,.candles-faq-static,.candles-contact-card-static{transition:background-color .3s ease,color .3s ease,border-color .3s ease}.App{min-height:100vh;display:flex;flex-direction:column}main{flex:1;padding-top:250px}.rubies-candles-static{padding-top:0!important;margin-top:0!important}@media (max-width: 968px){main{padding-top:280px}}@media (max-width: 768px){main{padding-top:200px}}.section{padding:4rem 2rem;max-width:1200px;margin:0 auto}.section-title{text-align:center;margin-bottom:3rem;color:var(--ruby-plum)}.section-subtitle{text-align:center;color:var(--sage-green);font-size:1.1rem;margin-bottom:2rem;font-style:italic}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.hero{background:linear-gradient(135deg,var(--warm-cream) 0%,var(--sage-green) 100%);padding:6rem 2rem;text-align:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="2" fill="%23C7A64A" opacity="0.1"/></svg>');opacity:.3}.hero-content{position:relative;z-index:1}.hero h1{font-size:3rem;margin-bottom:1.5rem;color:var(--ruby-plum)}.hero p{font-size:1.25rem;max-width:800px;margin:0 auto 2rem;color:var(--deep-charcoal)}.hero-tagline{color:var(--ruby-plum);font-size:1.5rem;font-weight:600;margin-top:2rem;font-style:italic}.card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000001a;margin-bottom:2rem;border-top:4px solid var(--soft-gold)}.card h3{color:var(--ruby-plum);margin-bottom:1rem}.btn{display:inline-block;padding:14px 28px;background-color:var(--ruby-plum);color:#fff;border-radius:6px;font-size:1rem;font-weight:600;text-align:center;transition:all .3s ease;border:2px solid var(--ruby-plum);cursor:pointer}.btn:hover{background-color:var(--ruby-plum);border-color:var(--ruby-plum);opacity:.9;transform:translateY(-2px);box-shadow:0 4px 12px #6e3a634d}.btn-secondary{background-color:transparent;color:var(--ruby-plum);border:2px solid var(--ruby-plum)}.btn-secondary:hover{background-color:var(--ruby-plum);color:#fff}.btn-gold{background-color:var(--soft-gold);border-color:var(--soft-gold);color:var(--deep-charcoal)}.btn-gold:hover{background-color:var(--ruby-plum);border-color:var(--ruby-plum);color:#fff}@media (max-width: 768px){.section{padding:3rem 1rem}.hero{padding:4rem 1.5rem}.hero h1{font-size:2rem}.hero p{font-size:1.1rem}.hero-tagline{font-size:1.2rem}.card{padding:1.5rem}.container{padding:0 1rem}}@media (max-width: 480px){.hero h1{font-size:1.75rem}.section{padding:2rem 1rem}}html{scroll-behavior:smooth}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.page-enter{animation:fadeIn .6s ease-out}.hero-content{animation:fadeInUp .8s ease-out}.hero-content h1{animation:fadeInDown .8s ease-out .2s both}.hero-content .hero-subtitle{animation:fadeInUp .8s ease-out .4s both}.hero-content .hero-text,.hero-content .hero-description{animation:fadeInUp .8s ease-out .6s both}.hero-actions{animation:fadeInUp .8s ease-out .8s both}.section{animation:fadeIn .8s ease-out}.section-title{animation:fadeInDown .6s ease-out}.section-subtitle{animation:fadeInUp .6s ease-out .2s both}.intro-card,.service-card,.event-card,.testimonial-card,.contact-card{animation:fadeInUp .6s ease-out;transition:transform .3s ease,box-shadow .3s ease}.intro-card:hover,.service-card:hover,.event-card:hover,.testimonial-card:hover,.contact-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #6e3a6326}.card-icon{animation:scaleIn .6s ease-out .3s both;transition:transform .3s ease}.intro-card:hover .card-icon,.service-card:hover .card-icon{transform:scale(1.1) rotate(5deg)}.btn{transition:all .3s ease;position:relative;overflow:hidden}.btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s,height .6s}.btn:hover:before{width:300px;height:300px}.btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #6e3a634d}.btn:active{transform:translateY(0)}.intro-grid .intro-card:nth-child(1){animation-delay:.1s}.intro-grid .intro-card:nth-child(2){animation-delay:.2s}.intro-grid .intro-card:nth-child(3){animation-delay:.3s}.navbar{animation:fadeInDown .5s ease-out}.navbar-menu li a{position:relative;transition:all .3s ease}.navbar-menu li a:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background-color:var(--soft-gold);transition:all .3s ease;transform:translate(-50%)}.navbar-menu li a:hover:after,.navbar-menu li a.active:after{width:80%}.logo-img{transition:transform .3s ease}.navbar-logo:hover .logo-img{transform:scale(1.05)}.badge-image{transition:transform .3s ease;animation:scaleIn .8s ease-out .5s both}.certification-badge:hover .badge-image{transform:scale(1.05)}.scroll-reveal{opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.scroll-reveal.revealed{opacity:1;transform:translateY(0)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-spinner{border:3px solid var(--warm-cream);border-top:3px solid var(--ruby-plum);border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}.shimmer{background:linear-gradient(90deg,var(--warm-cream) 0%,rgba(199,166,74,.1) 50%,var(--warm-cream) 100%);background-size:1000px 100%;animation:shimmer 2s infinite}.cta-card{animation:pulse 2s ease-in-out infinite;animation-delay:1s}*{transition:background-color .3s ease,color .3s ease,border-color .3s ease}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}*{margin:0;padding:0;box-sizing:border-box}:root{--ruby-plum: #6E3A63;--soft-gold: #C7A64A;--warm-cream: #F7F5F2;--sage-green: #8EA58C;--deep-charcoal: #2E2E2E;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background-color:var(--warm-cream);color:var(--deep-charcoal);line-height:1.6}h1,h2,h3,h4,h5,h6{color:var(--ruby-plum);font-weight:600;line-height:1.2;margin-bottom:1rem}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}p{margin-bottom:1rem;color:var(--deep-charcoal)}a{color:var(--ruby-plum);text-decoration:none;transition:color .3s ease}a:hover{color:var(--ruby-plum);opacity:.8}button{background-color:var(--ruby-plum);color:#fff;border:none;padding:12px 24px;border-radius:6px;font-size:1rem;cursor:pointer;transition:background-color .3s ease,transform .2s ease}button:hover{background-color:var(--ruby-plum);opacity:.9;transform:translateY(-2px)}button:active{transform:translateY(0)}@media (max-width: 768px){h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.25rem}}
