:root{--blue:#1677d2;--bg:#f5f6f8;--text:#111827;--muted:#6b7280;--card:#fff;--line:#e5e7eb}body{background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}.app{max-width:430px;margin:0 auto;background:#f7f8fa;padding-bottom:92px}.top{height:72px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid var(--line);background:#f8f9fb;position:sticky;top:0;z-index:5}.brand{font-family:Georgia,serif;font-size:22px;font-weight:800}.page-title{font-size:28px;font-weight:800}.back{left:18px}.back,.bell{position:absolute}.bell{right:18px}.container{padding:18px}.search{display:flex;gap:10px;align-items:center;background:#fff;border-radius:26px;padding:14px 18px;color:var(--muted);box-shadow:0 2px 10px #00000008}.section-title{font-size:25px;margin:28px 0 14px;font-weight:850}.h-scroll{display:flex;gap:16px;overflow-x:auto;padding-bottom:8px}.grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.product-card{cursor:pointer}.product-img{width:100%;aspect-ratio:1/1;border-radius:12px;object-fit:cover;background:#dbeafe}.product-name{font-size:16px;font-weight:600;margin-top:9px}.price{color:#607080;margin-top:2px}.price-blue{color:var(--blue);font-weight:800}.promo{background:#e7f2ff;border-radius:14px;padding:18px;display:flex;align-items:center;justify-content:space-between}.promo h3{font-size:17px;margin:8px 0}.promo p{color:var(--muted);font-size:13px}.btn{border:0;background:var(--blue);color:#fff;border-radius:12px;padding:13px 22px;font-weight:800;font-size:16px;cursor:pointer}.btn.full{height:56px}.btn.soft{background:#eaf4ff;color:var(--blue)}.bottom-nav{position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:min(430px,100%);height:74px;background:#fff;border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(5,1fr);z-index:10}.nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#65727f;text-decoration:none;font-size:12px}.nav-item.active{color:var(--blue);font-weight:800}.card{border-radius:14px;box-shadow:0 1px 8px #00000008}.row{display:flex;justify-content:space-between}.cart-item,.row{align-items:center;gap:14px}.cart-item{background:#fff;border-radius:14px;padding:14px;display:grid;grid-template-columns:100px 1fr auto;margin-bottom:16px}.cart-img{width:100px;height:100px;border-radius:10px;object-fit:cover}.qty{display:flex;align-items:center;gap:12px}.qty button{width:38px;height:38px;border-radius:50%;border:0;background:#eaf4ff;color:var(--blue);font-size:18px}.summary-line{color:#667085;font-size:18px;margin:12px 0}.summary-total{border-top:1px solid var(--line);padding-top:18px;margin-top:14px;font-size:24px;font-weight:900}.pay-option{border:1px solid var(--line);border-radius:14px;padding:18px;margin-bottom:16px}.pay-option.active{border:2px solid var(--blue)}.tabs{display:flex;gap:26px;overflow:auto;border-bottom:1px solid var(--line)}.tab{padding:16px 0;font-weight:800;color:#60646b;white-space:nowrap}.tab.active{color:var(--blue);border-bottom:3px solid var(--blue)}.detail-hero{width:100%;height:430px;object-fit:cover}.detail-body{background:#f7f8fa;padding:26px}.detail-title{font-size:32px;font-weight:900}.desc{font-size:20px;color:#737884;line-height:1.45}.fixed-action{bottom:82px;left:50%;transform:translateX(-50%);width:min(390px,calc(100% - 36px))}.list-item{background:#fff;padding:20px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}.admin-shell{max-width:1100px;padding:24px}.admin-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.input,select,textarea{width:100%;padding:13px;border:1px solid var(--line);border-radius:10px;margin:7px 0 12px;font-size:15px}.table{border-radius:12px}.table td,.table th{border-bottom:1px solid var(--line)}@media (min-width:800px){.app{box-shadow:0 0 0 1px var(--line)}.desktop-wide{max-width:1000px}.desktop-wide .grid{grid-template-columns:repeat(3,1fr)}}.services-page{min-height:100vh;background:#f8f9fa}.services-container{max-width:1200px;margin:0 auto;padding:20px}.page-title{font-size:32px;font-weight:700;margin-bottom:30px;color:#1a1a1a}.services-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px;margin-bottom:40px}.empty-state{grid-column:1/-1;padding:60px 20px;color:#888}.empty-state p:first-child{font-size:18px;font-weight:600;margin-bottom:8px;color:#666}.service-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.08);transition:transform .2s,box-shadow .2s}.service-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.12)}.service-image-wrapper{width:100%;height:220px;overflow:hidden;background:#f0f0f0}.service-image{width:100%;height:100%;object-fit:cover;display:block}.service-content{padding:20px}.service-name{font-size:20px;font-weight:700;margin-bottom:8px;color:#1a1a1a}.service-description{color:#666;font-size:14px;line-height:1.5;margin-bottom:16px}.service-footer{display:flex;justify-content:space-between;align-items:center}.service-price{font-size:22px;color:#d4a574}.btn-book{background:#d4a574;color:#fff;border:none;padding:10px 24px;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;transition:background .2s}.btn-book:hover{background:#c49464}.booking-form-card{background:#fff;border-radius:16px;padding:32px;max-width:500px;margin:0 auto;box-shadow:0 2px 12px rgba(0,0,0,.08)}.btn-back{background:none;border:none;color:#666;font-size:14px;cursor:pointer;margin-bottom:20px;padding:0}.btn-back:hover{color:#d4a574}.form-title{font-size:24px;font-weight:700;margin-bottom:4px}.form-price{font-size:20px;font-weight:600;color:#d4a574;margin-bottom:24px}.booking-form{gap:16px}.booking-form,.form-group{display:flex;flex-direction:column}.form-group{gap:6px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-label{font-size:14px;font-weight:500;color:#333}.form-input,.form-textarea{padding:12px 16px;border:1px solid #ddd;border-radius:10px;font-size:16px;transition:border-color .2s;font-family:inherit}.form-input:focus,.form-textarea:focus{outline:none;border-color:#d4a574}.form-textarea{min-height:100px;resize:vertical}.btn-submit{background:#d4a574;color:#fff;border:none;padding:14px;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s;margin-top:8px}.btn-submit:hover{background:#c49464}.success-card{background:#fff;border-radius:16px;padding:48px 32px;text-align:center;max-width:400px;margin:0 auto;box-shadow:0 2px 12px rgba(0,0,0,.08)}.success-icon{font-size:56px;margin-bottom:16px}.success-title{font-size:24px;font-weight:700;margin-bottom:12px}.success-message{color:#666;margin-bottom:24px;line-height:1.5}@media (max-width:640px){.form-row,.services-grid{grid-template-columns:1fr}.page-title{font-size:24px}}.my-bookings-page{min-height:100vh;background:#f8f9fa}.bookings-container{max-width:700px;margin:0 auto;padding:20px}.search-card{background:#fff;border-radius:16px;padding:40px 32px;text-align:center;box-shadow:0 2px 12px rgba(0,0,0,.08);margin-top:20px}.search-text{color:#666;font-size:16px;margin-bottom:24px}.search-box{display:flex;gap:12px;max-width:400px;margin:0 auto}.search-input{flex:1;padding:14px 16px;border:2px solid #ddd;border-radius:10px;font-size:16px;transition:border-color .2s}.search-input:focus{outline:none;border-color:#d4a574}.btn-search{background:#d4a574;color:#fff;border:none;padding:14px 24px;border-radius:10px;font-weight:600;font-size:16px;cursor:pointer;white-space:nowrap;transition:background .2s}.btn-search:hover{background:#c49464}.bookings-list{display:flex;flex-direction:column;gap:16px;margin-top:20px}.booking-item{background:#fff;border-radius:16px;padding:24px;box-shadow:0 2px 12px rgba(0,0,0,.08)}.booking-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #f0f0f0}.booking-service{font-size:20px;font-weight:700;color:#1a1a1a}.booking-status-badge{padding:6px 14px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase}.booking-details{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.detail-row{display:flex;justify-content:space-between;align-items:center}.detail-label{color:#888;font-size:14px}.detail-value{font-weight:500;color:#333;font-size:14px}.booking-price{font-size:22px;font-weight:700;color:#d4a574;text-align:right;padding-top:12px;border-top:1px solid #f0f0f0}.empty-bookings{text-align:center;padding:60px 20px;background:#fff;border-radius:16px;margin-top:20px}.empty-icon{font-size:48px;margin-bottom:16px}.empty-bookings h3{font-size:20px;font-weight:600;margin-bottom:8px;color:#333}.empty-bookings p{color:#888}@media (max-width:640px){.booking-header,.search-box{flex-direction:column}.booking-header{align-items:flex-start;gap:8px}}.jayjay-home{min-height:100vh;background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.nav-container{margin:0 auto;padding:0 40px;height:70px;gap:40px}.logo{font-weight:800;color:#1a1a1a}.logo-icon{font-size:28px}.search-bar{background:#f5f5f5;border-radius:10px;padding:4px;border:2px solid transparent;transition:border-color .2s}.search-bar:focus-within{border-color:#d4a574}.search-bar input{flex:1;background:transparent;padding:10px 14px;font-size:15px}.search-bar svg{margin-left:12px;color:#888}.search-btn{background:#d4a574;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-weight:600;cursor:pointer}.nav-actions{gap:24px}.nav-link{gap:4px;color:#555;font-size:12px;font-weight:500;transition:color .2s}.nav-link:hover{color:#d4a574}.hero{background:linear-gradient(135deg,#faf7f4,#f0e6d8);padding:80px 40px}.hero-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.hero-badge{display:inline-block;background:#d4a574;color:#fff;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:600;margin-bottom:20px}.hero-text h1{font-size:56px;font-weight:800;color:#1a1a1a;line-height:1.1;margin-bottom:20px}.hero-text p{font-size:18px;color:#666;line-height:1.6;margin-bottom:32px;max-width:500px}.hero-buttons{display:flex;gap:16px}.btn-primary{gap:8px;background:#d4a574;color:#fff;text-decoration:none;padding:14px 32px;border-radius:10px;font-weight:600;font-size:16px;border:none;cursor:pointer;transition:background .2s,transform .2s}.btn-primary:hover{background:#c49464;transform:translateY(-2px)}.btn-secondary{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#1a1a1a;text-decoration:none;padding:14px 32px;border-radius:10px;font-weight:600;font-size:16px;border:2px solid #1a1a1a;cursor:pointer;transition:all .2s}.btn-secondary:hover{background:#1a1a1a;color:#fff}.hero-image img{width:100%;border-radius:20px;box-shadow:0 20px 60px rgba(0,0,0,.15)}.trust-badges{background:#fff;padding:60px 40px;border-bottom:1px solid #eee}.trust-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.trust-item{text-align:center;padding:20px}.trust-item svg{color:#d4a574;margin-bottom:16px}.trust-item h4{font-size:18px;font-weight:700;margin-bottom:8px}.trust-item p{color:#888;font-size:14px}.products-section{padding:80px 40px}.section-container{max-width:1400px;margin:0 auto}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.section-header h2{font-size:32px;font-weight:700}.view-all{display:flex;align-items:center;gap:6px;color:#d4a574;text-decoration:none;font-weight:600;font-size:15px}.view-all:hover{gap:10px}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}.product-card{border-radius:16px;text-decoration:none;color:inherit;box-shadow:0 2px 12px rgba(0,0,0,.06);transition:transform .2s,box-shadow .2s}.product-card:hover{box-shadow:0 12px 32px rgba(0,0,0,.12)}.product-image{position:relative;height:280px;overflow:hidden;background:#f5f5f5}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.product-card:hover .product-image img{transform:scale(1.05)}.product-badge{position:absolute;top:12px;left:12px;background:#d4a574;color:#fff;padding:6px 12px;border-radius:6px;font-size:12px;font-weight:600}.product-info{padding:20px}.product-info h3{font-size:16px;font-weight:600;margin-bottom:6px}.product-category{color:#888;font-size:13px;margin-bottom:12px}.product-footer{display:flex;justify-content:space-between;align-items:center}.product-price{font-size:16px;font-weight:600;color:#111827;font-family:inherit}.wishlist-btn{position:absolute;top:12px;right:12px;background:hsla(0,0%,100%,.95);border:0;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.08)}.wishlist-btn svg{color:#111827}.wishlist-btn.active{background:#fff0f0}.wishlist-btn.active svg{color:#d9534f}.nav-wishlist{position:relative;display:inline-flex;align-items:center;gap:6px}.nav-wishlist .count{position:absolute;top:-6px;right:-6px;background:#d9534f;color:#fff;font-size:12px;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700}.btn-add{background:#1a1a1a;color:#fff;border:none;padding:8px 16px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:background .2s}.btn-add:hover{background:#333}.services-banner{background:linear-gradient(135deg,#1a1a1a,#333);padding:80px 40px;margin:0 40px;border-radius:20px}.banner-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.banner-text h2{font-size:40px;font-weight:700;color:#fff;margin-bottom:16px}.banner-text p{color:#aaa;font-size:18px;line-height:1.6;margin-bottom:32px}.banner-content img{width:100%;border-radius:16px}.promo-section{padding:80px 40px}.promo-container{max-width:1400px;margin:0 auto}.promo-card{background:linear-gradient(135deg,#e8f4fd,#d4e9f7);border-radius:20px;padding:60px;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.promo-tag{display:inline-block;background:#d4a574;color:#fff;padding:6px 16px;border-radius:20px;font-size:13px;font-weight:600;margin-bottom:16px}.promo-text h2{font-size:36px;font-weight:700;margin-bottom:16px;color:#1a1a1a}.promo-text p{font-size:16px;color:#555;line-height:1.6;margin-bottom:24px}.promo-card img{width:100%;border-radius:16px}.testimonials{background:#f8f9fa;padding:80px 40px}.testimonials h2{text-align:center;font-size:32px;font-weight:700;margin-bottom:48px}.testimonials-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.testimonial-card{background:#fff;padding:32px;border-radius:16px;box-shadow:0 2px 12px rgba(0,0,0,.06)}.stars{display:flex;gap:4px;margin-bottom:16px}.testimonial-card p{color:#555;line-height:1.6;margin-bottom:16px;font-style:italic}.customer-name{color:#888;font-size:14px;font-weight:600}.footer{background:#1a1a1a;color:#fff;padding:60px 40px 20px}.footer-container{max-width:1400px;display:grid;grid-template-columns:2fr 1fr 1fr;gap:60px;margin:0 auto 40px}.footer-brand h3{font-size:24px;font-weight:700;margin-bottom:16px}.footer-brand p{color:#aaa;line-height:1.6}.footer-contact h4,.footer-links h4{font-size:16px;font-weight:600;margin-bottom:20px}.footer-links a{display:block;color:#aaa;text-decoration:none;margin-bottom:12px;transition:color .2s}.footer-links a:hover{color:#d4a574}.footer-contact p{display:flex;align-items:center;gap:10px;color:#aaa;margin-bottom:12px;font-size:14px}.footer-bottom{border-top:1px solid #333;padding-top:20px;text-align:center;color:#666;font-size:14px}@media (max-width:1024px){.banner-content,.hero-content,.promo-card,.testimonials-grid,.trust-container{grid-template-columns:1fr}.hero-text h1{font-size:40px}.footer-container{grid-template-columns:1fr;gap:30px}}@media (max-width:768px){.nav-container{padding:0 20px}.search-bar{display:none}.hero,.products-section,.promo-section,.testimonials{padding:40px 20px}.hero-text h1{font-size:32px}.products-grid{grid-template-columns:repeat(2,1fr)}}.spinner{width:40px;height:40px;border:4px solid #e5e5e5;border-top-color:#d4a574;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.spinner-small{width:20px;height:20px;border:3px solid #e5e5e5;border-top-color:#d4a574;border-radius:50%;animation:spin .8s linear infinite}body{margin:0;background:#f5f6f8;color:#111827;font-family:Arial,Helvetica,sans-serif}a{color:inherit}.app{min-height:100vh;padding-bottom:90px}.container{width:100%;max-width:1100px;margin:0 auto;padding:16px}.card{background:#fff;border-radius:18px;padding:18px;box-shadow:0 8px 24px rgba(0,0,0,.06);margin-bottom:18px}h1,h2,h3{margin-top:0}.section-title{font-size:22px;margin:24px 0 14px}.input,input,select,textarea{width:100%;padding:14px;border:1px solid #d1d5db;border-radius:14px;font-size:15px;margin-bottom:12px;background:#fff}textarea{min-height:90px}.btn,button{border:none;border-radius:14px;padding:12px 18px;background:#0b74de;color:#fff;font-weight:700;cursor:pointer}button:disabled{opacity:.5;cursor:not-allowed}.btn.full{width:100%;padding:16px;font-size:17px}.price{color:#0b74de}.grid,.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.product-card{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 8px 20px rgba(0,0,0,.05)}.product-card img{width:100%;height:170px;object-fit:cover}.product-card-content{padding:12px}.summary-line{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid #eee}.summary-total{font-size:22px;font-weight:800;border-bottom:none}.pay-option{display:flex;justify-content:space-between;align-items:center;background:#fff;border:2px solid transparent;border-radius:18px;padding:16px;margin-bottom:14px}.pay-option.active{border-color:#0b74de}.fixed-action{position:fixed;left:0;right:0;bottom:0;background:#fff;padding:14px;box-shadow:0 -8px 24px rgba(0,0,0,.08)}.table{width:100%;border-collapse:collapse;background:#fff;border-radius:14px;overflow:hidden}.table td,.table th{padding:12px;border-bottom:1px solid #eee;text-align:left}.admin-shell{padding:20px;max-width:1200px;margin:0 auto}.admin-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}@media (max-width:768px){.container{padding:14px}.admin-grid,.grid,.product-grid{grid-template-columns:1fr}h1{font-size:26px}.section-title{font-size:20px}.product-card img{height:220px}.table{display:block;overflow-x:auto;white-space:nowrap}.admin-shell{padding:12px}}.sidebar h2{margin-bottom:30px}.sidebar a{padding:12px;border-radius:10px}.admin-content{padding:24px}.stats-grid{margin-bottom:30px}.stat-card{padding:20px;border-radius:20px;box-shadow:0 10px 25px rgba(0,0,0,.05)}.stat-card h3{margin:0;color:#6b7280}.stat-card h1{margin-top:10px}.table-card{border-radius:20px;padding:20px;margin-bottom:20px}.status-processing{color:orange;font-weight:700}.status-shipped{color:#1e90ff;font-weight:700}.status-delivered{color:green;font-weight:700}.status-cancelled{color:red;font-weight:700}@media (max-width:768px){.admin-layout{flex-direction:column}.sidebar{width:100%}.stats-grid{grid-template-columns:1fr}}.admin-layout{display:flex;min-height:100vh;background:#f4f5f7}.sidebar{width:260px;background:#111827;color:#fff;padding:24px;flex-shrink:0}.sidebar h2{margin-bottom:32px}.sidebar a{display:block;color:#d1d5db;padding:13px 14px;border-radius:12px;margin-bottom:8px}.sidebar a:hover{background:#1f2937;color:#fff}.admin-content{flex:1;padding:28px;overflow-x:hidden}.topbar{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:24px;border-radius:24px;margin-bottom:24px}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:24px}.stat-card{background:#fff;padding:24px;border-radius:24px;box-shadow:0 12px 30px rgba(0,0,0,.06)}.stat-card.dark{background:#111827;color:#fff}.table-card{background:#fff;padding:24px;border-radius:24px;margin-bottom:24px;box-shadow:0 12px 30px rgba(0,0,0,.05);overflow-x:auto}@media (max-width:900px){.admin-layout{flex-direction:column}.sidebar{width:100%}.stats-grid{grid-template-columns:1fr}.topbar{flex-direction:column;align-items:flex-start;gap:14px}}.admin-layout{background:#f3f4f6;color:#0f172a}.sidebar{background:linear-gradient(180deg,#0f172a,#111827);box-shadow:12px 0 30px rgba(15,23,42,.12)}.sidebar h2{font-size:22px;letter-spacing:-.5px}.sidebar a{font-weight:600;transition:.2s ease}.sidebar a:hover{transform:translateX(4px)}.admin-content{background:#f8fafc}.topbar{border:1px solid #eef2f7;box-shadow:0 18px 45px rgba(15,23,42,.06)}.topbar h1{font-size:30px;letter-spacing:-1px}.topbar p{color:#64748b}.stats-grid{grid-template-columns:1.15fr 1fr 1fr 1fr}.stat-card{border:1px solid #eef2f7;min-height:116px}.stat-card h3{color:#64748b;font-size:14px}.stat-card h1{font-size:30px;margin:10px 0 0;letter-spacing:-1px}.stat-card.dark{background:linear-gradient(135deg,#111827,#020617)}.table-card{border:1px solid #eef2f7}.table-card h2{font-size:22px;margin-bottom:18px}.table th{background:#f8fafc;color:#64748b;font-size:13px;text-transform:uppercase}.table td{font-size:14px}.table button{margin:3px;padding:8px 12px;border-radius:10px;background:#111827}.input,select,textarea{border:1px solid #dbe3ef;background:#fff}.input:focus,select:focus,textarea:focus{outline:2px solid rgba(37,99,235,.18);border-color:#2563eb}@media (max-width:900px){.stats-grid{grid-template-columns:1fr}}.services-desktop-page{min-height:100vh;background:#f8fafc}.nav-container{max-width:1400px;margin:auto;padding:16px 24px;display:flex;align-items:center;justify-content:space-between;gap:20px}.logo{text-decoration:none;color:#111827;font-weight:700;font-size:24px}.logo,.search-bar{display:flex;align-items:center;gap:10px}.search-bar{flex:1;max-width:500px;background:#f3f4f6;padding:12px 16px;border-radius:14px}.search-bar input{border:none;background:none;width:100%;outline:none}.nav-actions{display:flex;gap:20px}.nav-link{display:flex;flex-direction:column;align-items:center;color:#374151;text-decoration:none;font-size:13px}.services-main{padding:40px 20px}.services-container{max-width:1400px;margin:auto}.services-header{margin-bottom:40px}.services-header h1{font-size:42px;font-weight:800;margin-bottom:10px}.services-header p{color:#6b7280;font-size:18px}.services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:30px}.service-card-pro{background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.08);transition:.3s}.service-card-pro:hover{transform:translateY(-6px)}.service-img-wrap{height:260px}.service-img-wrap img{width:100%;height:100%;object-fit:cover}.service-card-content{padding:24px}.service-card-content h3{font-size:22px;margin-bottom:8px}.service-card-content p{color:#6b7280;margin-bottom:18px}.service-card-footer{display:flex;justify-content:space-between;align-items:center}.service-price{font-size:24px;font-weight:700;color:#111827}.btn-book-pro{background:#111827;color:#fff;border:none;padding:12px 20px;border-radius:12px;cursor:pointer;font-weight:600}.btn-book-pro:hover{background:#000}.booking-form-pro{max-width:700px;margin:auto}.form-card-pro{background:#fff;padding:40px;border-radius:24px;box-shadow:0 10px 30px rgba(0,0,0,.08)}.form-card-pro h2{margin-bottom:10px}.form-price-pro{color:#d97706;font-size:28px;font-weight:700;margin-bottom:25px}.form-group-pro{margin-bottom:20px}.form-group-pro label{display:block;margin-bottom:8px;font-weight:600}.form-group-pro input,.form-group-pro textarea{width:100%;padding:14px;border:1px solid #d1d5db;border-radius:12px;outline:none}.form-row-pro{display:grid;grid-template-columns:1fr 1fr;gap:20px}.btn-submit-pro{width:100%;background:#111827;color:#fff;border:none;padding:16px;border-radius:14px;cursor:pointer;font-weight:700;font-size:16px}.btn-submit-pro:hover{background:#000}.btn-back-pro{margin-bottom:20px;display:flex;align-items:center;gap:8px;border:none;background:none;cursor:pointer;font-weight:600}.success-card-pro{max-width:600px;margin:auto;text-align:center;background:#fff;padding:50px;border-radius:24px;box-shadow:0 10px 30px rgba(0,0,0,.08)}.success-icon{font-size:60px;margin-bottom:20px}.footer-pro{margin-top:80px;padding:30px;text-align:center;border-top:1px solid #e5e7eb;color:#6b7280;background:#fff}@media (max-width:768px){.nav-container{flex-direction:column}.services-header h1{font-size:32px}.form-row-pro{grid-template-columns:1fr}.form-card-pro{padding:24px}.service-img-wrap{height:220px}}.shop-page{min-height:100vh;background:#f8fafc;padding-bottom:90px}.shop-hero{max-width:1200px;margin:0 auto;padding:60px 24px 30px;display:grid;grid-template-columns:1.4fr .6fr;gap:30px;align-items:center}.shop-hero h1{font-size:48px;font-weight:800;margin:10px 0;color:#111827}.shop-hero p{color:#64748b;line-height:1.7}.eyebrow{color:#2563eb;font-weight:700;text-transform:uppercase;letter-spacing:1px}.shop-search{background:#fff;padding:16px;border-radius:20px;box-shadow:0 8px 30px rgba(0,0,0,.08)}.shop-search input{width:100%;padding:14px;border:1px solid #e5e7eb;border-radius:12px;font-size:15px;outline:none}.shop-content{max-width:1200px;margin:auto;padding:0 24px 40px}.shop-tabs{display:flex;gap:12px;overflow-x:auto;padding-bottom:15px}.shop-tabs button{border:none;background:#fff;padding:12px 18px;border-radius:999px;cursor:pointer;font-weight:600;white-space:nowrap;box-shadow:0 2px 10px rgba(0,0,0,.05)}.shop-tabs button.active{background:#111827;color:#fff}.shop-meta{display:flex;justify-content:space-between;align-items:center;margin:20px 0}.shop-meta h2{margin:0;font-size:28px}.shop-meta p{color:#64748b}.shop-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.empty-state{background:#fff;padding:60px;border-radius:20px;text-align:center}.empty-state h3{margin-bottom:10px}@media (max-width:1100px){.shop-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.shop-hero{grid-template-columns:1fr;padding:30px 16px}.shop-hero h1{font-size:34px}.shop-content{padding:0 16px 100px}.shop-grid{grid-template-columns:repeat(2,1fr);gap:14px}.shop-meta{flex-direction:column;align-items:flex-start;gap:10px}}.shop-page-pro{min-height:100vh;background:#fff;color:#111;padding-bottom:80px}.shop-hero-pro{min-height:520px;display:flex;align-items:center;background:linear-gradient(90deg,rgba(0,0,0,.88),rgba(0,0,0,.45)),url(https://images.unsplash.com/photo-1445205170230-053b83016050?auto=format&fit=crop&w=1800&q=80);background-size:cover;background-position:50%;color:#fff}.shop-hero-content{max-width:1280px;width:100%;margin:auto;padding:90px 40px}.shop-hero-content span{color:#d4af37;font-weight:900;text-transform:uppercase;letter-spacing:2px;font-size:13px}.shop-hero-content h1{max-width:760px;font-size:64px;line-height:1;margin:18px 0;letter-spacing:-2px}.shop-hero-content p{max-width:560px;font-size:18px;color:#e5e5e5;line-height:1.7}.shop-hero-btn{display:inline-block;margin-top:26px;background:#d4af37;color:#000;padding:16px 30px;border-radius:999px;font-weight:900}.shop-toolbar-pro{max-width:1280px;margin:-45px auto 40px;padding:0 40px;position:relative;z-index:5}.shop-search-pro{background:#fff;border:1px solid #eee;padding:18px;border-radius:26px;box-shadow:0 24px 60px rgba(0,0,0,.12)}.shop-search-pro input{width:100%;border:1px solid #e5e5e5;border-radius:18px;padding:17px 20px;font-size:16px}.shop-category-pro{display:flex;gap:12px;margin-top:22px}.shop-category-pro button{background:#fff;color:#111;border:1px solid #ddd;padding:13px 22px;border-radius:999px;font-weight:800}.shop-category-pro button.active{background:#111;color:#d4af37;border-color:#111}.shop-section-pro{max-width:1280px;margin:0 auto 60px;padding:0 40px}.shop-section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:28px}.shop-section-head span{color:#d4af37;text-transform:uppercase;letter-spacing:1.5px;font-weight:900;font-size:13px}.shop-section-head h2{font-size:38px;margin:8px 0 0;letter-spacing:-1px}.shop-section-head p{color:#666}.shop-grid-pro{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.shop-empty-pro{background:#fafafa;border:1px solid #eee;border-radius:28px;padding:70px;text-align:center}@media (max-width:900px){.shop-hero-content{padding:60px 20px}.shop-hero-content h1{font-size:38px}.shop-section-pro,.shop-toolbar-pro{padding:0 18px}.shop-grid-pro{grid-template-columns:repeat(2,1fr);gap:16px}.shop-section-head{display:block}}.product-detail-page{min-height:100vh;background:#fff;color:#111;padding-bottom:90px}.product-detail-wrap{max-width:1280px;margin:0 auto;padding:70px 40px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.product-image-box{background:#f5f5f5;border-radius:32px;overflow:hidden;min-height:580px;display:flex;align-items:center;justify-content:center}.product-image-box img{width:100%;height:580px;object-fit:cover}.product-info-box{padding:20px}.product-breadcrumb{color:#d4af37;text-transform:uppercase;letter-spacing:1.5px;font-weight:900;font-size:13px}.product-info-box h1{font-size:56px;line-height:1;letter-spacing:-2px;margin:16px 0}.product-description{color:#555;font-size:17px;line-height:1.8;max-width:540px}.product-price{font-size:38px;font-weight:900;margin:28px 0;color:#111}.product-meta{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:28px}.product-meta span{background:#f7f7f7;border:1px solid #eee;padding:12px 16px;border-radius:999px;font-weight:700}.product-actions{display:flex;gap:14px;margin-bottom:30px}.product-add-btn{background:#111;color:#d4af37;padding:16px 28px;border-radius:999px;font-weight:900}.product-back-btn{background:#fff;color:#111;border:1px solid #ddd;padding:16px 28px;border-radius:999px;font-weight:900}.product-trust{display:grid;gap:12px;color:#444;font-weight:700}.product-detail-loading{padding:60px;text-align:center;font-weight:800}@media (max-width:900px){.product-detail-wrap{grid-template-columns:1fr;padding:24px 16px 110px;gap:24px}.product-image-box{min-height:auto;border-radius:24px}.product-image-box img{height:420px}.product-info-box{padding:0}.product-info-box h1{font-size:34px}.product-actions{flex-direction:column}.product-add-btn,.product-back-btn{width:100%}}.checkout-page-pro{min-height:100vh;background:#fff;color:#111;padding-bottom:70px}.checkout-hero-pro{background:linear-gradient(90deg,rgba(0,0,0,.9),rgba(0,0,0,.55)),url(https://images.unsplash.com/photo-1556742049-0cfed4f6a45d?auto=format&fit=crop&w=1800&q=80);background-size:cover;background-position:50%;color:#fff}.checkout-hero-pro>div{max-width:1280px;margin:0 auto;padding:70px 40px}.checkout-hero-pro p{color:#d4af37;font-weight:900;text-transform:uppercase;letter-spacing:1.6px;font-size:13px}.checkout-hero-pro h1{font-size:56px;line-height:1;margin:12px 0;letter-spacing:-1.5px}.checkout-hero-pro span{color:#e5e5e5;font-size:17px}.checkout-layout-pro{max-width:1280px;margin:-40px auto 0;padding:0 40px;display:grid;grid-template-columns:1fr 420px;gap:30px;align-items:start}.checkout-card-pro,.checkout-summary-pro{background:#fff;border:1px solid #eee;border-radius:28px;padding:28px;box-shadow:0 18px 45px rgba(0,0,0,.08);margin-bottom:24px}.checkout-card-pro h2,.checkout-summary-pro h2{font-size:24px;margin-bottom:18px}.checkout-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.checkout-form-grid input{width:100%;border:1px solid #ddd;border-radius:16px;padding:15px 16px;font-size:15px;outline:none}.checkout-form-grid input:focus{border-color:#111}.checkout-pay-option-pro{border:2px solid #111;border-radius:20px;padding:18px;display:flex;justify-content:space-between;align-items:center}.checkout-pay-option-pro h3{margin:0 0 5px}.checkout-pay-option-pro p{color:#666;margin:0}.checkout-pay-option-pro span{background:#111;color:#d4af37;padding:8px 12px;border-radius:999px;font-size:13px;font-weight:900}.checkout-item-pro,.checkout-items-pro{display:grid;gap:14px}.checkout-item-pro{grid-template-columns:70px 1fr auto;align-items:center;border-bottom:1px solid #eee;padding-bottom:14px}.checkout-item-pro img{width:70px;height:70px;border-radius:16px;object-fit:cover;background:#f5f5f5}.checkout-item-pro h3{margin:0 0 5px;font-size:16px}.checkout-item-pro p{margin:0;color:#666}.checkout-summary-pro{position:sticky;top:24px}.checkout-summary-line,.checkout-summary-total{display:flex;justify-content:space-between;padding:14px 0;border-bottom:1px solid #eee}.checkout-summary-total{border-bottom:none;font-size:24px;font-weight:900;margin-top:10px}.checkout-pay-btn-pro{width:100%;margin-top:20px;background:#111;color:#d4af37;border:none;border-radius:999px;padding:17px;font-weight:900;font-size:16px;cursor:pointer}.checkout-pay-btn-pro:disabled{background:#ccc;color:#666;cursor:not-allowed}.checkout-safe-pro{text-align:center;color:#666;font-size:13px;margin-top:16px}@media (max-width:900px){.checkout-hero-pro>div{padding:48px 18px 80px}.checkout-hero-pro h1{font-size:36px}.checkout-layout-pro{padding:0 18px}.checkout-form-grid,.checkout-layout-pro{grid-template-columns:1fr}.checkout-summary-pro{position:static}}.lux-shop{background:#fff;min-height:100vh}.lux-shop-hero{min-height:550px;background:linear-gradient(rgba(0,0,0,.75),rgba(0,0,0,.45)),url(https://images.unsplash.com/photo-1441986300917-64674bd600d8?q=80&w=1800);background-size:cover;background-position:50%;display:flex;align-items:center}.lux-shop-hero-content{max-width:1300px;margin:auto;width:100%;padding:0 40px;color:#fff}.lux-shop-hero-content span{color:#d4af37;font-weight:800;letter-spacing:2px}.lux-shop-hero-content h1{font-size:70px;margin:15px 0;max-width:700px;line-height:1}.lux-shop-hero-content p{max-width:550px;color:#ddd;line-height:1.8;margin-bottom:30px}.lux-btn{background:#d4af37;color:#000;padding:16px 28px;border-radius:999px;font-weight:700}.lux-toolbar{max-width:1300px;margin:-35px auto 50px;padding:0 40px;position:relative;z-index:5}.lux-search{background:#fff;padding:20px;border-radius:24px;box-shadow:0 15px 40px rgba(0,0,0,.12)}.lux-search input{width:100%;padding:16px;border:1px solid #eee;border-radius:14px}.lux-categories{display:flex;gap:12px;margin-top:20px;flex-wrap:wrap}.lux-categories button{border:1px solid #ddd;background:#fff;padding:12px 20px;border-radius:999px;font-weight:700}.lux-categories button.active{background:#000;color:#d4af37}.lux-section{max-width:1300px;margin:auto;padding:0 40px 70px}.lux-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:25px}.lux-head span{color:#d4af37;font-weight:800}.lux-head h2{font-size:40px;margin-top:6px}.lux-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.lux-empty{padding:60px;text-align:center;border:1px solid #eee;border-radius:20px}@media (max-width:1000px){.lux-grid{grid-template-columns:repeat(2,1fr)}.lux-shop-hero-content h1{font-size:42px}.lux-section,.lux-toolbar{padding-left:18px;padding-right:18px}}@media (max-width:1023px){body{padding-bottom:85px!important}.desktop-only{display:none!important}}.wishlist-page-pro{min-height:100vh;background:#f8fafc;padding-bottom:90px}.wishlist-hero-pro{background:linear-gradient(135deg,#111827,#000);color:#fff;padding:80px 20px 100px;text-align:center}.wishlist-hero-content{max-width:800px;margin:0 auto}.wishlist-hero-content span{color:#d4af37;font-weight:800;text-transform:uppercase;letter-spacing:2px;font-size:13px}.wishlist-hero-content h1{font-size:48px;margin:16px 0;letter-spacing:-1px}.wishlist-hero-content p{color:#9ca3af;font-size:18px;line-height:1.6}.wishlist-content-pro{max-width:1280px;margin:-50px auto 40px;padding:0 40px;position:relative;z-index:10}.wishlist-empty-pro{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:80px 40px;text-align:center;display:flex;flex-direction:column;align-items:center;box-shadow:0 20px 40px rgba(0,0,0,.06)}.wishlist-empty-pro svg{margin-bottom:24px}.wishlist-empty-pro h2{font-size:28px;color:#111827;margin-bottom:12px}.wishlist-empty-pro p{color:#64748b;font-size:16px;max-width:400px;margin-bottom:30px;line-height:1.6}.wishlist-btn-explore{display:inline-flex;align-items:center;gap:8px;background:#111827;color:#d4af37;padding:16px 32px;border-radius:999px;font-weight:800;text-decoration:none;font-size:16px;transition:transform .2s ease,box-shadow .2s ease}.wishlist-btn-explore:hover{transform:translateY(-2px);box-shadow:0 10px 20px rgba(0,0,0,.1)}.wishlist-meta-pro{background:#fff;padding:20px 30px;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.03);margin-bottom:30px;font-weight:600;color:#475569}.wishlist-loading{text-align:center;padding:60px;font-size:18px;color:#64748b;font-weight:600;background:#fff;border-radius:24px;box-shadow:0 20px 40px rgba(0,0,0,.06)}@media (max-width:768px){.wishlist-hero-content h1{font-size:36px}.wishlist-content-pro{padding:0 20px;margin-top:20px}.wishlist-empty-pro{padding:60px 20px}}body,html{overflow-x:hidden;width:100vw;max-width:100%}.wishlist-page{min-height:100vh;background:#f8fafc;padding-bottom:110px;overflow-x:hidden}.wishlist-hero{background:linear-gradient(135deg,#111827,#1f2937 55%,#d4a574 160%);color:#fff;padding:70px 20px 90px;text-align:center}.wishlist-icon{width:72px;height:72px;margin:0 auto 18px;border-radius:50%;background:hsla(31,53%,64%,.18);color:#d4a574;display:flex;align-items:center;justify-content:center}.wishlist-label{text-transform:uppercase;color:#d4a574;letter-spacing:.18em;font-size:.75rem;font-weight:800;margin-bottom:12px}.wishlist-hero h1{font-size:clamp(2.4rem,8vw,4rem);font-weight:900;margin-bottom:14px}.wishlist-subtitle{max-width:620px;margin:0 auto;color:#d1d5db;line-height:1.7;font-size:1rem}.wishlist-content{width:min(1120px,calc(100% - 32px));margin:-48px auto 0;background:#fff;border-radius:28px;padding:22px;box-shadow:0 24px 60px rgba(15,23,42,.12)}.wishlist-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px}.wishlist-small-title{color:#d4a574;font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.wishlist-header h2{font-size:1.6rem;color:#111827;margin-top:4px}.wishlist-empty-btn,.wishlist-shop-link{background:#111827;color:#fff;text-decoration:none;border-radius:999px;padding:12px 18px;font-weight:800;display:inline-flex;align-items:center;gap:8px}.wishlist-empty{min-height:360px;border:1px dashed #d1d5db;border-radius:24px;background:#f9fafb;flex-direction:column;text-align:center;padding:36px 20px}.wishlist-empty,.wishlist-empty-icon{display:flex;align-items:center;justify-content:center}.wishlist-empty-icon{width:86px;height:86px;border-radius:50%;background:#fff7ed;color:#d4a574;margin-bottom:18px}.wishlist-empty h2{font-size:1.7rem;color:#111827;margin-bottom:10px}.wishlist-empty p{max-width:460px;color:#6b7280;line-height:1.7;margin-bottom:22px}@media (min-width:768px){.wishlist-content{padding:32px}}@media (max-width:640px){.wishlist-hero{padding:52px 16px 78px}.wishlist-content{width:calc(100% - 24px);margin-top:-42px;border-radius:24px;padding:16px}.wishlist-header{flex-direction:column;align-items:flex-start}.wishlist-shop-link{width:100%;justify-content:center}}.jj-home{background:#f8f4ec;color:#111827;overflow-x:hidden;padding-bottom:90px}.jj-badge{gap:8px;border:1px solid hsla(31,53%,64%,.7);color:#f3d9a4;background:hsla(31,53%,64%,.14);padding:10px 18px;margin-bottom:22px;font-weight:800}.jj-badge,.jj-btn{display:inline-flex;align-items:center;border-radius:999px}.jj-btn{justify-content:center;gap:10px;text-decoration:none;padding:16px 28px;font-weight:900}.jj-btn-gold{background:#d4a574;color:#111}.jj-btn-outline{border:2px solid #fff;color:#fff}.jj-trust{width:min(1150px,calc(100% - 32px));margin:-46px auto 70px;position:relative;z-index:5;background:#0b0b0b;border:1px solid hsla(31,53%,64%,.4);border-radius:24px;padding:26px;display:grid;grid-template-columns:repeat(3,1fr);gap:18px;color:#fff;box-shadow:0 24px 60px rgba(0,0,0,.25)}.jj-trust div{text-align:center}.jj-trust svg{color:#d4a574;margin-bottom:10px}.jj-trust h3{margin-bottom:4px}.jj-trust p{color:#d1d5db}.jj-services{background:#111827;color:#fff;border-radius:36px;padding:60px;background-image:linear-gradient(135deg,#111827,#000)}.jj-services p{color:#d1d5db;max-width:700px;line-height:1.8;margin-bottom:28px}.jj-contact{text-align:center;background:#fff;padding:50px 24px;border-radius:32px;box-shadow:0 20px 50px rgba(0,0,0,.08)}.jj-contact p{color:#6b7280;margin-bottom:24px}.jj-contact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;max-width:760px;margin:0 auto 28px}.jj-contact-grid a{background:#f9fafb;color:#111827;text-decoration:none;padding:16px;border-radius:16px;display:flex;align-items:center;gap:10px;font-weight:800}.jj-contact-grid svg{color:#d4a574;flex-shrink:0}.jj-whatsapp{display:inline-flex;align-items:center;gap:10px;background:#25d366;color:#fff;text-decoration:none;padding:15px 24px;border-radius:999px;font-weight:900}@media (max-width:900px){.jj-trust{grid-template-columns:1fr;margin-top:-36px}.jj-services{padding:34px 22px;border-radius:26px}.jj-contact-grid{grid-template-columns:1fr}}.admin-subtitle{color:#d4a574;font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;margin-bottom:28px}.admin-section-title{display:flex;justify-content:space-between;gap:16px;margin-bottom:18px}.admin-section-title p{color:#6b7280}.admin-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.badge{display:inline-flex;padding:6px 10px;border-radius:999px;font-size:.75rem;font-weight:800}.badge.gold{background:#fff7ed;color:#b7791f}.badge.green{background:#dcfce7;color:#15803d}.badge.red{background:#fee2e2;color:#b91c1c}.sidebar{background:#111827!important}.sidebar h2{color:#d4a574}.sidebar a{color:#e5e7eb;text-decoration:none}.sidebar a:hover{background:#d4a574;color:#111827}.btn.light{background:#f3f4f6;color:#111827}.table button{margin-right:6px;padding:7px 10px;border:none;border-radius:8px;cursor:pointer}.table button:first-child{background:#fef3c7;color:#92400e}.table button:last-child{background:#fee2e2;color:#b91c1c}@media (max-width:768px){.admin-form-grid{grid-template-columns:1fr}}.jj-bridal-hero{position:relative;min-height:500px;display:flex;align-items:center;overflow:hidden;background:#050505;margin-bottom:70px}.jj-bridal-comparison{width:min(1150px,calc(100% - 32px));margin:0 auto 70px}.jj-bridal-features li svg{color:#d4a574}.jj-bridal{width:min(1150px,calc(100% - 32px));margin:0 auto 70px;padding:80px 0}.jj-bridal-banner{position:relative;height:300px;border-radius:28px;overflow:hidden;margin-bottom:40px;display:flex;align-items:center;justify-content:center;text-align:center;padding:20px;background:#111}.jj-bridal-banner-overlay{position:absolute;inset:0;background:linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6))}.jj-bridal-banner-content{position:relative;z-index:1;color:#fff}.jj-bridal-banner-content h2{font-size:clamp(2rem,5vw,2.8rem);font-weight:800;margin-bottom:12px}.jj-bridal-banner-content p{font-size:1.1rem;color:#e5e7eb;max-width:500px;margin:0 auto}.jj-bridal-header{text-align:center;margin-bottom:32px}.jj-bridal-header small{color:#d4a574;font-weight:900;text-transform:uppercase;letter-spacing:.14em}.jj-bridal-header h2{font-size:clamp(2rem,5vw,3rem);margin-top:8px}.jj-bridal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.jj-bridal-card{background:#fff;border:1px solid #e5e7eb;border-radius:24px;padding:28px;display:flex;flex-direction:column;box-shadow:0 20px 50px rgba(15,23,42,.08);transition:transform .3s,box-shadow .3s}.jj-bridal-card:hover{transform:translateY(-5px);box-shadow:0 25px 50px hsla(31,53%,64%,.15)}.jj-bridal-card.popular{border:2px solid #d4a574;transform:scale(1.03);position:relative}.jj-popular-badge{position:absolute;top:-15px;left:50%;transform:translateX(-50%);background:#d4a574;color:#111827;padding:6px 14px;border-radius:999px;font-size:13px;font-weight:900}.jj-bridal-card-header h3{font-size:1.6rem;font-weight:800;margin-bottom:8px}.jj-bridal-price{font-size:2rem;font-weight:900;color:#d4a574;margin-bottom:18px}.jj-bridal-desc{color:#6b7280;margin-bottom:18px;line-height:1.6}.jj-bridal-features{list-style:none;padding:0;margin:0 0 24px;display:flex;flex-direction:column;gap:12px;flex-grow:1}.jj-bridal-features li{display:flex;align-items:center;gap:10px;font-weight:500}.jj-bridal-features svg{color:#d4a574;flex-shrink:0}.jj-btn-book{background:#111827;color:#fff;text-align:center}.jj-btn-book:hover{background:#000}.jj-bridal-extras{margin-top:40px;display:grid;grid-template-columns:1.2fr .8fr;gap:24px;background:#fff;padding:24px;border-radius:28px;box-shadow:0 20px 50px rgba(15,23,42,.08)}.jj-bridal-extras-links{display:grid;grid-template-columns:1fr 1fr;gap:16px}.jj-bridal-extras-links a{background:#f8f4ec;padding:20px;border-radius:16px;text-decoration:none;position:relative;color:#111827}.jj-bridal-extras a h3{margin-bottom:4px}.jj-bridal-extras a p{color:#6b7280}.jj-bridal-extras a svg{position:absolute;top:20px;right:20px;color:#d4a574}.jj-bridal-testimonial{background:#f8f4ec;border-radius:16px;padding:20px}.jj-bridal-testimonial blockquote{font-style:italic;color:#4b5563;border-left:3px solid #d4a574;padding-left:16px;margin:0 0 12px}.jj-bridal-testimonial cite{font-weight:600;color:#111827}.comparison-table-wrapper{overflow-x:auto;background:#fff;padding:24px;border-radius:24px;box-shadow:0 10px 30px rgba(0,0,0,.07)}.comparison-table{width:100%;border-collapse:collapse;min-width:600px}.comparison-table td,.comparison-table th{padding:16px;text-align:center;border-bottom:1px solid #e5e7eb}.comparison-table th:first-child{text-align:left;background:transparent}.comparison-table td:first-child{text-align:left;font-weight:600}.comparison-table th.popular{background:#f8f4ec;color:#d4a574}.comparison-table td.popular{background:#f8f4ec}.check-icon{color:#16a34a;margin:0 auto}.x-icon{color:#d1d5db;margin:0 auto}@media (max-width:1024px){.jj-bridal-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.jj-bridal-grid{grid-template-columns:1fr}.jj-bridal-card.popular{transform:scale(1)}.jj-bridal-extras{grid-template-columns:1fr;gap:16px}}.jj-transformations{width:min(1150px,calc(100% - 32px));margin:0 auto 70px}.jj-transformations-grid{grid-template-columns:repeat(2,1fr);gap:28px}.jj-transformation-card{background:#fff;box-shadow:0 14px 40px rgba(0,0,0,.08)}.jj-transformation-card:hover{transform:translateY(-6px);box-shadow:0 20px 50px rgba(0,0,0,.12)}.jj-transformation-slider{background:#f0f0f0}.jj-transformation-slider>div{width:100%;height:100%}.jj-transformation-slider img{width:100%;height:100%;object-fit:cover}.jj-transformation-slider [data-rcs-handle]{background-color:#fff!important;border:2px solid #d4a574!important;box-shadow:0 0 15px rgba(0,0,0,.3)!important}.jj-transformation-slider [data-rcs-handle-line]{box-shadow:0 0 10px rgba(0,0,0,.3)!important}.jj-transformation-content{padding:24px}.jj-transformation-category{display:inline-block;background:#f8f4ec;color:#b7791f;padding:6px 12px;border-radius:999px;font-size:13px;font-weight:800;margin-bottom:12px}.jj-transformation-content h3{font-size:1.5rem;font-weight:800;margin-bottom:8px}.jj-transformation-content p{color:#6b7280;line-height:1.6}@media (max-width:768px){.jj-transformations-grid{grid-template-columns:1fr}}.jj-testimonials{width:min(1150px,calc(100% - 32px));margin:0 auto 70px}.jj-testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.jj-testimonial-card{background:#fff;border-radius:28px;padding:32px;box-shadow:0 14px 40px rgba(0,0,0,.07);display:flex;flex-direction:column}.jj-testimonial-rating{display:flex;gap:4px;margin-bottom:16px}.jj-testimonial-card blockquote{font-size:1.1rem;line-height:1.7;color:#374151;margin:0 0 24px;flex-grow:1;font-style:italic}.jj-testimonial-customer{display:flex;align-items:center;gap:14px;padding-top:20px;border-top:1px solid #f3f4f6}.jj-testimonial-customer img{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid #d4a574}.jj-testimonial-customer strong{font-weight:800;color:#111827}.jj-testimonial-customer span{display:block;font-size:13px;color:#6b7280}@media (max-width:1024px){.jj-testimonials-grid{grid-template-columns:1fr}}@media (max-width:768px){.jj-testimonial-card{padding:24px}}.jj-gallery-hero{position:relative;min-height:450px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#050505}.jj-gallery-page-content{width:min(1150px,calc(100% - 32px));margin:40px auto 70px}.jj-gallery-filters{margin-bottom:30px;padding-bottom:20px}.jj-filter-btn{padding:10px 20px}.jj-gallery-empty{grid-column:1/-1;padding:80px 20px;background:#f9fafb;border-radius:28px;border:1px dashed #e5e7eb}.jj-gallery-empty h3{font-size:1.75rem;margin-bottom:12px}.jj-gallery-empty p{color:#6b7280;max-width:400px;margin:0 auto}.jj-pagination{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:40px}.jj-pagination button{background:#fff;color:#374151;border:1px solid #d1d5db;padding:10px 20px;border-radius:12px;font-weight:700;cursor:pointer;transition:all .2s ease}.jj-pagination button:hover:not(:disabled){background:#f3f4f6;border-color:#9ca3af}.jj-pagination button:disabled{opacity:.5;cursor:not-allowed}.jj-pagination span{font-weight:600;color:#4b5563}.admin-gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}.admin-gallery-item{position:relative;border-radius:16px;overflow:hidden;aspect-ratio:1/1;box-shadow:0 4px 12px rgba(0,0,0,.1)}.admin-gallery-item img{width:100%;height:100%;object-fit:cover}.admin-gallery-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.8),transparent 60%);opacity:0;transition:opacity .3s;display:flex;flex-direction:column;justify-content:flex-end;padding:12px;color:#fff}.admin-gallery-item:hover .admin-gallery-overlay{opacity:1}.admin-gallery-overlay p{margin:0 0 8px;font-size:14px;font-weight:500}.jj-bridal-gallery{width:min(1150px,calc(100% - 32px));margin:0 auto 70px}.jj-gallery-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:18px}.jj-gallery-item{position:relative;aspect-ratio:4/5;border-radius:24px;overflow:hidden;cursor:pointer;box-shadow:0 10px 30px rgba(0,0,0,.1);transition:transform .3s}.jj-gallery-item:hover{transform:scale(1.03)}.jj-gallery-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.7),transparent 70%);opacity:0;transition:opacity .3s;display:flex;align-items:flex-end;padding:20px;color:#fff;font-weight:600}.jj-gallery-item:hover .jj-gallery-overlay{opacity:1}.jj-gallery-modal{position:fixed;inset:0;background:rgba(0,0,0,.85);z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;backdrop-filter:blur(8px)}.jj-modal-content{position:relative}.jj-modal-caption{color:#fff;text-align:center;margin-top:16px;font-size:1.1rem;font-weight:500}.jj-modal-close{position:absolute;top:20px;right:20px;background:rgba(0,0,0,.5);border:none;color:#fff;border-radius:50%;width:48px;height:48px;cursor:pointer;display:flex;align-items:center;justify-content:center}.global-footer-pro{padding:60px 24px 40px}.global-footer-grid{max-width:1280px;margin:0 auto;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.global-footer-brand h3{font-size:24px;margin-bottom:16px}.global-footer-brand p{color:#d1d5db}.global-footer-links h4{font-size:18px;margin-bottom:16px}.global-footer-links a,.global-footer-links p{color:#d1d5db;display:block;margin-bottom:12px;transition:color .2s}.global-footer-pro{background:#111827;color:#fff;padding:60px 20px 20px;margin-top:60px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.global-footer-grid{max-width:1200px;margin:0 auto 40px;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px}.global-footer-brand h3{font-size:1.5rem;font-weight:800;margin:0 0 16px;color:#fff}.global-footer-brand p{color:#9ca3af;line-height:1.6;margin:0}.global-footer-links h4{font-size:1.125rem;margin:0 0 20px;color:#fff}.global-footer-links ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.global-footer-links a{color:#9ca3af;text-decoration:none;transition:color .2s}.global-footer-links a:hover{color:#d4a574}.global-footer-bottom{max-width:1200px;margin:0 auto;padding-top:20px;border-top:1px solid #1f2937;text-align:center;color:#9ca3af;font-size:.875rem}.contact-item{display:flex;align-items:flex-start;gap:12px;color:#9ca3af;margin-bottom:16px}.contact-item a{color:#9ca3af;text-decoration:none;transition:color .2s;line-height:1.6}.contact-item a:hover{color:#d4a574}.contact-icon{color:#d4a574;margin-top:2px}.admin-login-page{min-height:100vh;background:linear-gradient(135deg,rgba(17,24,39,.95),rgba(0,0,0,.9)),url(/hero-banner.png);background-size:cover;background-position:50%;display:flex;align-items:center;justify-content:center;padding:24px}.admin-login-card{width:100%;max-width:460px;background:hsla(0,0%,100%,.96);border-radius:30px;padding:34px;box-shadow:0 30px 80px rgba(0,0,0,.35);border:1px solid hsla(31,53%,64%,.45)}.admin-login-brand{text-align:center;margin-bottom:28px}.admin-login-brand img{width:76px;height:76px;object-fit:contain;margin-bottom:12px}.admin-login-brand h1{font-size:2.1rem;color:#111827;margin:0;font-weight:900}.admin-login-brand p{color:#d4a574;font-weight:800;letter-spacing:.15em;text-transform:uppercase;font-size:.75rem;margin-top:8px}.admin-login-box h2{font-size:1.6rem;color:#111827;margin-bottom:8px}.admin-login-box p{color:#6b7280;line-height:1.6;margin-bottom:20px}.admin-pin-input{width:100%;padding:16px 18px;border-radius:16px;border:2px solid #e5e7eb;outline:none;font-size:1rem;margin-bottom:16px}.admin-pin-input:focus{border-color:#d4a574}.admin-login-btn{width:100%;background:#111827;color:#fff;border:none;padding:16px;border-radius:16px;font-weight:900;font-size:1rem;cursor:pointer}.admin-login-btn:hover{background:#d4a574;color:#111827}.category-upload-box{background:#f9fafb;border:1px dashed #d4a574;border-radius:16px;padding:16px}.category-upload-box label{display:block;font-weight:800;color:#111827;margin-bottom:10px}.category-upload-box input{width:100%}.category-preview{width:120px;height:120px;object-fit:cover;border-radius:16px;margin-top:14px;border:3px solid #d4a574}.product-upload-box{background:#f9fafb;border:1px dashed #d4a574;border-radius:16px;padding:16px}.product-upload-box label{display:block;font-weight:800;color:#111827;margin-bottom:10px}.product-preview{width:140px;height:140px;object-fit:cover;border-radius:16px;margin-top:14px;border:3px solid #d4a574}@media (max-width:768px){.admin-layout{display:block!important}.sidebar{width:100%!important;height:auto!important;min-height:auto!important;padding:22px!important;position:relative!important}.admin-content{width:100%!important;padding:18px!important;margin-left:0!important;display:block!important}.sidebar a{padding:14px 16px!important;margin-bottom:8px!important}.mobile-search-small{flex:none!important;width:170px!important;max-width:170px!important;height:54px!important;font-size:15px!important;padding:10px 14px!important;border-radius:999px!important}.mobile-search-small input{width:100%!important;min-width:0!important}}.mobile-search-small{width:300px}@media (max-width:768px){.mobile-search-small{width:170px!important;max-width:170px!important;height:54px!important;font-size:15px!important;padding:10px 14px!important}.mobile-search-input{width:100%!important;min-width:0!important;font-size:14px!important}}@media (max-width:768px){.mobile-search-input::placeholder{font-size:14px!important}}.jj-bridal-page{min-height:100vh;background:#fdf8f5}.jj-bridal-hero{padding:80px 6%;background:radial-gradient(circle at top left,rgba(212,175,55,.22),transparent 35%),linear-gradient(135deg,#030712,#111827);color:#fff;text-align:center}.jj-bridal-back{text-decoration:none;margin-bottom:35px}.jj-bridal-back,.jj-bridal-hero small{display:inline-flex;align-items:center;gap:8px;color:#d4af37;font-weight:900}.jj-bridal-hero small{text-transform:uppercase;letter-spacing:.14em}.jj-bridal-hero h1{margin:14px 0;font-size:clamp(42px,7vw,78px);font-weight:950}.jj-transformations{background:#111827;color:#fff;padding:80px 6%;margin-bottom:0}.jj-transformations-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:32px}.jj-transformation-card{background:#000;border:1px solid #d4a574;border-radius:28px;overflow:hidden;box-shadow:0 20px 50px hsla(31,53%,64%,.1);transition:transform .3s ease,box-shadow .3s ease}.jj-transformation-card:hover{transform:translateY(-8px);box-shadow:0 30px 60px hsla(31,53%,64%,.2)}.jj-transformation-slider{position:relative;aspect-ratio:16/10;background:#111}.jj-image-label{position:absolute;top:16px;background:rgba(0,0,0,.7);color:#fff;padding:6px 12px;border-radius:8px;font-size:13px;font-weight:700;z-index:10}.jj-image-label.before{left:16px}.jj-image-label.after{right:16px}.jj-transformation-slider>div[data-rcs]{border-radius:0}.jj-transformation-slider [data-rcs-handle]{background-color:#d4a574!important;border:2px solid #fff!important;box-shadow:0 0 15px hsla(31,53%,64%,.5)!important;width:48px!important;height:48px!important}.jj-transformation-slider [data-rcs-handle-line]{box-shadow:none!important;background:#d4a574!important}.jj-transformation-content{padding:28px}.jj-transformation-category{background:hsla(31,53%,64%,.15);color:#d4a574;border:1px solid hsla(31,53%,64%,.3)}.jj-transformation-content h3{color:#fff}.jj-transformation-content p{color:#d1d5db}@media (max-width:768px){.jj-transformations{padding:60px 20px}}.jj-gallery-filters{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:40px;padding-bottom:30px;border-bottom:1px solid #e5e7eb}.jj-filter-btn{background:#fff;color:#374151;border:1px solid #d1d5db;padding:12px 24px;border-radius:999px;font-weight:700;cursor:pointer;transition:all .2s ease}.jj-filter-btn:hover{background:#f3f4f6;border-color:#9ca3af}.jj-filter-btn.active{background:#111827;color:#d4a574;border-color:#111827;box-shadow:0 5px 15px rgba(0,0,0,.1)}.jj-gallery-card img,.jj-gallery-placeholder{height:380px}@media (max-width:640px){.jj-gallery-hero{padding:65px 20px}.jj-gallery-section{padding:55px 20px}.jj-gallery-grid{grid-template-columns:1fr}.jj-gallery-card img,.jj-gallery-placeholder{height:320px}}.jj-bridal-hero p{max-width:680px;margin:0 auto;color:#d1d5db;font-size:18px;line-height:1.7}.jj-gallery-page{min-height:100vh;background:#fff;color:#111827}.jj-gallery-hero{padding:85px 6%;background:radial-gradient(circle at top left,rgba(212,175,55,.22),transparent 35%),linear-gradient(135deg,#030712,#111827);color:#fff;text-align:center}.jj-gallery-back{text-decoration:none;font-weight:900;margin-bottom:35px}.jj-gallery-back,.jj-gallery-hero small{display:inline-flex;align-items:center;gap:8px;color:#d4af37}.jj-gallery-hero small{font-weight:950;text-transform:uppercase;letter-spacing:.14em}.jj-gallery-hero h1{margin:14px 0;font-size:clamp(42px,7vw,78px);font-weight:950;line-height:1}.jj-gallery-hero p{max-width:720px;margin:0 auto;color:#d1d5db;font-size:18px;line-height:1.7}.jj-gallery-section{padding:80px 6%;background:#fdfbf7}.jj-gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.jj-gallery-card{background:#fff;border-radius:28px;overflow:hidden;border:1px solid rgba(212,175,55,.25);box-shadow:0 24px 60px rgba(15,23,42,.08);transition:transform .25s ease,box-shadow .25s ease}.jj-gallery-card:hover{transform:translateY(-6px);box-shadow:0 30px 75px rgba(212,175,55,.18)}.jj-gallery-card img,.jj-gallery-placeholder{width:100%;height:320px;object-fit:cover;background:#111827}.jj-gallery-placeholder{display:flex;align-items:center;justify-content:center;color:#d4af37}.jj-gallery-card-body{padding:24px}.jj-gallery-card-body span{display:inline-flex;background:rgba(212,175,55,.14);color:#92400e;border-radius:999px;padding:8px 13px;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.08em;margin-bottom:14px}.jj-gallery-card-body h3{margin:0;font-size:21px;font-weight:950;color:#111827}.jj-gallery-card-body p{margin:10px 0 0;color:#4b5563;line-height:1.7}.jj-gallery-empty{text-align:center;font-weight:900;color:#6b7280;padding:50px 20px}@media (max-width:1024px){.jj-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.jj-gallery-hero{padding:65px 20px}.jj-gallery-section{padding:55px 20px}.jj-gallery-grid{grid-template-columns:1fr}.jj-gallery-card{border-radius:22px}.jj-gallery-card img,.jj-gallery-placeholder{height:280px}}.jl-bridal-page{min-height:100vh;background:#fffaf0;color:#111827}.jl-bridal-back{display:inline-flex;align-items:center;gap:8px;color:#f8e7a1;text-decoration:none;font-weight:900;margin-bottom:70px}.jl-bridal-badge,.jl-bridal-intro span,.jl-bridal-showcase-content span{display:inline-flex;align-items:center;gap:8px;color:#d4af37;font-weight:950;text-transform:uppercase;letter-spacing:.14em}.jl-bridal-badge{padding:11px 17px;border-radius:999px;border:1px solid rgba(212,175,55,.45);background:rgba(212,175,55,.12);backdrop-filter:blur(12px)}.jl-bridal-book,.jl-bridal-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;padding:15px 22px;text-decoration:none;font-weight:950;transition:transform .2s ease,box-shadow .2s ease}.jl-bridal-book,.jl-bridal-btn.gold{background:#d4af37;color:#111827;box-shadow:0 18px 42px rgba(212,175,55,.28)}.jl-bridal-btn.outline{border:1px solid hsla(0,0%,100%,.34);color:#fff;background:hsla(0,0%,100%,.08)}.jl-bridal-book:hover,.jl-bridal-btn:hover{transform:translateY(-3px)}.jl-bridal-intro{max-width:780px;margin:0 auto 42px;text-align:center;padding:0 20px}.jl-bridal-intro.compact{margin-bottom:30px}.jl-bridal-intro h2{margin:14px 0;color:#111827;font-size:clamp(34px,5vw,62px);line-height:1.04;letter-spacing:-.045em;font-weight:950}.jl-bridal-intro p{color:#6b7280;font-size:17px;line-height:1.75;margin:0}.jl-bridal-packages{padding:0 6% 90px}.jl-bridal-grid{max-width:1220px;margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.jl-bridal-grid.single{grid-template-columns:minmax(0,430px);justify-content:center}.jl-bridal-card{position:relative;background:#fff;border-radius:32px;overflow:hidden;border:1px solid rgba(212,175,55,.25);box-shadow:0 26px 70px rgba(15,23,42,.1);display:flex;flex-direction:column;min-height:100%;transition:transform .25s ease,box-shadow .25s ease}.jl-bridal-card:hover{transform:translateY(-8px);box-shadow:0 34px 90px rgba(212,175,55,.18)}.jl-bridal-card.popular{border-color:rgba(212,175,55,.85)}.jl-popular-badge{position:absolute;z-index:3;top:18px;right:18px;display:inline-flex;align-items:center;gap:6px;background:#d4af37;color:#111827;border-radius:999px;padding:9px 13px;font-size:12px;font-weight:950}.jl-bridal-card-image{height:250px;background:#111827}.jl-bridal-card-image img{width:100%;height:100%;object-fit:cover}.jl-bridal-card-body{padding:26px;display:flex;flex-direction:column;flex:1}.jl-bridal-card-top{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:14px}.jl-bridal-card-top span{color:#92400e;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.1em}.jl-bridal-card-top h3{margin:8px 0 0;font-size:23px;line-height:1.18;color:#111827;font-weight:950}.jl-bridal-card-top strong{color:#d4af37;font-size:21px;white-space:nowrap;font-weight:950}.jl-bridal-desc{color:#4b5563;line-height:1.72;margin:0 0 18px}.jl-bridal-features{list-style:none;padding:0;margin:0 0 24px;display:grid;gap:11px;flex:1}.jl-bridal-features li{display:flex;align-items:flex-start;gap:9px;color:#374151;line-height:1.45;font-weight:700}.jl-bridal-features svg{color:#d4af37;flex-shrink:0;margin-top:2px}.jl-bridal-book{width:100%}.jl-bridal-message{max-width:650px;margin:0 auto;background:#fff;border:1px solid rgba(212,175,55,.25);border-radius:24px;padding:30px;text-align:center;font-weight:900;color:#6b7280}.jl-bridal-message.error{color:#991b1b;background:#fee2e2}.jl-skeleton{background:linear-gradient(90deg,#f3f4f6,#e5e7eb,#f3f4f6);background-size:200% 100%;animation:jlPulse 1.4s infinite;border-radius:16px}.jl-skeleton.image{height:250px;border-radius:0}.jl-skeleton.line{height:18px;margin:16px 24px}.jl-skeleton.line.wide{height:28px}.jl-skeleton.line.short{width:60%}.jl-skeleton.button{height:50px;margin:auto 24px 24px;border-radius:999px}@keyframes jlPulse{0%{background-position:200% 0}to{background-position:-200% 0}}.jl-bridal-compare{padding:80px 6%;background:#fff}.jl-compare-table-wrap{max-width:1100px;margin:0 auto;overflow-x:auto;border-radius:26px;border:1px solid rgba(212,175,55,.25);box-shadow:0 26px 70px rgba(15,23,42,.08)}.jl-compare-table{width:100%;min-width:760px;border-collapse:collapse;background:#fff}.jl-compare-table th{background:#111827;color:#d4af37;padding:18px;text-align:center}.jl-compare-table td:first-child,.jl-compare-table th:first-child{text-align:left}.jl-compare-table td{padding:17px;border-bottom:1px solid #f3f4f6;text-align:center;font-weight:800}.jl-check{color:#16a34a}.jl-x{color:#dc2626}.jl-bridal-showcase{padding:90px 6%;background:radial-gradient(circle at top left,rgba(212,175,55,.16),transparent 35%),linear-gradient(135deg,#030712,#111827)}.jl-bridal-showcase-card{max-width:1180px;margin:0 auto;background:#fff;border-radius:34px;overflow:hidden;display:grid;grid-template-columns:.9fr 1.1fr;box-shadow:0 34px 90px rgba(0,0,0,.3)}.jl-bridal-showcase-image{position:relative;min-height:460px}.jl-bridal-showcase-content{padding:clamp(34px,5vw,70px);display:flex;flex-direction:column;justify-content:center}.jl-bridal-showcase-content blockquote{margin:20px 0;font-size:clamp(24px,3vw,42px);line-height:1.2;font-weight:950;color:#111827;letter-spacing:-.04em}.jl-bridal-showcase-content cite{color:#6b7280;font-style:normal;font-weight:900;margin-bottom:28px}.jl-bridal-faq{padding:90px 6%;background:#fffaf0}.jl-faq-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.jl-faq-grid article{background:#fff;border:1px solid rgba(212,175,55,.22);border-radius:26px;padding:28px;box-shadow:0 22px 60px rgba(15,23,42,.07)}.jl-faq-grid h3{margin:0 0 10px;font-size:20px;font-weight:950}.jl-faq-grid p{margin:0;color:#6b7280;line-height:1.7}.jl-bridal-final-cta{margin:0 6% 80px;border-radius:34px;padding:70px 30px;text-align:center;color:#fff;background:radial-gradient(circle at top left,rgba(212,175,55,.2),transparent 36%),linear-gradient(135deg,#111827,#030712)}.jl-bridal-final-cta h2{max-width:760px;margin:0 auto 14px;font-size:clamp(32px,5vw,56px);line-height:1.05;font-weight:950;letter-spacing:-.04em}.jl-bridal-final-cta p{max-width:620px;margin:0 auto 28px;color:#d1d5db;line-height:1.75}@media (max-width:1100px){.jl-bridal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.jl-bridal-showcase-card,.jl-faq-grid{grid-template-columns:1fr}}@media (max-width:700px){.jl-bridal-back{margin-bottom:42px}.jl-bridal-book,.jl-bridal-btn{width:100%}.jl-bridal-compare,.jl-bridal-faq,.jl-bridal-packages,.jl-bridal-showcase{padding-left:20px;padding-right:20px}.jl-bridal-grid{grid-template-columns:1fr}.jl-bridal-card{border-radius:26px}.jl-bridal-card-top{flex-direction:column}.jl-bridal-showcase-image{min-height:300px}.jl-bridal-final-cta{margin:0 20px 70px;padding:48px 20px;border-radius:26px}}.jl-gallery-page{min-height:100vh;background:#fffaf0;color:#111827}.jl-gallery-hero{position:relative;min-height:620px;display:flex;align-items:center;overflow:hidden;background:radial-gradient(circle at top left,rgba(212,175,55,.25),transparent 35%),linear-gradient(135deg,#030712,#111827)}.jl-gallery-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,7,18,.96),rgba(3,7,18,.72)),url(/hero-banner.png);background-size:cover;background-position:50%;opacity:.9}.jl-gallery-hero-overlay{position:absolute;inset:0;background:radial-gradient(circle at 20% 20%,rgba(212,175,55,.22),transparent 34%);z-index:1}.jl-gallery-hero-content{position:relative;z-index:2;width:100%;padding:44px 6% 90px}.jl-gallery-back{color:#f8e7a1;text-decoration:none;font-weight:900;margin-bottom:70px}.jl-gallery-back,.jl-gallery-badge{display:inline-flex;align-items:center;gap:8px}.jl-gallery-badge{color:#d4af37;border:1px solid rgba(212,175,55,.45);background:rgba(212,175,55,.12);border-radius:999px;padding:11px 17px;font-weight:950;text-transform:uppercase;letter-spacing:.14em}.jl-gallery-hero h1{max-width:820px;margin:24px 0 18px;color:#fff;font-size:clamp(48px,8vw,96px);line-height:.95;letter-spacing:-.06em;font-weight:950}.jl-gallery-hero p{max-width:650px;margin:0;color:#e5e7eb;font-size:18px;line-height:1.8}.jl-gallery-hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}.jl-gallery-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;text-decoration:none;border-radius:999px;padding:15px 22px;font-weight:950}.jl-gallery-btn.gold{background:#d4af37;color:#111827;box-shadow:0 18px 42px rgba(212,175,55,.28)}.jl-gallery-btn.outline{color:#fff;border:1px solid hsla(0,0%,100%,.35);background:hsla(0,0%,100%,.08)}.jl-gallery-stats{width:min(1180px,88%);margin:-70px auto 80px;position:relative;z-index:5;display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.jl-gallery-stats div{background:#fff;border:1px solid rgba(212,175,55,.22);border-radius:24px;padding:26px 20px;text-align:center;box-shadow:0 24px 60px rgba(15,23,42,.12)}.jl-gallery-stats strong{display:block;color:#d4af37;font-size:32px;font-weight:950}.jl-gallery-stats span{color:#4b5563;font-weight:850;font-size:14px}.jl-gallery-section{padding:0 6% 90px}.jl-gallery-heading{max-width:760px;margin:0 auto 34px;text-align:center}.jl-gallery-heading span{color:#d4af37;font-weight:950;text-transform:uppercase;letter-spacing:.14em}.jl-gallery-heading h2{margin:12px 0;font-size:clamp(34px,5vw,62px);line-height:1.04;font-weight:950;letter-spacing:-.045em}.jl-gallery-heading p{color:#6b7280;line-height:1.75;font-size:17px}.jl-gallery-toolbar{max-width:1180px;margin:0 auto 34px;display:grid;gap:18px}.jl-gallery-search{background:#fff;border:1px solid rgba(212,175,55,.35);border-radius:999px;min-height:62px;display:flex;align-items:center;gap:12px;padding:10px 18px;box-shadow:0 20px 50px rgba(15,23,42,.08)}.jl-gallery-search svg{color:#d4af37;flex-shrink:0}.jl-gallery-search input{flex:1;min-width:0;border:none;outline:none;font-size:16px;background:transparent;color:#111827;font-weight:750}.jl-gallery-search button{border:none;background:#111827;color:#fff;border-radius:999px;width:34px;height:34px;cursor:pointer}.jl-gallery-filters{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.jl-gallery-filters button{border:1px solid rgba(212,175,55,.35);background:#fff;color:#111827;border-radius:999px;padding:11px 15px;font-weight:900;cursor:pointer}.jl-gallery-filters button.active,.jl-gallery-filters button:hover{background:#111827;color:#d4af37}.jl-gallery-grid{max-width:1220px;margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.jl-gallery-card{background:#fff;border-radius:30px;overflow:hidden;border:1px solid rgba(212,175,55,.24);box-shadow:0 26px 70px rgba(15,23,42,.1);cursor:pointer;transition:transform .24s ease,box-shadow .24s ease}.jl-gallery-card:hover{transform:translateY(-8px);box-shadow:0 34px 90px rgba(212,175,55,.18)}.jl-gallery-image{position:relative;height:330px;background:#111827;overflow:hidden}.jl-gallery-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.jl-gallery-card:hover .jl-gallery-image img{transform:scale(1.06)}.jl-gallery-image span{position:absolute;left:18px;top:18px;background:#d4af37;color:#111827;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:950}.jl-gallery-placeholder{width:100%;height:100%;color:#d4af37;display:flex;align-items:center;justify-content:center}.jl-gallery-card-body{padding:24px}.jl-gallery-card-body h3{margin:0;color:#111827;font-size:21px;line-height:1.24;font-weight:950}.jl-gallery-card-body p{color:#6b7280;line-height:1.65;margin:10px 0 18px}.jl-gallery-card-body button{border:none;color:#92400e;background:rgba(212,175,55,.14);border-radius:999px;padding:10px 14px;display:inline-flex;align-items:center;gap:8px;font-weight:950}.jl-gallery-empty{max-width:620px;margin:40px auto;text-align:center;background:#fff;border:1px solid rgba(212,175,55,.25);border-radius:26px;padding:34px;font-weight:900;color:#6b7280}.jl-pagination{margin:42px auto 0;gap:14px;flex-wrap:wrap}.jl-pagination button{border:none;background:#111827;color:#fff;border-radius:999px;padding:12px 18px;display:inline-flex;align-items:center;gap:8px;font-weight:950}.jl-pagination button:disabled{opacity:.4}.jl-pagination span{font-weight:950;color:#111827}.jl-gallery-cta{margin:0 6% 90px;border-radius:34px;padding:70px 30px;text-align:center;color:#fff;background:radial-gradient(circle at top left,rgba(212,175,55,.22),transparent 36%),linear-gradient(135deg,#111827,#030712)}.jl-gallery-cta h2{max-width:760px;margin:0 auto 14px;font-size:clamp(34px,5vw,58px);line-height:1.05;font-weight:950}.jl-gallery-cta p{max-width:620px;margin:0 auto 28px;color:#d1d5db;line-height:1.75}.jl-gallery-modal{position:fixed;inset:0;z-index:1000;background:rgba(3,7,18,.88);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;padding:24px}.jl-gallery-modal-card{position:relative;width:min(1100px,100%);max-height:90vh;background:#fff;border-radius:30px;overflow:hidden;display:grid;grid-template-columns:1.2fr .8fr;box-shadow:0 34px 100px rgba(0,0,0,.5)}.jl-gallery-modal-close{position:absolute;right:16px;top:16px;z-index:5;border:none;background:#111827;color:#fff;width:42px;height:42px;border-radius:999px;font-size:28px;cursor:pointer}.jl-gallery-modal-image{min-height:560px;background:#111827}.jl-gallery-modal-image img{width:100%;height:100%;object-fit:cover}.jl-gallery-modal-info{padding:46px;display:flex;flex-direction:column;justify-content:center}.jl-gallery-modal-info span{color:#d4af37;font-weight:950;text-transform:uppercase;letter-spacing:.12em}.jl-gallery-modal-info h3{margin:14px 0;font-size:clamp(30px,4vw,48px);line-height:1.05;font-weight:950}.jl-gallery-modal-info p{color:#6b7280;line-height:1.75}.jl-gallery-modal-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.jl-gallery-modal-actions a,.jl-gallery-modal-actions button{border:none;text-decoration:none;border-radius:999px;padding:12px 17px;font-weight:950;display:inline-flex;align-items:center;gap:8px}.jl-gallery-modal-actions button{background:#f3f4f6;color:#111827}.jl-gallery-modal-actions a,.jl-gallery-nav{background:#d4af37;color:#111827}.jl-gallery-nav{position:absolute;top:50%;transform:translateY(-50%);border:none;width:48px;height:48px;border-radius:999px;cursor:pointer}.jl-gallery-nav.prev{left:16px}.jl-gallery-nav.next{right:16px}.jl-gallery-card.skeleton{height:420px;background:linear-gradient(90deg,#f3f4f6,#e5e7eb,#f3f4f6);background-size:200% 100%;animation:jlGalleryPulse 1.4s infinite}@keyframes jlGalleryPulse{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:1100px){.jl-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.jl-gallery-stats{grid-template-columns:repeat(2,1fr)}.jl-gallery-modal-card{grid-template-columns:1fr;overflow-y:auto}.jl-gallery-modal-image{min-height:360px}}@media (max-width:700px){.jl-gallery-hero{min-height:600px}.jl-gallery-hero-content{padding:28px 20px 78px}.jl-gallery-back{margin-bottom:46px}.jl-gallery-btn,.jl-gallery-hero-actions{width:100%}.jl-gallery-stats{width:calc(100% - 40px);grid-template-columns:1fr;margin-top:-55px;margin-bottom:58px}.jl-gallery-section{padding:0 20px 70px}.jl-gallery-filters{flex-wrap:nowrap;overflow-x:auto;justify-content:flex-start;padding-bottom:8px}.jl-gallery-filters button{white-space:nowrap}.jl-gallery-grid{grid-template-columns:1fr}.jl-gallery-image{height:300px}.jl-gallery-cta{margin:0 20px 70px;padding:48px 20px;border-radius:26px}.jl-gallery-modal{padding:12px}.jl-gallery-modal-card{border-radius:22px}.jl-gallery-modal-info{padding:28px}.jl-gallery-modal-actions a,.jl-gallery-modal-actions button{width:100%;justify-content:center}}.jl-bridal-booking-page{min-height:100vh;background:#fffaf0;color:#111827}.jl-bridal-booking-hero{padding:80px 6%;background:radial-gradient(circle at top left,rgba(212,175,55,.22),transparent 35%),linear-gradient(135deg,#030712,#111827);color:#fff;text-align:center}.jl-bridal-booking-back{display:inline-flex;align-items:center;gap:8px;color:#f8e7a1;text-decoration:none;font-weight:900;margin-bottom:36px}.jl-bridal-booking-hero span{display:inline-flex;align-items:center;gap:8px;color:#d4af37;font-weight:950;text-transform:uppercase;letter-spacing:.14em}.jl-bridal-booking-hero h1{max-width:850px;margin:18px auto;font-size:clamp(40px,7vw,76px);line-height:1;font-weight:950;letter-spacing:-.05em}.jl-bridal-booking-hero p{max-width:650px;margin:0 auto;color:#d1d5db;font-size:18px;line-height:1.75}.jl-bridal-booking-wrap{width:min(1180px,88%);margin:-45px auto 90px;position:relative;z-index:4;display:grid;grid-template-columns:.85fr 1.15fr;gap:28px;align-items:start}.jl-bridal-booking-card,.jl-bridal-booking-form{background:#fff;border:1px solid rgba(212,175,55,.25);border-radius:30px;box-shadow:0 26px 70px rgba(15,23,42,.12)}.jl-bridal-booking-card{padding:30px;position:sticky;top:20px}.jl-bridal-booking-label{display:inline-flex;color:#92400e;background:rgba(212,175,55,.14);border-radius:999px;padding:8px 13px;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.1em}.jl-bridal-booking-card h2{margin:18px 0 10px;font-size:34px;line-height:1.05;font-weight:950}.jl-bridal-booking-card strong{display:block;color:#d4af37;font-size:28px;font-weight:950;margin-bottom:16px}.jl-bridal-booking-card p{color:#6b7280;line-height:1.75}.jl-bridal-booking-card ul{list-style:none;padding:0;margin:22px 0;display:grid;gap:12px}.jl-bridal-booking-card li{display:flex;align-items:flex-start;gap:10px;color:#374151;font-weight:800;line-height:1.45}.jl-bridal-booking-card li svg{color:#d4af37;flex-shrink:0;margin-top:2px}.jl-bridal-booking-note{display:flex;align-items:center;gap:10px;background:#111827;color:#f8e7a1;border-radius:18px;padding:16px;font-weight:900}.jl-bridal-booking-form{padding:30px;display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.jl-bridal-booking-form .full{grid-column:1/-1}.jl-bridal-booking-form label{display:block;font-size:13px;font-weight:950;color:#374151;margin-bottom:8px}.jl-bridal-booking-form input,.jl-bridal-booking-form select,.jl-bridal-booking-form textarea{width:100%;border:1px solid #d1d5db;background:#fff;color:#111827;border-radius:16px;padding:14px 15px;outline:none;font-size:15px}.jl-bridal-booking-form input:focus,.jl-bridal-booking-form select:focus,.jl-bridal-booking-form textarea:focus{border-color:#d4af37;box-shadow:0 0 0 4px rgba(212,175,55,.16)}.jl-bridal-booking-form button{grid-column:1/-1;border:none;border-radius:999px;background:#d4af37;color:#111827;padding:16px 22px;font-size:16px;font-weight:950;cursor:pointer;box-shadow:0 18px 42px rgba(212,175,55,.25)}.jl-bridal-booking-form button:disabled{opacity:.65;cursor:not-allowed}.jl-bridal-booking-success{grid-column:1/-1;background:#dcfce7;color:#166534;border:1px solid #86efac;border-radius:18px;padding:15px;font-weight:900}@media (max-width:900px){.jl-bridal-booking-wrap{grid-template-columns:1fr}.jl-bridal-booking-card{position:static}}@media (max-width:640px){.jl-bridal-booking-hero{padding:60px 20px}.jl-bridal-booking-wrap{width:calc(100% - 40px);margin-bottom:80px}.jl-bridal-booking-form{grid-template-columns:1fr}.jl-bridal-booking-card,.jl-bridal-booking-form{padding:22px;border-radius:24px}}.jl-services-page{min-height:100vh;background:#fffaf0;color:#111827}.jl-services-logo{display:flex;align-items:center;gap:12px;text-decoration:none;color:#fff}.jl-services-logo img{object-fit:contain}.jl-services-logo strong{display:block;color:#f8e7a1;font-size:25px;font-weight:950;line-height:1}.jl-services-logo span{color:#d1d5db;font-size:11px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.jl-services-hero{position:relative;min-height:640px;display:flex;align-items:center;background:radial-gradient(circle at top left,rgba(212,175,55,.24),transparent 35%),linear-gradient(135deg,#030712,#111827);overflow:hidden}.jl-services-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,7,18,.98),rgba(3,7,18,.72)),url(/hero-banner.png);background-size:cover;background-position:50%;opacity:.82}.jl-services-hero-content{position:relative;z-index:2;padding:46px 6% 90px;max-width:920px}.jl-services-back{display:inline-flex;align-items:center;gap:8px;color:#f8e7a1;text-decoration:none;font-weight:900;margin-bottom:56px}.jl-booking-placeholder span,.jl-form-label,.jl-services-badge,.jl-services-section-head span{display:inline-flex;align-items:center;gap:8px;color:#d4af37;font-weight:950;text-transform:uppercase;letter-spacing:.14em}.jl-services-badge{border:1px solid rgba(212,175,55,.45);background:rgba(212,175,55,.12);border-radius:999px;padding:11px 17px}.jl-services-hero h1{margin:24px 0 18px;color:#fff;font-size:clamp(42px,7vw,88px);line-height:.98;letter-spacing:-.06em;font-weight:950}.jl-services-hero p{max-width:680px;color:#e5e7eb;font-size:18px;line-height:1.8;margin:0}.jl-services-hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}.jl-services-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;text-decoration:none;border-radius:999px;padding:15px 22px;font-weight:950}.jl-services-btn.gold{background:#d4af37;color:#111827;box-shadow:0 18px 42px rgba(212,175,55,.28)}.jl-services-btn.outline{color:#fff;border:1px solid hsla(0,0%,100%,.35);background:hsla(0,0%,100%,.08)}.jl-services-trust{width:min(1180px,88%);margin:-70px auto 80px;position:relative;z-index:4;display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.jl-services-trust div{background:#fff;border:1px solid rgba(212,175,55,.22);border-radius:24px;padding:24px;box-shadow:0 24px 60px rgba(15,23,42,.12)}.jl-services-trust svg{color:#d4af37;margin-bottom:12px}.jl-services-trust strong{display:block;font-size:16px;font-weight:950;margin-bottom:6px}.jl-services-trust span{color:#6b7280;font-size:14px;line-height:1.5}.jl-booking-section,.jl-services-featured,.jl-services-list-section{padding:0 6% 90px}.jl-services-section-head{max-width:760px;margin:0 auto 34px;text-align:center}.jl-services-section-head h2{margin:12px 0;font-size:clamp(34px,5vw,62px);line-height:1.04;font-weight:950;letter-spacing:-.045em}.jl-services-section-head p{color:#6b7280;line-height:1.75;font-size:17px}.jl-services-featured-grid,.jl-services-grid{max-width:1220px;margin:0 auto;display:grid;gap:28px}.jl-services-featured-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.jl-booking-form,.jl-booking-placeholder,.jl-booking-success,.jl-booking-summary,.jl-featured-service,.jl-service-card{background:#fff;border:1px solid rgba(212,175,55,.24);border-radius:30px;box-shadow:0 26px 70px rgba(15,23,42,.1)}.jl-featured-service{overflow:hidden}.jl-featured-service img{width:100%;height:250px;object-fit:cover;background:#111827}.jl-featured-service div{padding:24px}.jl-booking-summary span,.jl-featured-service span{color:#92400e;background:rgba(212,175,55,.14);border-radius:999px;padding:8px 12px;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.jl-booking-summary h2,.jl-featured-service h3,.jl-service-card h3{margin:14px 0 10px;font-size:23px;line-height:1.2;font-weight:950}.jl-booking-summary strong,.jl-featured-service strong,.jl-service-footer strong{display:block;color:#d4af37;font-size:22px;font-weight:950;margin-bottom:18px}.jl-booking-form button,.jl-booking-success button,.jl-booking-summary button,.jl-featured-service button,.jl-service-footer button{border:none;border-radius:999px;background:#d4af37;color:#111827;padding:13px 18px;font-weight:950;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px}.jl-services-toolbar{max-width:1180px;margin:0 auto 34px;display:grid;gap:18px}.jl-services-search{background:#fff;border:1px solid rgba(212,175,55,.35);border-radius:999px;min-height:62px;display:flex;align-items:center;gap:12px;padding:10px 18px;box-shadow:0 20px 50px rgba(15,23,42,.08)}.jl-services-search svg{color:#d4af37;flex-shrink:0}.jl-services-search input{flex:1;min-width:0;border:none;outline:none;font-size:16px;background:transparent;color:#111827;font-weight:750}.jl-services-search button{border:none;background:#111827;color:#fff;border-radius:999px;width:34px;height:34px;cursor:pointer}.jl-services-categories{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.jl-services-categories button{border:1px solid rgba(212,175,55,.35);background:#fff;color:#111827;border-radius:999px;padding:11px 15px;font-weight:900;cursor:pointer}.jl-services-categories button.active,.jl-services-categories button:hover{background:#111827;color:#d4af37}.jl-services-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.jl-service-card{overflow:hidden;transition:transform .24s ease,box-shadow .24s ease}.jl-service-card:hover{transform:translateY(-8px);box-shadow:0 34px 90px rgba(212,175,55,.18)}.jl-service-image{position:relative;height:280px;background:#111827}.jl-service-image img{width:100%;height:100%;object-fit:cover}.jl-service-image span{position:absolute;left:18px;top:18px;background:#d4af37;color:#111827;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:950}.jl-service-body{padding:24px}.jl-service-body p{color:#6b7280;line-height:1.65;margin:0 0 18px}.jl-service-footer{display:flex;align-items:center;justify-content:space-between;gap:14px}.jl-service-footer strong{margin:0}.jl-services-empty{max-width:620px;margin:40px auto;text-align:center;background:#fff;border:1px solid rgba(212,175,55,.25);border-radius:26px;padding:34px;color:#6b7280}.jl-services-empty svg{color:#d4af37}.jl-services-empty h3{margin:14px 0 8px;color:#111827;font-size:24px;font-weight:950}.jl-booking-placeholder,.jl-booking-success{max-width:850px;margin:0 auto;padding:44px;text-align:center}.jl-booking-placeholder h2,.jl-booking-success h2{max-width:680px;margin:14px auto;font-size:clamp(30px,4vw,48px);line-height:1.08;font-weight:950}.jl-booking-placeholder p,.jl-booking-success p,.jl-booking-success small{color:#6b7280;line-height:1.75}.jl-booking-success div{font-size:50px}.jl-booking-layout{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:.85fr 1.15fr;gap:28px;align-items:start}.jl-booking-summary{padding:24px;position:sticky;top:90px}.jl-booking-summary>button{background:#f3f4f6;color:#111827;margin-bottom:18px}.jl-booking-summary img{width:100%;height:260px;object-fit:cover;background:#111827;border-radius:22px;margin-bottom:20px}.jl-booking-summary p{color:#6b7280;line-height:1.7}.jl-booking-form{padding:30px;display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.jl-booking-form .full{grid-column:1/-1}.jl-booking-form h2{margin:12px 0 0;font-size:clamp(28px,4vw,42px);line-height:1.08;font-weight:950}.jl-booking-form label{display:block;font-size:13px;font-weight:950;color:#374151;margin-bottom:8px}.jl-booking-form input,.jl-booking-form textarea{width:100%;border:1px solid #d1d5db;background:#fff;color:#111827;border-radius:16px;padding:14px 15px;outline:none;font-size:15px}.jl-booking-form input:focus,.jl-booking-form textarea:focus{border-color:#d4af37;box-shadow:0 0 0 4px rgba(212,175,55,.16)}.jl-booking-form>button{grid-column:1/-1;width:100%;padding:16px 22px;font-size:16px;box-shadow:0 18px 42px rgba(212,175,55,.25)}.jl-booking-form>button:disabled{opacity:.65;cursor:not-allowed}.jl-services-final-cta{margin:0 6% 90px;border-radius:34px;padding:70px 30px;text-align:center;color:#fff;background:radial-gradient(circle at top left,rgba(212,175,55,.22),transparent 36%),linear-gradient(135deg,#111827,#030712)}.jl-services-final-cta h2{max-width:760px;margin:0 auto 14px;font-size:clamp(34px,5vw,58px);line-height:1.05;font-weight:950}.jl-services-final-cta p{max-width:620px;margin:0 auto 28px;color:#d1d5db;line-height:1.75}@media (max-width:1100px){.jl-services-featured-grid,.jl-services-grid,.jl-services-trust{grid-template-columns:repeat(2,minmax(0,1fr))}.jl-booking-layout{grid-template-columns:1fr}.jl-booking-summary{position:static}}@media (max-width:700px){.jl-services-logo span{display:none}.jl-services-hero{min-height:620px}.jl-services-hero-content{padding:28px 20px 80px}.jl-services-back{margin-bottom:44px}.jl-services-btn,.jl-services-hero-actions{width:100%}.jl-services-trust{width:calc(100% - 40px);grid-template-columns:1fr;margin-top:-55px;margin-bottom:58px}.jl-booking-section,.jl-services-featured,.jl-services-list-section{padding-left:20px;padding-right:20px;padding-bottom:70px}.jl-services-featured-grid,.jl-services-grid{grid-template-columns:1fr}.jl-services-categories{flex-wrap:nowrap;overflow-x:auto;justify-content:flex-start;padding-bottom:8px}.jl-services-categories button{white-space:nowrap}.jl-service-footer{flex-direction:column;align-items:stretch}.jl-service-footer button{width:100%}.jl-booking-placeholder,.jl-booking-success{padding:30px 22px}.jl-booking-form{grid-template-columns:1fr}.jl-booking-form,.jl-booking-summary{padding:22px;border-radius:24px}.jl-services-final-cta{margin:0 20px 80px;padding:48px 20px;border-radius:26px}}.jl-featured-product{background:#fff;border-radius:28px;overflow:hidden;text-decoration:none;color:#111827;border:1px solid rgba(212,175,55,.24);box-shadow:0 24px 60px rgba(15,23,42,.08);transition:transform .24s ease,box-shadow .24s ease}.jl-featured-product:hover{transform:translateY(-7px);box-shadow:0 30px 75px rgba(212,175,55,.18)}.jl-featured-product img{width:100%;height:240px;object-fit:cover;background:#111827}.jl-featured-product div{padding:20px}.jl-featured-product span{display:inline-flex;color:#92400e;background:rgba(212,175,55,.14);border-radius:999px;padding:7px 11px;font-size:11px;font-weight:950;text-transform:uppercase;margin-bottom:12px}.jl-featured-product h3{margin:0 0 10px;font-size:19px;line-height:1.25;font-weight:950}.jl-featured-product strong{color:#d4af37;font-size:20px;font-weight:950}.jl-product-page{min-height:100vh;background:#fffaf0;color:#111827}.jl-product-nav{position:sticky;top:0;z-index:50;background:rgba(3,7,18,.94);backdrop-filter:blur(18px);border-bottom:1px solid rgba(212,175,55,.18);padding:14px 6%;display:flex;align-items:center;justify-content:space-between;gap:18px}.jl-product-logo{display:flex;align-items:center;gap:12px;text-decoration:none;color:#fff}.jl-product-logo img{object-fit:contain}.jl-product-logo strong{display:block;color:#f8e7a1;font-size:25px;font-weight:950;line-height:1}.jl-product-logo span{color:#d1d5db;font-size:11px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.jl-product-nav-actions{display:flex;align-items:center;gap:12px}.jl-product-nav-actions a{color:#fff;text-decoration:none;display:inline-flex;align-items:center;gap:7px;font-weight:850}.jl-product-nav-actions span{position:relative;display:inline-flex}.jl-product-nav-actions b{position:absolute;top:-8px;right:-9px;background:#ef4444;color:#fff;border-radius:999px;min-width:17px;height:17px;display:flex;align-items:center;justify-content:center;font-size:11px}.jl-product-wrap{padding:70px 6%}.jl-product-gallery,.jl-product-info{min-width:0}.jl-product-back{color:#92400e;font-weight:900}.jl-product-main-image{background:#fff;border:1px solid rgba(212,175,55,.25);border-radius:34px;min-height:580px;box-shadow:0 26px 70px rgba(15,23,42,.1)}.jl-product-main-image img,.jl-product-placeholder{width:100%;height:580px;object-fit:cover}.jl-product-placeholder{background:radial-gradient(circle at top left,rgba(212,175,55,.18),transparent 35%),linear-gradient(135deg,#111827,#030712);color:#d4af37;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;font-weight:950}.jl-product-heart{border-radius:999px;background:#fff;color:#111827;box-shadow:0 14px 30px rgba(15,23,42,.14)}.jl-product-heart.active{color:#ef4444}.jl-product-thumbs{overflow-x:auto;padding:16px 4px 4px}.jl-product-thumbs button{border-radius:20px;border:1px solid rgba(212,175,55,.25);background:#fff;flex-shrink:0}.jl-product-thumbs button.active{border:2px solid #d4af37}.jl-product-info{background:#fff;border:1px solid rgba(212,175,55,.24);border-radius:34px;padding:clamp(26px,4vw,42px);box-shadow:0 26px 70px rgba(15,23,42,.1)}.jl-product-breadcrumb{display:flex;align-items:center;gap:8px;color:#6b7280;font-weight:800}.jl-product-breadcrumb a{color:#92400e;text-decoration:none}.jl-product-category{display:inline-flex;color:#92400e;background:rgba(212,175,55,.14);border-radius:999px;padding:8px 13px;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.1em}.jl-product-info h1{margin:18px 0 12px;font-size:clamp(34px,5vw,58px);line-height:1.02;letter-spacing:-.05em;font-weight:950}.jl-product-rating{flex-wrap:wrap}.jl-product-rating span{color:#d4af37}.jl-product-rating p{color:#6b7280}.jl-product-price-row{justify-content:space-between}.jl-product-price-row strong{color:#d4af37;font-size:clamp(30px,4vw,44px);font-weight:950}.jl-product-price-row span{border-radius:999px;padding:9px 13px;font-size:13px;font-weight:950}.jl-product-price-row .out-stock{background:#fee2e2;color:#991b1b}.jl-product-desc{color:#4b5563;line-height:1.8;margin-bottom:22px}.jl-product-benefits div{background:#fffbeb;border:1px solid rgba(212,175,55,.22);border-radius:18px;display:grid;gap:8px;color:#374151;font-weight:900}.jl-product-benefits svg{color:#d4af37}.jl-product-purchase-box{border:1px solid rgba(212,175,55,.24);border-radius:26px;background:#fffaf0}.jl-product-qty{gap:16px}.jl-product-qty span{font-weight:950;color:#374151}.jl-product-qty div{display:inline-flex;background:#fff;border-radius:999px;padding:8px;border:1px solid rgba(212,175,55,.22)}.jl-product-qty button{width:32px;height:32px;border-radius:999px;background:#111827;color:#fff;display:inline-flex;align-items:center;justify-content:center}.jl-product-qty strong{min-width:28px;text-align:center}.jl-product-actions{grid-template-columns:1fr .8fr}.jl-product-actions button{border-radius:999px;padding:15px 18px;font-weight:950;display:inline-flex;align-items:center;justify-content:center;gap:9px}.jl-add-cart{background:#d4af37;color:#111827;box-shadow:0 18px 42px rgba(212,175,55,.22)}.jl-buy-now{background:#111827;color:#fff}.jl-product-actions button:disabled{opacity:.55;cursor:not-allowed}.jl-product-tabs{border:1px solid rgba(212,175,55,.24);border-radius:24px;overflow:hidden}.jl-product-tab-buttons{display:grid;grid-template-columns:repeat(3,1fr);background:#fffbeb}.jl-product-tab-buttons button{padding:14px;font-weight:950;color:#374151}.jl-product-tab-buttons button.active{background:#111827;color:#d4af37}.jl-product-tab-content{padding:20px;color:#4b5563;line-height:1.75}.jl-product-tab-content p{margin-top:0}.jl-product-tab-content ul{list-style:none;padding:0;margin:16px 0 0;display:grid;gap:10px}.jl-product-tab-content li{display:flex;align-items:center;gap:9px;font-weight:800}.jl-product-tab-content svg{color:#d4af37}.jl-related-products{max-width:1240px;margin:0 auto;padding:20px 6% 80px}.jl-related-head{max-width:700px;margin-bottom:30px}.jl-related-head span{color:#d4af37;font-weight:950;text-transform:uppercase;letter-spacing:.14em}.jl-related-head h2{margin:12px 0;font-size:clamp(32px,5vw,54px);line-height:1.05;font-weight:950;letter-spacing:-.04em}.jl-related-head p{color:#6b7280;line-height:1.7}.jl-related-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:26px}.jl-product-cta{margin:0 6% 90px;border-radius:34px;padding:70px 30px;text-align:center;color:#fff;background:radial-gradient(circle at top left,rgba(212,175,55,.22),transparent 36%),linear-gradient(135deg,#111827,#030712)}.jl-product-cta h2{max-width:760px;margin:0 auto 14px;font-size:clamp(34px,5vw,58px);line-height:1.05;font-weight:950}.jl-product-cta p{max-width:620px;margin:0 auto 28px;color:#d1d5db;line-height:1.75}.jl-product-cta a{display:inline-flex;align-items:center;justify-content:center;gap:10px;text-decoration:none;border-radius:999px;padding:15px 22px;font-weight:950;background:#d4af37;color:#111827}.jl-product-not-found{min-height:75vh;padding:40px 20px}.jl-product-not-found h1{font-size:clamp(36px,6vw,64px);margin:0 0 12px}.jl-product-not-found p{color:#6b7280}.jl-product-not-found a{margin-top:20px;display:inline-flex;align-items:center;gap:8px;background:#111827;color:#fff;text-decoration:none;border-radius:999px;padding:13px 18px;font-weight:950}@media (max-width:1100px){.jl-product-wrap{grid-template-columns:1fr}.jl-product-main-image,.jl-product-main-image img,.jl-product-placeholder{height:520px;min-height:520px}.jl-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:700px){.jl-product-nav{padding:12px 20px}.jl-product-logo span{display:none}.jl-product-nav-actions a{font-size:0}.jl-product-wrap{padding:34px 20px 60px;gap:24px}.jl-product-main-image,.jl-product-main-image img,.jl-product-placeholder{height:360px;min-height:360px;border-radius:26px}.jl-product-info{border-radius:26px;padding:22px}.jl-product-price-row{align-items:flex-start;flex-direction:column}.jl-product-actions,.jl-product-benefits,.jl-product-tab-buttons{grid-template-columns:1fr}.jl-related-products{padding:10px 20px 70px}.jl-related-grid{grid-template-columns:1fr}.jl-product-cta{margin:0 20px 80px;padding:48px 20px;border-radius:26px}}.jl-checkout-page{background-color:var(--ivory);color:var(--text-body);font-family:var(--font-sans)}.jl-checkout-hero{padding:60px 40px;background:var(--white);text-align:center;border-bottom:1px solid var(--border-color)}.jl-checkout-hero h1{font-family:var(--font-serif);font-size:48px;margin-bottom:8px}.jl-checkout-hero p{color:var(--text-body);max-width:600px;margin:0 auto}.jl-checkout-layout{max-width:1300px;margin:40px auto;padding:0 40px;display:grid;grid-template-columns:1fr 420px;gap:30px;align-items:start}.jl-form-card{background:var(--white);border-radius:16px;padding:28px;margin-bottom:24px;border:1px solid var(--border-color)}.jl-form-card h2{font-family:var(--font-serif);font-size:26px;margin-bottom:20px}.jl-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.jl-form-group{display:flex;flex-direction:column}.jl-form-group label{font-weight:600;margin-bottom:6px;font-size:14px}.jl-form-group input{padding:14px;border-radius:8px;border:1px solid var(--border-color);font-size:15px;transition:all .3s}.jl-form-group input:focus{outline:none;border-color:var(--gold-primary);box-shadow:0 0 0 3px rgba(200,162,75,.2)}.jl-form-group.full-width{grid-column:1/-1}.jl-payment-option{border:1px solid var(--border-color);border-radius:12px;padding:16px;cursor:pointer;transition:all .3s;margin-bottom:12px}.jl-payment-option.active{border-color:var(--gold-primary);background-color:var(--ivory);box-shadow:0 0 0 3px rgba(200,162,75,.2)}.jl-checkout-summary{position:sticky;top:100px;background:var(--white);border-radius:16px;padding:28px;border:1px solid var(--border-color)}.jl-summary-item{display:flex;gap:14px;align-items:center;padding-bottom:14px;margin-bottom:14px;border-bottom:1px solid var(--border-color)}.jl-summary-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.jl-summary-item img{width:64px;height:64px;border-radius:8px;object-fit:cover}.jl-summary-item-info{flex:1}.jl-summary-line{padding:12px 0}.jl-summary-line,.jl-summary-total{display:flex;justify-content:space-between}.jl-summary-total{border-top:1px solid var(--border-color);margin-top:10px;padding-top:20px;font-size:22px;font-weight:700}.jl-place-order-btn{width:100%;background:var(--black);color:var(--white);border:none;padding:16px;border-radius:8px;font-weight:700;font-size:16px;cursor:pointer;margin-top:20px;transition:all .3s}.jl-place-order-btn:hover:not(:disabled){background:var(--gold-primary);color:var(--black)}.jl-place-order-btn:disabled{background:var(--light-gray);cursor:not-allowed}.jl-order-page{background-color:var(--ivory);font-family:var(--font-sans)}.jl-order-container{max-width:1100px;margin:60px auto;padding:0 40px}.jl-order-thank-you{text-align:center;background:var(--white);padding:50px;border-radius:24px;margin-bottom:40px;border:1px solid var(--border-color)}.jl-order-check-icon{color:#22c55e;margin-bottom:20px}.jl-order-thank-you h1{font-size:42px;margin-bottom:12px}.jl-order-thank-you p{font-size:18px;color:var(--text-body);max-width:550px;margin:0 auto}.jl-order-details-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:30px;align-items:start}.jl-order-summary{background:var(--white);border-radius:16px;padding:28px;border:1px solid var(--border-color)}.jl-order-summary h2{font-family:var(--font-serif);font-size:26px;margin-bottom:20px}.jl-order-items{display:grid;gap:16px;margin-bottom:20px}.jl-order-item{display:flex;gap:16px;align-items:center}.jl-order-item img{width:64px;height:64px;border-radius:8px;object-fit:cover;border:1px solid var(--border-color)}.jl-order-item-info{flex:1}.jl-order-item-info strong{font-weight:700}.jl-order-item-info span{display:block;color:var(--text-body);font-size:14px}.jl-order-totals{border-top:1px solid var(--border-color);padding-top:20px}.jl-order-total-line{display:flex;justify-content:space-between;padding:8px 0}.jl-order-total-line.grand-total{font-size:20px;font-weight:700;color:var(--gold-primary);margin-top:8px}.jl-order-shipping-info{display:grid;gap:24px}.jl-order-info-card{background:var(--white);border-radius:16px;padding:24px;border:1px solid var(--border-color);display:flex;gap:16px;align-items:start}.jl-order-info-card svg{color:var(--gold-primary);flex-shrink:0}.jl-order-info-card h3{font-size:18px;margin-bottom:8px}.jl-order-info-card p{margin:0;color:var(--text-body);line-height:1.6}.jl-order-actions{display:grid;gap:12px}.jl-order-btn{display:inline-flex;align-items:center;justify-content:center;padding:16px;border-radius:8px;font-weight:700;text-decoration:none;background:var(--black);color:var(--white);transition:all .3s}.jl-order-btn:hover{background:var(--gold-primary);color:var(--black)}.jl-order-btn.outline{background:transparent;color:var(--black);border:1px solid var(--border-color)}.jl-order-btn.outline:hover{background:var(--ivory);border-color:var(--black)}.jl-order-loading,.jl-order-not-found{min-height:70vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}@media (max-width:900px){.jl-order-details-grid{grid-template-columns:1fr}}.jl-account-page{background-color:var(--ivory);font-family:var(--font-sans);color:var(--text-body)}.jl-account-hero{padding:70px 40px;text-align:center;background:var(--white);border-bottom:1px solid var(--border-color)}.jl-account-hero h1{font-family:var(--font-serif);font-size:48px;margin-bottom:8px}.jl-account-hero p{color:var(--text-body);max-width:600px;margin:0 auto;font-size:18px}.jl-account-content{max-width:900px;margin:60px auto;padding:0 40px}.jl-account-search-card{background:var(--white);border-radius:24px;padding:40px;text-align:center;border:1px solid var(--border-color);box-shadow:0 20px 50px rgba(0,0,0,.07)}.jl-account-search-card h2{font-family:var(--font-serif);font-size:32px;margin-bottom:12px}.jl-account-search-card p{max-width:500px;margin:0 auto 24px;line-height:1.7}.jl-account-search-box{display:flex;max-width:500px;margin:0 auto;border:1px solid var(--border-color);border-radius:999px;padding:8px}.jl-account-search-box input{flex:1;border:none;outline:none;background:transparent;padding:0 16px;font-size:16px}.jl-account-search-box button{border:none;background:var(--black);color:var(--white);border-radius:999px;width:48px;height:48px;cursor:pointer}.jl-account-not-found{color:#b91c1c;background:#fee2e2;border-radius:12px;padding:12px;margin-top:20px!important}.jl-order-history-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.jl-order-history-header h2{font-family:var(--font-serif);font-size:32px;margin:0}.jl-order-history-header button{background:transparent;border:1px solid var(--border-color);color:var(--text-body);font-weight:700;padding:10px 16px;border-radius:8px;cursor:pointer}.jl-order-history-item{background:var(--white);border:1px solid var(--border-color);border-radius:16px;padding:20px;margin-bottom:16px;display:grid;grid-template-columns:repeat(4,1fr) auto;align-items:center;gap:16px}.jl-order-history-item div{font-size:15px}.jl-order-history-item strong{font-weight:700;display:block;font-size:16px}.jl-order-history-item span{font-size:13px;color:var(--gray)}.jl-order-history-item .status-badge{padding:6px 12px;border-radius:999px;font-weight:700;font-size:12px;text-align:center}.jl-order-history-item .status-badge.processing{background:#fffbeb;color:#b45309}.jl-order-history-item .status-badge.shipped{background:#dbeafe;color:#1e40af}.jl-order-history-item .status-badge.delivered{background:#dcfce7;color:#166534}.jl-order-history-item .status-badge.cancelled{background:#fee2e2;color:#991b1b}.jl-order-history-actions{display:flex;gap:10px;justify-content:flex-end}.jl-order-history-actions a,.jl-order-history-actions button{background:var(--black);color:var(--white);padding:12px 18px;border-radius:8px;font-weight:700;text-decoration:none;text-align:center;display:inline-flex;align-items:center;gap:6px;cursor:pointer}.jl-order-history-actions button{background:var(--ivory);color:var(--black);border:1px solid var(--border-color)}@media (max-width:768px){.jl-order-history-item{grid-template-columns:1fr;text-align:center}.jl-order-history-actions{justify-content:center}.jl-order-history-header{flex-direction:column;gap:16px;text-align:center}}.jl-about-page{background-color:var(--ivory);font-family:var(--font-sans);color:var(--text-body)}.jl-about-hero{position:relative;min-height:400px;display:flex;align-items:center;justify-content:center;text-align:center;background:linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)),url(/hero-banner.png);background-size:cover;background-position:center 30%;color:var(--white);padding:80px 40px}.jl-about-hero-content{max-width:800px}.jl-about-badge{display:inline-block;padding:8px 18px;border-radius:20px;background:hsla(0,0%,100%,.1);border:1px solid var(--gold-primary);color:var(--gold-primary);font-weight:700;text-transform:uppercase;letter-spacing:1px;font-size:14px;margin-bottom:24px}.jl-about-hero h1{font-family:var(--font-serif);font-size:56px;margin-bottom:16px;line-height:1.1}.jl-about-hero p{font-size:18px;line-height:1.6;max-width:600px;margin:0 auto;color:var(--ivory)}.jl-about-mission{padding:80px 40px;background:var(--white)}.jl-about-mission-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:60px;align-items:center}.jl-about-mission-image img{width:100%;height:auto;border-radius:16px;object-fit:cover}.jl-about-mission-text h2{font-family:var(--font-serif);font-size:42px;margin-bottom:20px}.jl-about-mission-text p{font-size:17px;line-height:1.8;margin-bottom:20px}.jl-about-mission-text cite{font-family:var(--font-serif);font-style:italic;font-size:18px;color:var(--gold-rich);font-weight:700}.jl-about-values{padding:80px 40px}.jl-about-values-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.jl-about-value-card{background:var(--white);border:1px solid var(--border-color);border-radius:16px;padding:30px;text-align:center}.jl-about-value-card svg{color:var(--gold-primary);margin-bottom:16px}.jl-about-value-card h3{font-size:24px;margin-bottom:12px}.jl-about-value-card p{line-height:1.7}@media (max-width:768px){.jl-about-mission-grid,.jl-about-values-grid{grid-template-columns:1fr}}.jl-contact-page{background-color:var(--white);font-family:var(--font-sans);color:var(--text-body)}.jl-contact-hero{padding:80px 40px;text-align:center;background:var(--ivory);border-bottom:1px solid var(--border-color)}.jl-contact-hero-content{max-width:800px;margin:0 auto}.jl-contact-badge{display:inline-block;padding:8px 18px;border-radius:20px;background:var(--white);border:1px solid var(--gold-primary);color:var(--gold-primary);font-weight:700;text-transform:uppercase;letter-spacing:1px;font-size:14px;margin-bottom:24px}.jl-contact-hero h1{font-family:var(--font-serif);font-size:56px;margin-bottom:16px;line-height:1.1}.jl-contact-hero p{font-size:18px;line-height:1.6;max-width:600px;margin:0 auto;color:var(--text-body)}.jl-contact-section{padding:80px 40px}.jl-contact-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1.5fr;gap:60px;align-items:start}.jl-contact-details h2{font-size:36px;margin-bottom:12px}.jl-contact-details p{line-height:1.7;margin-bottom:24px}.jl-contact-details h3{font-size:24px;margin-top:30px;margin-bottom:12px}.jl-contact-info-item{display:flex;align-items:center;gap:16px;margin-bottom:16px;font-weight:600}.jl-contact-info-item svg{color:var(--gold-primary)}.jl-contact-form{background:var(--ivory);padding:40px;border-radius:16px;border:1px solid var(--border-color)}.jl-contact-form textarea{width:100%;padding:14px;border-radius:8px;border:1px solid var(--border-color);font-size:15px;transition:all .3s;resize:vertical;font-family:var(--font-sans)}.jl-contact-form textarea:focus{outline:none;border-color:var(--gold-primary);box-shadow:0 0 0 3px rgba(200,162,75,.2)}.jl-contact-submit-btn{width:100%;background:var(--black);color:var(--white);border:none;padding:16px;border-radius:8px;font-weight:700;font-size:16px;cursor:pointer;margin-top:10px;transition:all .3s}.jl-contact-submit-btn:hover{background:var(--gold-primary);color:var(--black)}.jl-contact-map{padding:0;line-height:0}@media (max-width:768px){.jl-contact-grid{grid-template-columns:1fr;gap:40px}}.jl-about-faq{padding:80px 40px}.jl-faq-container{max-width:900px;margin:0 auto;display:grid;gap:16px}.jl-faq-item{background:var(--white);border:1px solid var(--border-color);border-radius:16px;overflow:hidden;transition:all .3s ease}.jl-faq-item:hover{border-color:var(--gold-primary)}.jl-faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:20px 24px;background:transparent;border:none;text-align:left;font-size:18px;font-weight:700;cursor:pointer;color:var(--black)}.jl-faq-question svg{color:var(--gold-primary);flex-shrink:0}.jl-faq-answer{padding:0 24px 24px;color:var(--text-body);line-height:1.7}@media (max-width:768px){.jl-about-faq{padding:60px 20px}}.lux-homepage{--gold-primary:#c8a24b;--gold-rich:#a57a1f;--black:#111;--charcoal:#2b2b2b;--white:#fff;--ivory:#f8f6f2;--warm-cream:#f2ece3;--beige:#e8ddcf;--border-color:#e5e5e5;--text-body:#444;--font-serif:var(--font-jayluxe-serif),Georgia,serif;--font-sans:var(--font-jayluxe-sans),system-ui,sans-serif;background-color:var(--ivory);color:var(--text-body);font-family:var(--font-sans)}.lux-announcement-bar{background-color:var(--black);color:var(--gold-primary);padding:12px 40px;text-align:center;font-size:14px;font-weight:500;display:flex;justify-content:center;align-items:center;gap:30px}.lux-announcement-bar span{display:flex;align-items:center;gap:8px}.lux-hero{background:linear-gradient(135deg,#f8f6f2,#f2ece3);padding:80px 40px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:60px;min-height:70vh}.lux-hero-text .subtitle{color:var(--gold-primary);font-weight:700;margin-bottom:12px;text-transform:uppercase;letter-spacing:1px}.lux-hero-text h1{font-family:var(--font-serif);font-size:56px;color:var(--black);margin-bottom:20px;line-height:1.2}.lux-hero-text p{color:var(--text-body);margin-bottom:30px;max-width:500px;font-size:18px;line-height:1.6}.lux-hero-text .btn{background-color:var(--black);color:var(--white);padding:16px 32px;border-radius:5px;text-decoration:none;font-weight:700;transition:background-color .3s,color .3s;border:2px solid var(--black)}.lux-hero-text .btn:hover{background-color:var(--gold-primary);color:var(--black);border-color:var(--gold-primary)}.lux-hero-image img{width:100%;border-radius:10px;object-fit:cover;height:500px}.lux-features{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;padding:60px 40px}.feature-card,.lux-features{background-color:var(--white)}.feature-card{padding:20px;text-align:center}.feature-card svg{color:var(--gold-primary);margin-bottom:16px}.feature-card h3{font-size:18px;color:var(--black);margin-bottom:8px}.lux-section{padding:80px 40px}.lux-section-title{text-align:center;font-family:var(--font-serif);font-size:42px;margin-bottom:40px}.testimonial-card .stars{color:var(--gold-primary)}.lux-newsletter{background-color:var(--black);color:var(--white);padding:60px 40px;text-align:center}.lux-newsletter h2{font-family:var(--font-serif);font-size:36px;margin-bottom:16px}.lux-newsletter .btn{background-color:var(--gold-primary);color:var(--black);font-weight:700}.lux-footer{background-color:var(--black);color:var(--white);padding:60px 40px 20px}.lux-footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:40px;margin-bottom:40px;max-width:1200px;margin-left:auto;margin-right:auto}.lux-footer-col h4{color:var(--gold-primary);font-size:18px;margin-bottom:20px}.lux-footer-col a,.lux-footer-col p{color:var(--border-color);text-decoration:none;display:block;margin-bottom:12px;transition:color .3s}.lux-footer-col a:hover{color:var(--gold-primary)}.lux-footer-bottom{text-align:center;padding-top:20px;border-top:1px solid var(--charcoal);color:var(--gray);font-size:14px;max-width:1200px;margin:0 auto}.lux-quick-view-btn{background:var(--white);color:var(--black);border:none;padding:10px 20px;border-radius:5px;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .3s}.lux-quick-view-btn:hover{background:var(--gold-primary);color:var(--black)}.quick-view-modal-overlay{position:fixed;inset:0;background-color:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:200;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:20px}.quick-view-modal{background:var(--white);border-radius:16px;width:100%;max-width:900px;display:grid;grid-template-columns:1fr 1fr;gap:30px;position:relative;padding:40px;box-shadow:0 20px 50px rgba(0,0,0,.2)}.quick-view-modal-close{position:absolute;top:15px;right:15px;background:transparent;border:none;cursor:pointer;padding:5px}.quick-view-image img{width:100%;height:450px;object-fit:cover;border-radius:10px}.quick-view-details h2{font-family:var(--font-serif);font-size:32px;margin-bottom:12px}.quick-view-details .price{font-size:28px;color:var(--gold-primary);font-weight:700;margin-bottom:16px}@media (max-width:768px){.lux-hero{grid-template-columns:1fr;text-align:center;padding:40px 20px}.lux-features{grid-template-columns:1fr 1fr;padding:40px 20px}.lux-section{padding:60px 20px}.quick-view-modal{grid-template-columns:1fr;max-height:90vh;overflow-y:auto;padding:20px}}.jl-pagination{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:50px;font-family:var(--font-sans)}.jl-pagination button{background:var(--white);color:var(--black);border:1px solid var(--border-color);padding:10px 20px;border-radius:20px;font-weight:700;cursor:pointer;transition:all .3s}.jl-pagination button:hover:not(:disabled){background:var(--black);color:var(--gold-primary);border-color:var(--black)}.jl-pagination button:disabled{opacity:.5;cursor:not-allowed}.jl-pagination span{font-weight:600;color:var(--text-body)}.jl-product-page{background-color:var(--ivory);color:var(--text-body);font-family:var(--font-sans)}.jl-product-wrap{max-width:1240px;margin:0 auto;padding:70px 40px;display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:start}.jl-product-back{display:inline-flex;align-items:center;gap:8px;color:var(--gold-rich);text-decoration:none;font-weight:700;margin-bottom:20px;transition:color .3s}.jl-product-back:hover{color:var(--black)}.jl-product-main-image{position:relative;background:var(--white);border:1px solid var(--border-color);border-radius:24px;overflow:hidden;box-shadow:0 15px 40px rgba(0,0,0,.07)}.jl-product-main-image img{width:100%;height:580px;object-fit:cover;transition:transform .3s ease-out}.jl-product-heart{position:absolute;top:18px;right:18px;border:none;width:48px;height:48px;border-radius:50%;background:var(--white);color:var(--black);box-shadow:0 8px 20px rgba(0,0,0,.1);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s}.jl-product-heart:hover{background:var(--ivory)}.jl-product-heart.active{background:#fee2e2;color:#dc2626}.jl-product-thumbs{display:flex;gap:12px;margin-top:16px}.jl-product-thumbs button{width:86px;height:86px;border-radius:16px;border:2px solid transparent;background:var(--white);overflow:hidden;cursor:pointer;opacity:.7;transition:all .3s}.jl-product-thumbs button:hover{opacity:1}.jl-product-thumbs button.active{border-color:var(--gold-primary);opacity:1}.jl-product-thumbs img{width:100%;height:100%;object-fit:cover}.jl-product-info{padding-top:30px}.jl-product-breadcrumb{color:var(--text-body);font-weight:600;margin-bottom:18px}.jl-product-breadcrumb a{color:var(--gold-rich)}.jl-product-info h1{margin:16px 0 12px;font-size:48px;line-height:1.1;letter-spacing:-1px}.jl-product-price-row{display:flex;align-items:center;gap:16px;margin-bottom:22px}.jl-product-price-row strong{color:var(--gold-primary);font-size:36px}.jl-product-price-row .in-stock{background:#dcfce7;color:#166534;border-radius:20px;padding:8px 14px;font-size:13px;font-weight:700}.jl-product-desc{line-height:1.7;font-size:16px;margin-bottom:24px}.jl-product-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:24px}.jl-product-benefits div{background:var(--white);border:1px solid var(--border-color);border-radius:12px;padding:15px;display:flex;align-items:center;gap:10px;font-weight:600}.jl-product-benefits svg{color:var(--gold-primary)}.jl-product-purchase-box{border:1px solid var(--border-color);border-radius:16px;padding:18px;background:var(--white);margin-bottom:24px}.jl-product-qty{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.jl-product-qty span{font-weight:700}.jl-product-qty div{display:flex;align-items:center;gap:12px}.jl-product-qty button{border:none;width:36px;height:36px;border-radius:50%;background:var(--ivory);color:var(--black);cursor:pointer;font-size:18px}.jl-product-qty strong{font-size:18px}.jl-product-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px}.jl-product-actions button{border:none;border-radius:8px;padding:16px;font-size:15px;font-weight:700;cursor:pointer;transition:all .3s}.jl-add-cart{background:var(--black);color:var(--white)}.jl-add-cart:hover,.jl-buy-now{background:var(--gold-primary);color:var(--black)}.jl-buy-now:hover{background:var(--black);color:var(--white)}.jl-product-tabs{margin-top:30px}.jl-product-tab-buttons{display:flex;gap:4px;border-bottom:1px solid var(--border-color)}.jl-product-tab-buttons button{background:transparent;padding:14px 20px;font-weight:700;cursor:pointer;color:var(--text-body);border:none;border-bottom:3px solid transparent}.jl-product-tab-buttons button.active{color:var(--black);border-bottom-color:var(--gold-primary)}.jl-product-tab-content{padding:24px 0;line-height:1.7}.jl-related-products{padding:20px 40px 80px}.jl-related-head{text-align:center;margin-bottom:40px}.jl-related-head h2{font-family:var(--font-serif);font-size:42px}.jl-related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.jl-product-not-found{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px}.jl-product-not-found h1{font-family:var(--font-serif);font-size:48px;margin-bottom:12px}.jl-product-not-found-btn{margin-top:24px;display:inline-flex;align-items:center;gap:8px;background:var(--black);color:var(--white);text-decoration:none;border-radius:8px;padding:14px 24px;font-weight:700}@media (max-width:768px){.jl-product-wrap{grid-template-columns:1fr;padding:20px}.jl-product-main-image img{height:420px}.jl-related-grid{grid-template-columns:1fr 1fr}}.jl-product-rating{display:flex;align-items:center;gap:12px;margin-bottom:18px}.jl-product-rating span{display:inline-flex;color:var(--gold-primary);gap:3px}.jl-product-rating p{margin:0;color:var(--text-body);font-weight:800}.jl-product-reviews{display:grid;gap:24px}.jl-review-card{border-bottom:1px solid var(--border-color);padding-bottom:20px}.jl-review-card:last-child{border-bottom:none;padding-bottom:0}.jl-review-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.jl-review-author{display:flex;align-items:center;gap:12px}.jl-review-author img{border-radius:50%;object-fit:cover}.jl-review-author strong{display:block;font-weight:900}.jl-review-author small{color:var(--text-body)}.jl-review-rating{display:flex;gap:2px;color:var(--gold-primary)}:root{--text-light:#8a8a8a;--shadow:rgba(0,0,0,.08);--success:#28a745;--danger:#dc3545;--warning:#ffc107;--gold-gradient:linear-gradient(135deg,#f3d67a,#d4af37 45%,#b8891e);--luxury-gradient:linear-gradient(90deg,#111,#2b2b2b);--hero-gradient:linear-gradient(180deg,#faf8f4,#f3eee6)}body{font-family:var(--font-jayluxe-sans),sans-serif}.btn-gold,.btn-outline,.btn-primary{transition:all .3s ease}.btn-outline{border:2px solid var(--gold);color:var(--gold)}.btn-outline:hover{background-color:var(--gold)}.card{background-color:var(--white);border:1px solid var(--border);border-radius:12px;box-shadow:0 8px 25px var(--shadow)}.product-card{transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px rgba(0,0,0,.12)}.price{color:var(--gold);font-weight:700}.old-price{color:var(--gray);text-decoration:line-through}a{color:var(--text-primary);text-decoration:none;transition:color .2s ease}a:hover{color:var(--gold)}.bg-gold-gradient{background:var(--gold-gradient)}.bg-luxury-gradient{background:var(--luxury-gradient)}.bg-hero-gradient{background:var(--hero-gradient)}:root{--black:#111;--charcoal:#2b2b2b;--dark-gray:#444;--gray:#8a8a8a;--light-gray:#e8e8e8;--gold:#d4af37;--gold-dark:#b8891e;--gold-light:#f3d67a;--gold-soft:#e6c766;--white:#fff;--ivory:#faf8f4;--beige:#f3eee6;--section:#f8f6f2;--text-primary:#111;--text-secondary:#444;--text-muted:#8a8a8a;--text-white:#fff;--border:#e8e8e8;--shadow-subtle:rgba(0,0,0,.04);--shadow-card:0 10px 30px rgba(0,0,0,.08);--font-serif:var(--font-jayluxe-serif),Georgia,serif;--font-sans:var(--font-jayluxe-sans),-apple-system,BlinkMacSystemFont,sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background-color:var(--ivory);color:var(--text-primary);font-family:var(--font-sans);overflow-x:hidden}::selection{background-color:var(--gold);color:var(--white)}.font-serif{font-family:var(--font-serif)!important}.font-sans{font-family:var(--font-sans)!important}.btn-primary{background-color:var(--black);color:var(--white);transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;align-items:center;justify-content:center}.btn-primary:hover{background-color:var(--charcoal);transform:translateY(-1px)}.btn-gold{background-color:var(--gold);color:var(--white);transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;align-items:center;justify-content:center}.btn-gold:hover{background-color:var(--gold-dark);transform:translateY(-1px)}.btn-outline{background-color:transparent;border:1px solid var(--black);color:var(--black);transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;align-items:center;justify-content:center}.btn-outline:hover{background-color:var(--black);color:var(--white)}.btn-outline-gold{background-color:transparent;border:1px solid var(--gold);color:var(--gold);transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;align-items:center;justify-content:center}.btn-outline-gold:hover{background-color:var(--gold);color:var(--black)}.product-card{background-color:var(--white);border:1px solid var(--border);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px var(--shadow-subtle);border-color:var(--gold-light)}.img-zoom{transition:transform .5s cubic-bezier(.4,0,.2,1)}.group:hover .img-zoom{transform:scale(1.05)}::-webkit-scrollbar{width:8px;height:6px}::-webkit-scrollbar-track{background:var(--ivory)}::-webkit-scrollbar-thumb{background:#d8d2c6;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--gold)}