@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,400&family=Inter:wght@300;400;500;600&display=swap";:root{--gold:#c50;--gold-light:#e07830;--gold-dark:#a04000;--royal-purple:#2d1b4e;--deep-plum:#1a0e2e;--warm-cream:#faf6f0;--rose:#d4577b;--rose-light:#e8839e;--orange-accent:#e8844a;--text-dark:#1a1a1a;--text-muted:#6b6b6b;--text-light:#f5f0e8;--white:#fff;--black:#0a0a0a;--font-display:"Playfair Display", serif;--font-body:"Inter", sans-serif;--font-accent:"Cormorant Garamond", serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:80px}body{font-family:var(--font-body);color:var(--text-dark);background:var(--warm-cream);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 24px}.section-label{font-family:var(--font-accent);color:var(--gold-dark);letter-spacing:3px;text-transform:uppercase;margin-bottom:12px;font-size:1.1rem;font-weight:500}.section-title{font-family:var(--font-display);color:var(--royal-purple);margin-bottom:20px;font-size:2.8rem;font-weight:600;line-height:1.2}.section-desc{color:var(--text-muted);max-width:600px;margin:0 auto 48px;font-size:1.05rem;line-height:1.7}.btn{font-family:var(--font-body);letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;border:none;padding:14px 36px;font-size:.9rem;font-weight:500;transition:all .3s;display:inline-block}.btn-primary{background:var(--gold);color:var(--white)}.btn-primary:hover{background:var(--gold-dark)}.btn-outline{color:var(--white);border:1.5px solid var(--gold-light);background:0 0}.btn-outline:hover{background:var(--gold);border-color:var(--gold)}.btn-full{width:100%}.navbar{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#1a0e2eeb;border-bottom:1px solid #cc550026;position:fixed;top:0;left:0;right:0}.navbar-inner{justify-content:space-between;align-items:center;max-width:1200px;height:72px;margin:0 auto;padding:0 24px;display:flex}.navbar-logo{cursor:pointer}.navbar-logo img{object-fit:cover;border-radius:50%;width:52px;height:52px}.nav-links{gap:32px;list-style:none;display:flex}.nav-links a{color:var(--text-light);letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;font-size:.85rem;font-weight:400;text-decoration:none;transition:color .3s;position:relative}.nav-links a:after{content:"";background:var(--gold);width:0;height:1px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-links a:hover{color:var(--gold-light)}.nav-links a:hover:after{width:100%}.menu-toggle{cursor:pointer;background:0 0;border:none;padding:8px;display:none}.hamburger{background:var(--gold-light);width:24px;height:2px;transition:background .3s;display:block;position:relative}.hamburger:before,.hamburger:after{content:"";background:var(--gold-light);width:24px;height:2px;transition:transform .3s;position:absolute;left:0}.hamburger:before{top:-7px}.hamburger:after{top:7px}.hamburger.open{background:0 0}.hamburger.open:before{transform:rotate(45deg)translate(5px,5px)}.hamburger.open:after{transform:rotate(-45deg)translate(5px,-5px)}.hero{justify-content:center;align-items:center;height:100vh;min-height:600px;display:flex;position:relative;overflow:hidden}.hero-bg{position:absolute;inset:0}.hero-bg img{object-fit:cover;object-position:60% top;width:100%;height:100%}.hero-overlay{background:linear-gradient(135deg,#1a0e2ed9 0%,#2d1b4eb3 40%,#c503 100%);position:absolute;inset:0}.hero-content{z-index:2;text-align:center;max-width:700px;padding:0 24px;position:relative}.hero-tagline{font-family:var(--font-accent);color:var(--gold-light);letter-spacing:4px;text-transform:uppercase;margin-bottom:16px;font-size:1.2rem}.hero-title{font-family:var(--font-display);color:var(--white);margin-bottom:20px;font-size:4.5rem;font-weight:700;line-height:1.1}.hero-subtitle{color:#fffc;margin-bottom:36px;font-size:1.1rem;font-weight:300;line-height:1.7}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.about{background:var(--white);padding:100px 0}.about-grid{grid-template-columns:1fr 1.2fr;align-items:center;gap:64px;display:grid}.about-image{justify-content:center;display:flex}.about-image img{object-fit:contain;border-radius:50%;width:320px;height:320px;box-shadow:0 20px 60px #2d1b4e1a}.about-text p:not(.section-label){color:var(--text-muted);margin-bottom:16px;font-size:1.02rem;line-height:1.8}.about-stats{border-top:1px solid #cc55004d;gap:40px;margin-top:32px;padding-top:32px;display:flex}.stat{flex-direction:column;display:flex}.stat-number{font-family:var(--font-display);color:var(--royal-purple);font-size:1.8rem;font-weight:700}.stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;margin-top:4px;font-size:.8rem}.collection{background:var(--warm-cream);text-align:center;padding:100px 0}.collection-tabs{justify-content:center;gap:12px;margin-bottom:36px;display:flex}.tab-btn{border:2px solid var(--gold);color:var(--royal-purple);font-family:var(--font-display);letter-spacing:.08em;cursor:pointer;background:0 0;padding:10px 28px;font-size:.95rem;transition:all .3s}.tab-btn:hover{background:#cc55001a}.tab-btn.active{background:var(--gold);color:var(--white)}.collection-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.collection-card{background:var(--white);transition:transform .4s,box-shadow .4s;overflow:hidden}.collection-card:hover{transform:translateY(-6px);box-shadow:0 20px 50px #2d1b4e1f}.card-image{aspect-ratio:3/4;position:relative;overflow:hidden}.card-image img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.collection-card:hover .card-image img{transform:scale(1.05)}.card-overlay{opacity:0;background:#1a0e2e99;justify-content:center;align-items:center;transition:opacity .4s;display:flex;position:absolute;inset:0}.collection-card:hover .card-overlay{opacity:1}.card-cta{color:var(--white);letter-spacing:2px;text-transform:uppercase;border:1px solid var(--gold-light);padding:10px 24px;font-size:.85rem}.card-info{text-align:left;padding:20px}.card-info h3{font-family:var(--font-display);color:var(--royal-purple);margin-bottom:6px;font-size:1.15rem}.card-info p{color:var(--text-muted);font-size:.88rem}.card-price{font-family:var(--font-display);color:var(--gold);letter-spacing:.02em;margin-top:10px;font-size:1.1rem;font-weight:700;display:inline-block}.bespoke{background:var(--white);padding:100px 0;overflow:hidden}.bespoke-grid{grid-template-columns:1.1fr 1fr;align-items:center;gap:72px;display:grid}.bespoke-text p:not(.section-label){color:var(--text-muted);margin-bottom:28px;line-height:1.8}.bespoke-features{margin-bottom:36px;list-style:none}.bespoke-features li{align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.feature-icon{color:var(--gold);flex-shrink:0;margin-top:4px;font-size:.9rem}.bespoke-features li strong{font-family:var(--font-display);color:var(--royal-purple);margin-bottom:2px;font-size:1rem;display:block}.bespoke-features li p{color:var(--text-muted);margin-bottom:0;font-size:.9rem;line-height:1.5}.bespoke-image{position:relative}.bespoke-image-frame{border:2px solid var(--gold);padding:8px;position:relative}.bespoke-image-frame:before{content:"";border-top:2px solid var(--gold);border-left:2px solid var(--gold);pointer-events:none;position:absolute;inset:-12px 50% 50% -12px}.bespoke-image-frame:after{content:"";border-bottom:2px solid var(--gold);border-right:2px solid var(--gold);pointer-events:none;position:absolute;inset:50% -12px -12px 50%}.bespoke-image img{object-fit:cover;object-position:top center;width:100%;height:620px;display:block}.bespoke-accent-line{background:var(--gold);width:60px;height:2px;position:absolute;top:40px;right:-30px}.bespoke-badge{background:var(--royal-purple);color:var(--gold-light);font-family:var(--font-accent);letter-spacing:2px;text-transform:uppercase;z-index:2;flex-direction:column;align-items:center;padding:18px 28px;font-size:1rem;display:flex;position:absolute;bottom:-16px;left:32px;box-shadow:0 8px 24px #2d1b4e33}.process{background:var(--deep-plum);text-align:center;padding:100px 0}.process .section-label{color:var(--gold-light)}.process .section-title{color:var(--white)}.process-grid{grid-template-columns:repeat(4,1fr);gap:32px;margin-top:48px;display:grid}.process-step{text-align:center;padding:32px 20px;position:relative}.step-num{font-family:var(--font-display);color:var(--gold);margin-bottom:16px;font-size:3rem;font-weight:700;display:block}.process-step h3{font-family:var(--font-display);color:var(--gold-light);margin-bottom:12px;font-size:1.2rem}.process-step p{color:#fff9;font-size:.92rem;line-height:1.6}.contact{background:var(--warm-cream);padding:100px 0}.contact-grid{grid-template-columns:1fr 1fr;gap:64px;display:grid}.contact-info p:not(.section-label){color:var(--text-muted);margin-bottom:32px;line-height:1.8}.contact-details{flex-direction:column;gap:24px;display:flex}.contact-item{align-items:flex-start;gap:16px;display:flex}.contact-icon{color:var(--gold);margin-top:2px;font-size:1.4rem}.contact-item strong{font-family:var(--font-display);color:var(--royal-purple);margin-bottom:2px;display:block}.contact-item p{color:var(--text-muted);margin:0;font-size:.92rem;line-height:1.4}.contact-form-wrap{background:var(--white);padding:40px;box-shadow:0 10px 40px #2d1b4e0f}.contact-form{flex-direction:column;gap:20px;display:flex}.form-group{flex-direction:column;gap:6px;display:flex}.form-group label{letter-spacing:1px;text-transform:uppercase;color:var(--text-muted);font-size:.82rem;font-weight:500}.form-group input,.form-group select,.form-group textarea{background:var(--warm-cream);font-family:var(--font-body);color:var(--text-dark);border:1px solid #e0d8cc;outline:none;padding:12px 16px;font-size:.95rem;transition:border-color .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--gold)}.form-group textarea{resize:vertical}.footer{background:var(--deep-plum);text-align:center;padding:48px 0}.footer-content{flex-direction:column;align-items:center;gap:20px;display:flex}.footer-brand h3{font-family:var(--font-display);color:var(--gold-light);font-size:1.5rem}.footer-brand p{font-family:var(--font-accent);color:#ffffff80;letter-spacing:3px;text-transform:uppercase;font-size:.9rem}.footer-links{gap:24px;display:flex}.footer-links a{color:#fff9;letter-spacing:1px;font-size:.85rem;text-decoration:none;transition:color .3s}.footer-links a:hover{color:var(--gold-light)}.footer-copy{color:#ffffff4d;margin-top:8px;font-size:.8rem}@media (width<=900px){.menu-toggle{display:block}.nav-links{background:#1a0e2efa;flex-direction:column;align-items:center;gap:24px;padding:32px 0;transition:transform .3s;position:fixed;top:72px;left:0;right:0;transform:translateY(-120%)}.nav-links.active{transform:translateY(0)}.hero-title{font-size:2.8rem}.hero-tagline{font-size:1rem}.about-grid,.bespoke-grid,.contact-grid{grid-template-columns:1fr;gap:40px}.about-image{order:-1}.bespoke-image img{height:480px}.bespoke-accent-line{display:none}.collection-grid,.process-grid{grid-template-columns:repeat(2,1fr)}.section-title{font-size:2.2rem}}@media (width<=600px){.hero-title{font-size:2.2rem}.collection-grid,.process-grid{grid-template-columns:1fr}.about-stats{flex-direction:column;gap:20px}.contact-form-wrap{padding:24px}.footer-links{flex-wrap:wrap;justify-content:center}}.measurements{background:var(--warm-cream);text-align:center;padding:100px 0}.measure-layout{text-align:left;grid-template-columns:1fr 1.3fr;align-items:start;gap:56px;margin-top:8px;display:grid}.measure-image{position:sticky;top:100px}.measure-image img{border:1px solid #ebe7e0;width:100%;max-width:400px;height:auto;box-shadow:0 12px 40px #2d1b4e14}.measure-steps h3{font-family:var(--font-display);color:var(--royal-purple);margin-bottom:24px;font-size:1.4rem}.measure-list{flex-direction:column;gap:18px;display:flex}.measure-item{background:var(--white);border-left:3px solid var(--gold);align-items:flex-start;gap:16px;padding:18px 20px;transition:box-shadow .3s;display:flex}.measure-item:hover{box-shadow:0 4px 16px #2d1b4e0f}.measure-num{font-family:var(--font-display);color:var(--gold);flex-shrink:0;width:32px;font-size:1.4rem;font-weight:700}.measure-item strong{font-family:var(--font-display);color:var(--royal-purple);margin-bottom:4px;font-size:1.05rem;display:block}.measure-item p{color:var(--text-muted);font-size:.9rem;line-height:1.6}.measure-tips{text-align:left;margin-top:64px}.measure-tips h3{font-family:var(--font-display);color:var(--royal-purple);text-align:center;margin-bottom:24px;font-size:1.4rem}.tips-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.tip-card{background:var(--white);border:1px solid #ebe7e0;align-items:flex-start;gap:12px;padding:18px 20px;display:flex}.tip-icon{color:var(--gold);flex-shrink:0;margin-top:1px;font-size:1.1rem;font-weight:700}.tip-card p{color:var(--text-muted);font-size:.9rem;line-height:1.5}@media (width<=900px){.measure-layout{grid-template-columns:1fr;gap:32px}.measure-image{justify-content:center;display:flex;position:static}.measure-image img{max-width:320px}.tips-grid{grid-template-columns:1fr}}@media (width<=600px){.measure-image img{max-width:260px}.tips-grid{grid-template-columns:1fr}}.login-page{background:linear-gradient(135deg, var(--deep-plum) 0%, var(--royal-purple) 100%);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.login-card{background:var(--white);width:100%;max-width:420px;padding:48px;box-shadow:0 20px 60px #0000004d}.login-header{text-align:center;margin-bottom:32px}.login-header h1{font-family:var(--font-display);color:var(--royal-purple);font-size:1.8rem}.login-header p{font-family:var(--font-accent);color:var(--gold);letter-spacing:3px;text-transform:uppercase;margin-top:4px;font-size:1rem}.login-error{color:#d4577b;background:#fde8e8;border-left:3px solid #d4577b;margin-bottom:16px;padding:10px 16px;font-size:.88rem}.login-hint{text-align:center;color:var(--text-muted);margin-top:20px;font-size:.8rem}.admin-layout{background:#f5f3f0;min-height:100vh;display:flex}.admin-sidebar{background:var(--deep-plum);width:250px;color:var(--white);z-index:200;flex-direction:column;display:flex;position:fixed;top:0;bottom:0;left:0}.sidebar-header{border-bottom:1px solid #cc550026;padding:24px 20px;position:relative}.sidebar-header h2{font-family:var(--font-display);color:var(--gold-light);font-size:1.2rem}.sidebar-header p{font-family:var(--font-accent);color:#fff6;letter-spacing:2px;text-transform:uppercase;margin-top:2px;font-size:.8rem}.sidebar-close{color:var(--gold-light);cursor:pointer;background:0 0;border:none;display:none;position:absolute;top:20px;right:16px}.sidebar-nav{flex:1;padding:16px 0;overflow-y:auto}.sidebar-link{color:#fff9;cursor:pointer;text-align:left;width:100%;font-size:.88rem;font-family:var(--font-body);background:0 0;border:none;align-items:center;gap:12px;padding:11px 20px;text-decoration:none;transition:all .2s;display:flex}.sidebar-link:hover{color:var(--white);background:#cc55001a}.sidebar-link.active{color:var(--gold-light);border-right:3px solid var(--gold);background:#cc550026}.sidebar-footer{border-top:1px solid #cc550026;padding:8px 0}.logout-btn{color:#fff6!important}.logout-btn:hover{color:#d4577b!important}.admin-main{flex-direction:column;flex:1;margin-left:250px;display:flex}.admin-header{background:var(--white);z-index:50;border-bottom:1px solid #e8e4dd;align-items:center;gap:16px;padding:16px 28px;display:flex;position:sticky;top:0}.admin-header h3{font-family:var(--font-display);color:var(--royal-purple);font-size:1.1rem}.mobile-menu-btn{cursor:pointer;color:var(--royal-purple);background:0 0;border:none;display:none}.admin-content{flex:1;padding:28px}.admin-loading{text-align:center;color:var(--text-muted);padding:48px;font-size:1rem}.page-title{font-family:var(--font-display);color:var(--royal-purple);margin-bottom:24px;font-size:1.6rem}.page-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:24px;display:flex}.page-header .page-title{margin-bottom:0}.btn-sm{align-items:center;gap:6px;padding:8px 18px;font-size:.82rem;display:flex}.stat-cards{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;margin-bottom:28px;display:grid}.stat-card{background:var(--white);border:1px solid #ebe7e0;align-items:center;gap:16px;padding:20px;display:flex;box-shadow:0 2px 8px #0000000a}.stat-card-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.stat-card-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:.78rem}.stat-card-value{font-family:var(--font-display);color:var(--text-dark);margin-top:2px;font-size:1.3rem;font-weight:600}.chart-grid{grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:20px;margin-bottom:28px;display:grid}.chart-card{background:var(--white);border:1px solid #ebe7e0;padding:24px;box-shadow:0 2px 8px #0000000a}.chart-card h3{font-family:var(--font-display);color:var(--royal-purple);margin-bottom:16px;font-size:1rem}.data-table-wrap{background:var(--white);border:1px solid #ebe7e0;padding:20px;overflow-x:auto;box-shadow:0 2px 8px #0000000a}.data-table{border-collapse:collapse;width:100%;font-size:.88rem}.data-table th{text-align:left;text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);white-space:nowrap;border-bottom:2px solid #ebe7e0;padding:10px 12px;font-size:.75rem;font-weight:500}.data-table td{color:var(--text-dark);border-bottom:1px solid #f0ece6;padding:10px 12px}.data-table tbody tr:hover{background:#faf8f5}.data-table .amount{font-weight:600;font-family:var(--font-body)}.badge{text-transform:capitalize;border-radius:12px;padding:3px 10px;font-size:.78rem;font-weight:500;display:inline-block}.category-tag{background:var(--royal-purple);color:var(--gold-light);border-radius:3px;padding:2px 10px;font-size:.78rem;font-weight:400;display:inline-block}.total-badge{font-family:var(--font-display);color:var(--royal-purple);font-size:1rem;font-weight:600}.inline-form{background:var(--white);border:1px solid #ebe7e0;flex-wrap:wrap;align-items:flex-end;gap:10px;margin-bottom:16px;padding:16px 20px;display:flex}.inline-form input,.inline-form select{background:var(--warm-cream);font-family:var(--font-body);color:var(--text-dark);border:1px solid #e0d8cc;outline:none;min-width:140px;padding:8px 12px;font-size:.88rem}.inline-form input:focus,.inline-form select:focus{border-color:var(--gold)}.filter-bar{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.filter-btn{background:var(--white);cursor:pointer;font-size:.82rem;font-family:var(--font-body);color:var(--text-muted);border:1px solid #e0d8cc;padding:6px 16px;transition:all .2s}.filter-btn.active{background:var(--royal-purple);color:var(--gold-light);border-color:var(--royal-purple)}.filter-btn:hover:not(.active){border-color:var(--gold)}.icon-btn{cursor:pointer;color:var(--text-muted);background:0 0;border:none;border-radius:4px;padding:6px;transition:all .2s}.icon-btn:hover{background:#f0ece6}.icon-btn.danger:hover{color:#d4577b;background:#fde8e8}.expanded-row td{background:#faf8f5;padding:0!important}.cart-items-detail{padding:12px 20px}.cart-items-detail strong{color:var(--royal-purple);font-size:.85rem}.cart-items-detail ul{margin-top:8px;padding:0;list-style:none}.cart-items-detail li{color:var(--text-muted);padding:4px 0;font-size:.85rem}@media (width<=768px){.admin-sidebar{transition:transform .3s;transform:translate(-100%)}.admin-sidebar.open{transform:translate(0)}.sidebar-close{display:block}.admin-main{margin-left:0}.mobile-menu-btn{display:block}.admin-content{padding:16px}.chart-grid,.stat-cards{grid-template-columns:1fr}.inline-form{flex-direction:column}.inline-form input,.inline-form select{min-width:100%}}.cart-btn{color:var(--text-light);cursor:pointer;background:0 0;border:none;padding:4px;transition:color .3s;position:relative}.cart-btn:hover{color:var(--gold)}.cart-badge{background:var(--gold);color:var(--white);width:18px;height:18px;font-size:.65rem;font-weight:700;font-family:var(--font-body);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:-6px;right:-8px}.cart-overlay{z-index:1000;opacity:0;visibility:hidden;background:#0a0a0a80;transition:opacity .3s,visibility .3s;position:fixed;inset:0}.cart-overlay.active{opacity:1;visibility:visible}.cart-drawer{background:var(--warm-cream);z-index:1001;flex-direction:column;width:400px;max-width:90vw;height:100vh;transition:right .35s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:-420px;box-shadow:-4px 0 20px #00000026}.cart-drawer.open{right:0}.cart-header{border-bottom:1px solid #2d1b4e1a;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.cart-header h3{font-family:var(--font-display);color:var(--deep-plum);font-size:1.2rem;font-weight:600}.cart-close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:4px;transition:color .2s}.cart-close:hover{color:var(--deep-plum)}.cart-empty{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:16px;padding:40px;display:flex}.cart-empty p{font-family:var(--font-body);color:var(--text-muted);font-size:.95rem}.cart-empty .btn-primary{background:var(--gold);color:var(--white);font-family:var(--font-body);letter-spacing:1px;text-transform:uppercase;cursor:pointer;border:none;padding:12px 32px;font-size:.85rem;font-weight:500;transition:background .3s}.cart-empty .btn-primary:hover{background:var(--gold-dark)}.cart-items{flex:1;padding:16px 24px;overflow-y:auto}.cart-item{border-bottom:1px solid #2d1b4e14;align-items:flex-start;gap:14px;padding:14px 0;display:flex}.cart-item-img{object-fit:cover;border-radius:6px;flex-shrink:0;width:72px;height:90px}.cart-item-info{flex:1;min-width:0}.cart-item-info h4{font-family:var(--font-display);color:var(--deep-plum);margin-bottom:4px;font-size:.95rem;font-weight:600}.cart-item-size{font-family:var(--font-body);color:var(--text-muted);margin-bottom:4px;font-size:.75rem;display:block}.cart-item-price{font-family:var(--font-body);color:var(--gold);margin-bottom:8px;font-size:.85rem;font-weight:600;display:block}.cart-item-qty{border:1px solid #2d1b4e26;border-radius:4px;align-items:center;gap:0;width:fit-content;display:flex}.cart-item-qty button{width:28px;height:28px;color:var(--deep-plum);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;font-size:1rem;transition:background .2s;display:flex}.cart-item-qty button:hover{background:#cc55001a}.cart-item-qty span{text-align:center;width:28px;font-family:var(--font-body);color:var(--deep-plum);font-size:.85rem;font-weight:500}.cart-item-remove{color:var(--text-muted);cursor:pointer;background:0 0;border:none;flex-shrink:0;margin-top:4px;padding:4px;transition:color .2s}.cart-item-remove:hover{color:var(--rose)}.cart-footer{border-top:1px solid #2d1b4e1a;padding:20px 24px}.cart-total{justify-content:space-between;margin-bottom:16px;display:flex}.cart-total span:first-child{font-family:var(--font-body);color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;font-size:.9rem}.cart-total span:last-child{font-family:var(--font-display);color:var(--deep-plum);font-size:1.15rem;font-weight:700}.btn-checkout{background:var(--gold);width:100%;color:var(--white);font-family:var(--font-body);letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;border:none;margin-bottom:8px;padding:14px;font-size:.85rem;font-weight:600;transition:background .3s}.btn-checkout:hover{background:var(--gold-dark)}.btn-checkout:disabled{opacity:.7;cursor:not-allowed}.btn-checkout svg,.btn-whatsapp-order svg{vertical-align:middle;margin-right:6px}.btn-whatsapp-order{width:100%;color:var(--purple);border:1.5px solid var(--purple);font-family:var(--font-body);letter-spacing:1px;text-transform:uppercase;cursor:pointer;background:0 0;justify-content:center;align-items:center;gap:6px;margin-bottom:8px;padding:12px;font-size:.82rem;font-weight:600;transition:all .3s;display:flex}.btn-whatsapp-order:hover{background:var(--purple);color:var(--white)}.btn-clear-cart{width:100%;color:var(--text-muted);font-family:var(--font-body);letter-spacing:.5px;cursor:pointer;background:0 0;border:none;padding:10px;font-size:.78rem;transition:color .2s}.btn-clear-cart:hover{color:var(--rose)}.add-to-cart-btn{background:var(--gold);color:var(--white);font-family:var(--font-body);letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;border:none;align-items:center;gap:8px;padding:12px 24px;font-size:.8rem;font-weight:500;transition:all .3s;display:flex}.add-to-cart-btn:hover{background:var(--gold-dark);transform:scale(1.05)}.add-to-cart-btn.added{pointer-events:none;background:#45b764}@media (width<=768px){.cart-btn{order:2}.menu-toggle{order:3}}.nav-blog-link{color:var(--text-light);font-family:var(--font-body);letter-spacing:2px;text-transform:uppercase;cursor:pointer;font-size:.78rem;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.nav-blog-link:after{content:"";background:var(--gold);width:0;height:1px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-blog-link:hover{color:var(--gold)}.nav-blog-link:hover:after{width:100%}.active-link{color:var(--gold)!important}.blog-page{background:var(--warm-cream);min-height:100vh}.blog-hero{background-position:50%;background-size:cover;justify-content:center;align-items:center;height:420px;display:flex;position:relative}.blog-hero-overlay{text-align:center;background:linear-gradient(#1a0e2eb3,#1a0e2ed9);flex-direction:column;justify-content:center;align-items:center;padding:24px;display:flex;position:absolute;inset:0}.blog-hero h1{font-family:var(--font-display);color:var(--white);margin-bottom:12px;font-size:3rem;font-weight:700}.blog-hero-sub{font-family:var(--font-accent);color:#ffffffb3;font-size:1.2rem;font-style:italic}.blog-grid-section{padding:60px 0 80px}.blog-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:32px;display:grid}.blog-card{background:var(--white);cursor:pointer;border-radius:8px;transition:transform .3s,box-shadow .3s;overflow:hidden}.blog-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #1a0e2e1f}.blog-card-img{height:220px;position:relative;overflow:hidden}.blog-card-img img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.blog-card:hover .blog-card-img img{transform:scale(1.05)}.blog-card-cat{background:var(--gold);color:var(--white);font-family:var(--font-body);letter-spacing:1px;text-transform:uppercase;border-radius:3px;padding:5px 12px;font-size:.7rem;font-weight:600;position:absolute;top:14px;left:14px}.blog-card-body{padding:24px}.blog-card-date{font-family:var(--font-body);color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;margin-bottom:8px;font-size:.75rem;display:block}.blog-card-body h3{font-family:var(--font-display);color:var(--deep-plum);margin-bottom:10px;font-size:1.2rem;font-weight:600;line-height:1.4}.blog-card-body p{font-family:var(--font-body);color:var(--text-muted);margin-bottom:16px;font-size:.88rem;line-height:1.6}.blog-card-read{font-family:var(--font-body);color:var(--gold);letter-spacing:1px;text-transform:uppercase;font-size:.8rem;font-weight:600;transition:color .3s}.blog-card:hover .blog-card-read{color:var(--gold-dark)}.blog-article-hero{background-position:50%;background-size:cover;height:400px;position:relative}.blog-article-hero-overlay{background:linear-gradient(#1a0e2e80,#1a0e2ed9);flex-direction:column;justify-content:flex-end;max-width:800px;padding:40px;display:flex;position:absolute;inset:0}.blog-article-hero-overlay h1{font-family:var(--font-display);color:var(--white);margin-bottom:12px;font-size:2.4rem;font-weight:700;line-height:1.3}.blog-article-date{font-family:var(--font-body);color:#fff9;letter-spacing:1px;font-size:.8rem}.blog-back{color:#ffffffb3;font-family:var(--font-body);letter-spacing:1px;text-transform:uppercase;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;margin-bottom:20px;font-size:.8rem;transition:color .3s;display:inline-flex}.blog-back:hover{color:var(--gold)}.blog-article-body{max-width:720px;margin:0 auto;padding:48px 24px 80px}.blog-article-body p{font-family:var(--font-body);color:var(--text-dark);margin-bottom:20px;font-size:1rem;line-height:1.8}.blog-article-body h3{font-family:var(--font-display);color:var(--deep-plum);margin:32px 0 12px;font-size:1.3rem;font-weight:600}.blog-article-body strong{color:var(--deep-plum);font-weight:600}.blog-footer{background:var(--deep-plum);text-align:center;padding:24px}.blog-footer p{font-family:var(--font-body);color:#ffffff80;font-size:.8rem}@media (width<=768px){.blog-hero h1{font-size:2rem}.blog-grid{grid-template-columns:1fr}.blog-article-hero-overlay h1{font-size:1.6rem}.blog-article-hero-overlay{padding:24px}}.chat-fab{background:var(--gold);width:56px;height:56px;color:var(--white);cursor:pointer;z-index:999;border:none;border-radius:50%;justify-content:center;align-items:center;transition:transform .3s,background .3s,opacity .3s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 4px 16px #cc550059}.chat-fab:hover{background:var(--gold-dark);transform:scale(1.1)}.chat-fab-hidden{opacity:0;pointer-events:none;transform:scale(.8)}.chat-widget{background:var(--white);z-index:1000;opacity:0;visibility:hidden;border-radius:16px;flex-direction:column;width:380px;max-width:calc(100vw - 32px);height:520px;max-height:calc(100vh - 100px);transition:opacity .3s,visibility .3s,transform .3s;display:flex;position:fixed;bottom:24px;right:24px;overflow:hidden;transform:translateY(20px)scale(.95);box-shadow:0 8px 40px #1a0e2e33}.chat-widget.open{opacity:1;visibility:visible;transform:translateY(0)scale(1)}.chat-header{background:var(--deep-plum);color:var(--white);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.chat-header-info{align-items:center;gap:12px;display:flex}.chat-avatar{background:var(--gold);width:36px;height:36px;color:var(--white);font-family:var(--font-display);border-radius:50%;justify-content:center;align-items:center;font-size:.8rem;font-weight:700;display:flex}.chat-header h4{font-family:var(--font-display);margin:0;font-size:.95rem;font-weight:600}.chat-status{font-family:var(--font-body);color:#45b764;align-items:center;gap:4px;font-size:.7rem;display:flex}.chat-status:before{content:"";background:#45b764;border-radius:50%;width:6px;height:6px;display:inline-block}.chat-close-btn{color:#ffffffb3;cursor:pointer;background:0 0;border:none;padding:4px;transition:color .2s}.chat-close-btn:hover{color:var(--white)}.chat-messages{background:#f8f6f3;flex-direction:column;flex:1;gap:12px;padding:16px;display:flex;overflow-y:auto}.chat-msg{align-items:flex-end;gap:8px;max-width:85%;display:flex}.chat-msg.user{flex-direction:row-reverse;align-self:flex-end}.chat-msg.agent{align-self:flex-start}.chat-msg-avatar{background:var(--deep-plum);width:28px;height:28px;color:var(--white);font-family:var(--font-display);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.6rem;font-weight:700;display:flex}.chat-bubble{font-family:var(--font-body);white-space:pre-line;border-radius:14px;padding:10px 14px;font-size:.85rem;line-height:1.5}.chat-msg.agent .chat-bubble{background:var(--white);color:var(--text-dark);border-bottom-left-radius:4px;box-shadow:0 1px 3px #0000000f}.chat-msg.user .chat-bubble{background:var(--gold);color:var(--white);border-bottom-right-radius:4px}.chat-typing{gap:4px;padding:12px 18px;display:flex}.chat-typing span{background:var(--text-muted);border-radius:50%;width:7px;height:7px;animation:1.4s ease-in-out infinite chatDot}.chat-typing span:nth-child(2){animation-delay:.2s}.chat-typing span:nth-child(3){animation-delay:.4s}@keyframes chatDot{0%,80%,to{opacity:.4;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}.chat-quick-replies{background:#f8f6f3;flex-wrap:wrap;gap:6px;padding:8px 16px 4px;display:flex}.chat-quick-replies button{background:var(--white);color:var(--gold);font-family:var(--font-body);cursor:pointer;white-space:nowrap;border:1px solid #cc55004d;border-radius:16px;padding:6px 12px;font-size:.72rem;transition:all .2s}.chat-quick-replies button:hover{background:var(--gold);color:var(--white);border-color:var(--gold)}.chat-input-bar{background:var(--white);border-top:1px solid #2d1b4e14;gap:8px;padding:12px 16px;display:flex}.chat-input-bar input{font-family:var(--font-body);background:#f8f6f3;border:1px solid #2d1b4e1f;border-radius:20px;outline:none;flex:1;padding:10px 16px;font-size:.85rem;transition:border-color .2s}.chat-input-bar input:focus{border-color:var(--gold)}.chat-input-bar input::placeholder{color:var(--text-muted)}.chat-input-bar button{background:var(--gold);width:38px;height:38px;color:var(--white);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .2s;display:flex}.chat-input-bar button:hover:not(:disabled){background:var(--gold-dark)}.chat-input-bar button:disabled{opacity:.4;cursor:not-allowed}@media (width<=480px){.chat-widget{border-radius:0;width:100vw;max-width:100vw;height:100vh;max-height:100vh;bottom:0;right:0}.chat-fab{bottom:16px;right:16px}}.navbar-actions{align-items:center;gap:8px;display:flex}.wishlist-heart-btn{z-index:3;cursor:pointer;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#1a0e2e99;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s;display:flex;position:absolute;top:12px;right:12px}.wishlist-heart-btn:hover{background:#1a0e2ed9;transform:scale(1.1)}.wishlist-heart-btn.saved{background:#1a0e2ed9;animation:.4s heartPop}@keyframes heartPop{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}.wishlist-overlay{z-index:999;opacity:0;pointer-events:none;background:#00000080;transition:opacity .3s;position:fixed;inset:0}.wishlist-overlay.active{opacity:1;pointer-events:all}.wishlist-drawer{background:var(--deep-plum);z-index:1000;color:#fff;flex-direction:column;width:400px;max-width:90vw;height:100vh;transition:transform .35s;display:flex;position:fixed;top:0;right:0;transform:translate(100%)}.wishlist-drawer.open{transform:translate(0)}.wishlist-header{border-bottom:1px solid #c503;justify-content:space-between;align-items:center;padding:24px;display:flex}.wishlist-header h3{font-family:var(--font-heading);color:var(--gold);font-size:1.25rem}.wishlist-items{flex:1;padding:16px 24px;overflow-y:auto}.wishlist-item{border-bottom:1px solid #ffffff0f;gap:14px;padding:16px 0;display:flex;position:relative}.wishlist-item-img{object-fit:cover;border-radius:6px;flex-shrink:0;width:80px;height:100px}.wishlist-item-info{flex-direction:column;flex:1;gap:4px;display:flex}.wishlist-item-info h4{font-family:var(--font-heading);color:#fff;font-size:.95rem}.wishlist-item-info p{color:#ffffff80;font-size:.75rem}.wishlist-item-price{color:var(--gold);font-size:.85rem;font-weight:500}.wishlist-move-btn{letter-spacing:.5px;text-transform:uppercase;color:var(--gold);border:1px solid var(--gold);cursor:pointer;background:0 0;border-radius:4px;align-items:center;gap:6px;width:fit-content;margin-top:6px;padding:5px 12px;font-size:.72rem;font-weight:500;transition:all .25s;display:inline-flex}.wishlist-move-btn:hover{background:var(--gold);color:#fff}.wishlist-remove{color:#ffffff4d;cursor:pointer;background:0 0;border:none;padding:4px;transition:color .2s;position:absolute;top:16px;right:0}.wishlist-remove:hover{color:#fff}.size-charts{text-align:center;margin-top:4rem}.size-charts-title{font-family:var(--font-heading);color:var(--gold);margin-bottom:.25rem;font-size:1.8rem}.size-charts-subtitle{color:#1a0e2e80;margin-bottom:1.5rem;font-size:.85rem}.region-tabs{flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:2rem;display:flex}.region-btn{color:var(--deep-plum);font-family:var(--font-body);letter-spacing:.5px;cursor:pointer;background:0 0;border:1px solid #c506;border-radius:4px;padding:8px 20px;font-size:.82rem;font-weight:500;transition:all .25s}.region-btn:hover{border-color:var(--gold);color:var(--gold)}.region-btn.active{background:var(--gold);border-color:var(--gold);color:#fff}.size-chart-wrap{max-width:900px;margin:0 auto}.size-chart-section-title{font-family:var(--font-heading);color:var(--gold);text-align:left;margin:2rem 0 1rem;font-size:1.2rem}.size-table-scroll{-webkit-overflow-scrolling:touch;border-radius:8px;overflow-x:auto}.size-table{border-collapse:collapse;width:100%;min-width:400px;font-size:.88rem}.size-table thead th{background:var(--gold);color:#fff;font-family:var(--font-heading);text-align:center;white-space:nowrap;letter-spacing:.3px;padding:12px 16px;font-size:.85rem;font-weight:500}.size-table thead th:first-child{text-align:left;border-radius:8px 0 0}.size-table thead th:last-child{border-radius:0 8px 0 0}.size-table tbody td{text-align:center;color:var(--deep-plum);white-space:nowrap;border-bottom:1px solid #cc55001f;padding:10px 16px}.size-table tbody tr:nth-child(2n) td{background:#cc55000d}.size-table tbody tr:hover td{background:#cc55001a}.size-table td.size-label{text-align:left;color:var(--gold);font-size:.82rem;font-weight:600}.size-table-wide{min-width:700px}.size-chart-note{text-align:left;color:#1a0e2e80;margin-top:.75rem;font-size:.78rem;font-style:italic}@media (width<=768px){.size-table{font-size:.78rem}.size-table thead th,.size-table tbody td{padding:8px 10px}.size-charts-title{font-size:1.4rem}}.return-policy{background:var(--deep-plum);padding:6rem 0}.policy-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:3rem;display:grid}.policy-card{text-align:center;background:#ffffff0a;border:1px solid #cc550026;border-radius:12px;padding:2rem 1.5rem;transition:border-color .3s,transform .3s}.policy-card:hover{border-color:var(--gold);transform:translateY(-4px)}.policy-icon{margin-bottom:1.25rem}.policy-card h4{font-family:var(--font-heading);color:var(--gold);margin-bottom:.75rem;font-size:1.1rem}.policy-card p{color:#ffffffb3;font-size:.85rem;line-height:1.65}.policy-details{max-width:750px;margin-top:4rem;margin-left:auto;margin-right:auto}.policy-details h3{font-family:var(--font-heading);color:var(--gold);text-align:center;margin-bottom:2rem;font-size:1.4rem}.policy-steps{flex-direction:column;gap:1.25rem;display:flex}.policy-step{align-items:flex-start;gap:1rem;display:flex}.policy-step-num{background:var(--gold);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.85rem;font-weight:600;display:flex}.policy-step p{color:#ffffffbf;font-size:.9rem;line-height:1.6}.policy-step a{color:var(--gold);font-weight:500;text-decoration:none}.policy-step a:hover{text-decoration:underline}.policy-note{border-left:3px solid var(--gold);color:#ffffffa6;background:#cc550014;border-radius:0 8px 8px 0;margin-top:2.5rem;padding:1.5rem;font-size:.83rem;line-height:1.7}.policy-note strong{color:var(--gold)}@media (width<=1024px){.policy-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.policy-grid{grid-template-columns:1fr}}.cms-page{max-width:100%}.cms-header{margin-bottom:2rem}.cms-header h2{color:var(--deep-plum);margin-bottom:.25rem;font-size:1.75rem}.cms-header p{color:#666;font-size:.95rem}.cms-message{color:#fff;background:#2d1b4e;border-radius:8px;margin-bottom:1rem;padding:.75rem 1.25rem;font-size:.9rem;animation:.3s fadeIn}.cms-tabs{border-bottom:2px solid #e5e5e5;gap:0;margin-bottom:1.5rem;display:flex}.cms-tab{color:#666;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-2px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:500;transition:all .2s}.cms-tab.active{color:var(--deep-plum);border-bottom-color:var(--gold)}.cms-tab:hover{color:var(--deep-plum)}.cms-section{animation:.3s fadeIn}.cms-btn{cursor:pointer;border:none;border-radius:6px;padding:.6rem 1.25rem;font-size:.9rem;font-weight:500;transition:all .2s}.cms-btn-new{background:var(--gold);color:#fff;margin-bottom:1rem}.cms-btn-new:hover{background:#b34a00}.cms-btn-save{background:var(--deep-plum);color:#fff}.cms-btn-save:hover{background:#2d1b4e}.cms-btn-save:disabled{opacity:.6;cursor:not-allowed}.cms-btn-cancel{color:#333;background:#e5e5e5}.cms-btn-cancel:hover{background:#d0d0d0}.cms-btn-sm{cursor:pointer;border:none;border-radius:4px;padding:.35rem .75rem;font-size:.8rem;font-weight:500;transition:all .2s}.cms-btn-edit{color:var(--deep-plum);background:#e8e0f0}.cms-btn-edit:hover{background:#d4c8e2}.cms-btn-del{color:#c53030;background:#fde8e8}.cms-btn-del:hover{background:#fbd5d5}.cms-action-btns{gap:.5rem;display:flex}.cms-form{background:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:1.5rem}.cms-form h3{color:var(--deep-plum);margin-bottom:1rem;font-size:1.2rem}.cms-form-grid{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;display:grid}.cms-field{margin-bottom:1rem}.cms-field label{color:#444;text-transform:capitalize;margin-bottom:.3rem;font-size:.85rem;font-weight:600;display:block}.cms-field input,.cms-field textarea,.cms-field select{background:#fafafa;border:1px solid #d0d0d0;border-radius:6px;width:100%;padding:.6rem .75rem;font-family:inherit;font-size:.9rem;transition:border-color .2s}.cms-field input:focus,.cms-field textarea:focus,.cms-field select:focus{border-color:var(--gold);background:#fff;outline:none}.cms-field textarea{resize:vertical}.cms-field-row{gap:1.5rem;margin-bottom:1rem;display:flex}.cms-checkbox{color:#444;cursor:pointer;align-items:center;gap:.5rem;font-size:.9rem;display:flex}.cms-checkbox input[type=checkbox]{width:16px;height:16px;accent-color:var(--gold)}.cms-actions{gap:.75rem;margin-top:.5rem;display:flex}.cms-table-wrap{overflow-x:auto}.cms-pages-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem;display:grid}.cms-page-card{background:#fff;border:1px solid #e5e5e5;border-radius:12px;flex-direction:column;gap:.5rem;padding:1.25rem;display:flex}.cms-page-card h4{color:var(--deep-plum);font-size:1rem}.cms-page-card p{color:#888;font-size:.85rem}.cms-page-updated{color:#999;font-size:.8rem}.cms-page-card .cms-btn-sm{align-self:flex-start;margin-top:auto}@media (width<=768px){.cms-form-grid{grid-template-columns:1fr}.cms-tabs{overflow-x:auto}}.courses-landing{background:var(--cream);min-height:100vh}.courses-hero{background:linear-gradient(135deg, var(--deep-plum) 0%, #2d1b4e 50%, var(--deep-plum) 100%);text-align:center;justify-content:center;align-items:center;height:60vh;min-height:400px;display:flex;position:relative}.courses-hero-overlay{max-width:700px;padding:2rem}.courses-hero h1{color:#fff;font-size:clamp(2rem,5vw,3.5rem);font-family:var(--font-heading);margin-bottom:1rem}.courses-hero-sub{color:#fffc;margin-bottom:2rem;font-size:1.1rem;line-height:1.7}.courses-grid-section{padding:5rem 0}.courses-empty{text-align:center;padding:4rem 2rem}.courses-empty h3{color:var(--deep-plum);margin-bottom:.5rem;font-size:1.5rem}.courses-empty p{color:#666;margin-bottom:2rem}.courses-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:2rem;margin-top:2.5rem;display:grid}.course-card{background:#fff;border-radius:16px;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 2px 16px #0000000f}.course-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001a}.course-card-img{height:200px;position:relative;overflow:hidden}.course-card-img img{object-fit:cover;width:100%;height:100%}.course-card-placeholder{background:linear-gradient(135deg,#2d1b4e 0%,#1a0e2e 100%);justify-content:center;align-items:center;display:flex}.course-level{background:var(--gold);color:#fff;text-transform:uppercase;letter-spacing:.05em;border-radius:20px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;position:absolute;top:12px;right:12px}.course-card-body{padding:1.5rem}.course-card-body h3{color:var(--deep-plum);margin-bottom:.5rem;font-size:1.15rem}.course-card-body p{color:#666;margin-bottom:1rem;font-size:.9rem;line-height:1.5}.course-meta{flex-wrap:wrap;gap:1rem;margin-bottom:1rem;display:flex}.course-meta-item{color:#888;align-items:center;gap:.35rem;font-size:.8rem;display:flex}.course-card-footer{border-top:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding-top:1rem;display:flex}.course-price{color:var(--deep-plum);font-size:1.1rem;font-weight:700}.course-enroll-btn{background:var(--gold);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.5rem 1.25rem;font-size:.85rem;font-weight:600;transition:background .2s}.course-enroll-btn:hover{background:#b34a00}.courses-why{background:var(--deep-plum);padding:5rem 0}.courses-why .section-label{color:var(--gold)}.courses-why .section-title{color:#fff}.courses-features{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2.5rem;display:grid}.course-feature{text-align:center;padding:2rem}.course-feature-icon{background:#ffffff14;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1rem;display:flex}.course-feature h4{color:#fff;margin-bottom:.5rem;font-size:1.1rem}.course-feature p{color:#ffffffb3;font-size:.9rem;line-height:1.6}.nav-right{align-items:center;display:flex}.nav-cta{background:var(--gold);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.5rem 1.25rem;font-size:.85rem;font-weight:600;transition:background .2s}.nav-cta:hover{background:#b34a00}.student-login-page{background:var(--cream);min-height:100vh}.student-login-container{justify-content:center;align-items:center;min-height:calc(100vh - 70px);padding:2rem;display:flex}.student-login-card{background:#fff;border-radius:16px;width:100%;max-width:440px;padding:2.5rem;box-shadow:0 4px 24px #00000014}.student-login-card h2{color:var(--deep-plum);font-size:1.75rem;font-family:var(--font-heading);margin-bottom:.25rem}.student-login-sub{color:#888;margin-bottom:1.5rem;font-size:.9rem}.student-error{color:#c53030;background:#fde8e8;border-radius:8px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.85rem}.student-field{margin-bottom:1rem}.student-field label{color:#444;margin-bottom:.3rem;font-size:.85rem;font-weight:600;display:block}.student-field input{background:#fafafa;border:1px solid #d0d0d0;border-radius:8px;width:100%;padding:.7rem .9rem;font-family:inherit;font-size:.9rem;transition:border-color .2s}.student-field input:focus{border-color:var(--gold);background:#fff;outline:none}.student-submit-btn{background:var(--deep-plum);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;margin-top:.5rem;padding:.8rem;font-size:1rem;font-weight:600;transition:background .2s}.student-submit-btn:hover{background:#2d1b4e}.student-submit-btn:disabled{opacity:.6;cursor:not-allowed}.student-toggle{text-align:center;color:#888;margin-top:1.5rem;font-size:.9rem}.student-toggle button{color:var(--gold);cursor:pointer;background:0 0;border:none;margin-left:.3rem;font-size:.9rem;font-weight:600}.student-portal{background:#f5f3f0;min-height:100vh}.student-nav{background:var(--deep-plum);z-index:100;padding:0 2rem;position:sticky;top:0}.student-nav .navbar-inner{align-items:center;max-width:1400px;height:60px;margin:0 auto;display:flex}.student-nav-center{gap:.25rem;margin-left:2rem;display:flex}.student-nav-center button{color:#fff9;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.9rem;transition:all .2s}.student-nav-center button.active,.student-nav-center button:hover{color:#fff;background:#ffffff1a}.student-nav-right{align-items:center;gap:1rem;margin-left:auto;display:flex}.student-nav-name{color:#fffc;font-size:.9rem}.student-logout{color:#fff9;cursor:pointer;background:0 0;border:none;padding:.3rem;transition:color .2s}.student-logout:hover{color:#fff}.student-message{background:var(--gold);color:#fff;text-align:center;padding:.6rem;font-size:.9rem}.student-main{max-width:1400px;margin:0 auto;padding:2rem}.student-loading{text-align:center;color:#888;padding:4rem}.student-welcome h2{color:var(--deep-plum);font-size:1.75rem;font-family:var(--font-heading);margin-bottom:.25rem}.student-welcome p{color:#888;margin-bottom:2rem}.student-empty{text-align:center;background:#fff;border-radius:16px;padding:4rem 2rem}.student-empty h3{color:var(--deep-plum);margin:1rem 0 .5rem}.student-empty p{color:#888;margin-bottom:1.5rem}.student-courses-grid{grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:1.5rem;display:grid}.student-course-card{cursor:pointer;background:#fff;border-radius:16px;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 2px 12px #0000000a}.student-course-card:hover{transform:translateY(-3px);box-shadow:0 6px 24px #00000014}.student-course-img{height:160px;overflow:hidden}.student-course-img img{object-fit:cover;width:100%;height:100%}.student-course-placeholder{background:linear-gradient(135deg,#2d1b4e,#1a0e2e);justify-content:center;align-items:center;display:flex}.student-course-info{padding:1.25rem}.student-course-level{text-transform:uppercase;letter-spacing:.1em;color:var(--gold);font-size:.7rem;font-weight:600}.student-course-info h3{color:var(--deep-plum);margin:.25rem 0 .75rem;font-size:1.1rem}.student-course-info p{color:#888;margin-bottom:.75rem;font-size:.85rem}.student-progress{margin-bottom:1rem}.student-progress-bar{background:#eee;border-radius:3px;height:6px;margin-bottom:.4rem;overflow:hidden}.student-progress-fill{background:var(--gold);border-radius:3px;height:100%;transition:width .3s}.student-progress span{color:#999;font-size:.75rem}.student-continue-btn{background:var(--deep-plum);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;padding:.5rem 1.25rem;font-size:.85rem;font-weight:600;transition:background .2s}.student-continue-btn:hover{background:#2d1b4e}.student-course-footer{justify-content:space-between;align-items:center;margin-top:1rem;display:flex}.student-back{color:var(--deep-plum);cursor:pointer;background:0 0;border:none;align-items:center;gap:.4rem;margin-bottom:1.5rem;font-size:.9rem;font-weight:500;display:inline-flex}.student-back:hover{color:var(--gold)}.student-course-layout{grid-template-columns:280px 1fr;gap:2rem;min-height:70vh;display:grid}.student-lessons-sidebar{background:#fff;border-radius:12px;align-self:start;padding:1.25rem;position:sticky;top:80px}.student-lessons-sidebar h3{color:var(--deep-plum);margin-bottom:.25rem;font-size:1rem}.student-lessons-count{color:#999;margin-bottom:1rem;font-size:.8rem}.student-lessons-list{flex-direction:column;gap:.25rem;display:flex}.student-lesson-item{cursor:pointer;text-align:left;color:#444;background:0 0;border:none;border-radius:8px;align-items:center;gap:.6rem;padding:.6rem .75rem;font-size:.85rem;transition:background .2s;display:flex}.student-lesson-item:hover{background:#f5f3f0}.student-lesson-item.active{background:var(--deep-plum);color:#fff}.student-lesson-item.completed{color:var(--gold)}.student-lesson-item.active.completed{color:#fff}.student-lesson-num{background:#f0f0f0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:.75rem;font-weight:600;display:flex}.student-lesson-item.active .student-lesson-num{background:#ffffff26}.student-lesson-title{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.student-lesson-content{background:#fff;border-radius:12px;min-height:400px;padding:2rem}.student-lesson-content h2{color:var(--deep-plum);margin-bottom:.75rem;font-size:1.5rem}.student-lesson-desc{color:#666;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.student-video-wrap{aspect-ratio:16/9;background:#000;border-radius:12px;width:100%;margin-bottom:2rem;overflow:hidden}.student-video-wrap iframe{border:none;width:100%;height:100%}.student-lesson-text{color:#444;line-height:1.8}.student-lesson-text p{margin-bottom:1rem}.student-complete-btn{background:var(--gold);color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;margin-top:2rem;padding:.7rem 1.5rem;font-size:.9rem;font-weight:600;transition:background .2s;display:inline-flex}.student-complete-btn:hover{background:#b34a00}.student-completed-badge{color:var(--gold);align-items:center;gap:.5rem;margin-top:2rem;font-size:.95rem;font-weight:600;display:inline-flex}.student-select-lesson{text-align:center;color:#999;flex-direction:column;justify-content:center;align-items:center;height:100%;min-height:400px;display:flex}.student-select-lesson h3{color:var(--deep-plum);margin:1rem 0 .5rem}.student-enroll-list{flex-direction:column;gap:.75rem;margin-top:1rem;display:flex}.student-enroll-item{background:#f9f9f9;border-radius:8px;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}@media (width<=900px){.student-course-layout{grid-template-columns:1fr}.student-lessons-sidebar{position:static}.student-nav-center{margin-left:1rem}}@media (width<=600px){.courses-grid,.student-courses-grid{grid-template-columns:1fr}.student-nav-name{display:none}}.student-live-classes{max-width:1000px;margin:0 auto}.live-section{margin-bottom:2.5rem}.live-section-title{font-family:var(--font-heading);color:var(--deep-plum);border-bottom:2px solid #c8a96e33;align-items:center;gap:.5rem;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.3rem;display:flex}.live-classes-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem;display:grid}.live-class-card{background:#fff;border:1px solid #eee;border-radius:12px;padding:1.5rem;transition:box-shadow .2s,transform .2s}.live-class-card:hover{transform:translateY(-2px);box-shadow:0 4px 20px #00000014}.live-class-card.past-card{opacity:.6}.live-class-card.recording-card{border-left:3px solid var(--gold)}.live-class-platform{align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.platform-badge{letter-spacing:.03em;border-radius:20px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.platform-zoom{color:#fff;background:#2d8cff}.platform-google-meet{color:#fff;background:#00897b}.platform-teams{color:#fff;background:#6264a7}.platform-other{color:#fff;background:#666}.live-now-badge{color:#fff;background:#e53e3e;border-radius:20px;align-items:center;padding:.2rem .6rem;font-size:.7rem;font-weight:700;animation:1.5s ease-in-out infinite pulse-live;display:inline-flex}@keyframes pulse-live{0%,to{opacity:1}50%{opacity:.6}}.recording-badge{color:var(--gold);background:#c8a96e26;border-radius:20px;padding:.2rem .6rem;font-size:.7rem;font-weight:600;display:inline-flex}.live-class-card h4{font-family:var(--font-heading);color:var(--deep-plum);margin:0 0 .25rem;font-size:1.1rem}.live-class-course{color:var(--gold);margin:0 0 .25rem;font-size:.8rem;font-weight:600}.live-class-desc{color:#666;margin:0 0 .75rem;font-size:.85rem;line-height:1.4}.live-class-meta{color:#888;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem;font-size:.8rem;display:flex}.live-class-meta span{align-items:center;gap:.3rem;display:flex}.live-join-btn{background:var(--deep-plum);color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.6rem 1.25rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:background .2s;display:inline-flex}.live-join-btn:hover{background:var(--royal-purple)}.live-recording-btn{background:var(--gold);color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.6rem 1.25rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:background .2s;display:inline-flex}.live-recording-btn:hover{background:#b5942a}.recording-pass-hint{opacity:.85;font-size:.75rem;font-weight:400}.live-class-recording-section{border-top:1px dashed #ddd;margin-top:1.5rem;padding-top:1.5rem}.live-class-recording-section h4{font-family:var(--font-heading);color:var(--deep-plum);margin:0 0 1rem;font-size:1rem}.badge-active{color:#2b6cb0;background:#ebf5ff}@media (width<=600px){.live-classes-grid{grid-template-columns:1fr}}
