:root{
  --ink:#111111;
  --navy:#142c47;
  --cream:#f4efe6;
  --accent-red:#d0212b;
  --light:#f7f7f8;
  --muted:#6b7280;
  --border:#e5e5e5;
  --radius:8px;
}
*{box-sizing:border-box;margin:0;padding:0;}
body{font-family:'Poppins','Segoe UI',Roboto,Arial,sans-serif;color:#1a1f2b;background:#fff;line-height:1.5;-webkit-font-smoothing:antialiased;}
a{text-decoration:none;color:inherit;}
img{max-width:100%;display:block;}
ul{list-style:none;}
.container{max-width:1280px;margin:0 auto;padding:0 20px;}
h1,h2,h3,h4{font-weight:700;}

/* ===== Buttons ===== */
.btn{display:inline-block;background:var(--ink);color:#fff;padding:11px 24px;border-radius:var(--radius);font-weight:600;font-size:14px;border:none;cursor:pointer;text-align:center;transition:background .2s,transform .1s;}
.btn:hover{background:#000;}
.btn:active{transform:scale(.97);}
.btn-outline{background:#fff;color:var(--ink);border:1.5px solid var(--ink);padding:9.5px 22px;transition:background .2s,color .2s,transform .1s;}
.btn-outline:hover{background:var(--ink);color:#fff;}
.btn-outline:active{transform:scale(.97);}
.btn-outline-light{background:transparent;color:#fff;border:1.5px solid #fff;padding:9.5px 22px;display:inline-block;border-radius:var(--radius);font-weight:600;font-size:14px;cursor:pointer;text-align:center;transition:background .2s,color .2s,transform .1s;}
.btn-outline-light:hover{background:#fff;color:var(--ink);}
.btn-outline-light:active{transform:scale(.97);}

/* ===== Top utility bar ===== */
.topbar{background:#fff;border-bottom:1px solid var(--border);font-size:12.5px;color:#444;}
.topbar-inner{display:flex;justify-content:space-between;align-items:center;padding:7px 20px;gap:10px;flex-wrap:wrap;}
.topbar-left a{margin-right:16px;font-weight:600;color:#444;transition:color .15s;}
.topbar-left a:hover{color:var(--ink);}
.topbar-right{display:flex;align-items:center;gap:16px;}
#liveClock{opacity:.85;white-space:nowrap;}
.topbar-social{display:flex;align-items:center;gap:12px;}
.topbar-social a{color:#444;display:flex;align-items:center;transition:color .15s,transform .15s;}
.topbar-social a:hover{color:var(--accent-red);transform:translateY(-1px);}

/* ===== Promo bar ===== */
.promo-bar{background:var(--ink);color:#fff;text-align:center;font-size:13px;font-weight:600;padding:9px 20px;}
.promo-bar a{text-decoration:underline;margin-left:8px;}

/* ===== Main header ===== */
header.site-header{background:#fff;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:50;}
.header-main{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 20px;}
.logo{display:flex;align-items:center;gap:10px;font-size:22px;font-weight:800;color:var(--navy);flex-shrink:0;min-width:0;}
.logo span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.logo img{height:40px;width:auto;flex-shrink:0;}

.header-search{flex:1;display:flex;max-width:560px;border:1.5px solid #ccc;border-radius:24px;overflow:hidden;transition:border-color .15s;}
.header-search:focus-within{border-color:var(--ink);}
.header-search input{flex:1;border:0;outline:0;padding:10px 18px;font-size:14px;font-family:inherit;}
.header-search button{background:#fff;color:var(--ink);border:0;border-left:1px solid var(--border);padding:0 18px;cursor:pointer;font-size:15px;transition:background .15s;}
.header-search button:hover{background:var(--light);}

.header-actions{display:flex;align-items:center;gap:10px;flex-shrink:0;}
.icon-btn{width:40px;height:40px;border-radius:50%;background:var(--light);display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0;transition:background .15s,transform .15s;}
.icon-btn:hover{background:#eceef0;transform:translateY(-1px);}
.icon-btn:active{transform:scale(.94);}
.header-cta{white-space:nowrap;}
.menu-toggle{display:none;font-size:24px;background:none;border:0;cursor:pointer;color:var(--ink);}

/* ===== Category navigation bar ===== */
.category-nav{background:#fff;border-bottom:1px solid var(--border);}
.category-nav-inner ul{display:flex;gap:2px;overflow-x:auto;scrollbar-width:none;}
.category-nav-inner ul::-webkit-scrollbar{display:none;}
.category-nav-inner a{display:block;padding:13px 14px;color:#1a1f2b;font-size:13.5px;font-weight:600;white-space:nowrap;border-bottom:2px solid transparent;transition:border-color .15s,color .15s;}
.category-nav-inner a:hover{border-bottom-color:var(--ink);}
.category-nav-inner a.active{border-bottom-color:var(--ink);font-weight:700;}
.category-nav-inner a.highlight{color:var(--accent-red);}
.category-nav-inner a.highlight.active,.category-nav-inner a.highlight:hover{border-bottom-color:var(--accent-red);}

/* ===== Mobile off-canvas menu ===== */
.main-menu{position:fixed;top:0;right:-300px;width:min(300px,85vw);height:100%;background:#fff;box-shadow:-4px 0 18px rgba(0,0,0,.15);
  padding:70px 22px 24px;transition:right .3s ease;z-index:80;overflow-y:auto;display:block;}
.main-menu.open{right:0;}
.main-menu ul{display:flex;flex-direction:column;gap:4px;}
.main-menu a{display:block;padding:12px 4px;font-weight:600;font-size:15px;color:var(--navy);border-bottom:1px solid var(--border);}
.menu-close{display:block;position:absolute;top:14px;right:16px;font-size:30px;line-height:1;background:none;border:0;cursor:pointer;color:var(--ink);z-index:81;}
.mobile-search{display:flex;border:1.5px solid #ccc;border-radius:24px;overflow:hidden;margin-bottom:18px;}
.mobile-search input{flex:1;border:0;outline:0;padding:9px 14px;font-size:14px;font-family:inherit;}
.mobile-search button{background:#fff;border:0;border-left:1px solid var(--border);padding:0 14px;cursor:pointer;}
.menu-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:75;opacity:0;pointer-events:none;transition:opacity .3s ease;}
.menu-overlay.show{display:block;opacity:1;pointer-events:auto;}

@media(min-width:901px){.main-menu, .menu-overlay{display:none !important;}}
@media(max-width:900px){
  .header-search{display:none;}
  .header-cta{display:none;}
  .menu-toggle{display:block;}
}
@media(max-width:380px){
  .logo{font-size:16px;}
  .logo img{height:30px;}
  .topbar-social{display:none;}
}

/* ===== Hero (dark promo-card style) ===== */
.hero{position:relative;background:var(--navy);background-size:cover;background-position:center;overflow:hidden;padding:70px 20px;display:flex;justify-content:center;}
.hero::after{content:'';position:absolute;inset:0;background:rgba(20,44,71,.72);z-index:0;}
.hero-ghost{position:absolute;inset:0;z-index:1;display:flex;flex-direction:column;justify-content:center;gap:18px;opacity:.12;pointer-events:none;overflow:hidden;}
.hero-ghost span{display:block;white-space:nowrap;font-size:52px;font-weight:800;color:#fff;letter-spacing:2px;}
.hero-card{position:relative;z-index:2;background:var(--cream);border-radius:var(--radius);padding:40px 44px;max-width:560px;width:100%;text-align:center;box-shadow:0 20px 50px rgba(0,0,0,.25);}
.hero-card h2{font-size:24px;margin-bottom:10px;color:var(--ink);}
.hero-card p.hero-sub{font-size:16px;font-weight:600;margin-bottom:6px;color:var(--ink);}
.hero-card p.hero-code{font-size:13px;color:var(--muted);margin-bottom:20px;}
.hero-quick-links{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;}
.hero-quick-links a{background:var(--ink);color:#fff;padding:9px 16px;border-radius:6px;font-size:13px;font-weight:600;transition:background .15s,transform .1s;}
.hero-quick-links a:hover{background:#000;}
.hero-quick-links a:active{transform:scale(.96);}
@media(max-width:600px){
  .hero{padding:44px 16px;}
  .hero-ghost span{font-size:32px;}
  .hero-card{padding:28px 22px;}
  .hero-card h2{font-size:19px;}
}

/* ===== Trust bar ===== */
.trust-bar{background:#fff;padding:36px 0;border-bottom:1px solid var(--border);}
.trust-bar-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px;text-align:center;}
.trust-item-icon{width:52px;height:52px;border-radius:50%;background:var(--light);display:flex;align-items:center;justify-content:center;font-size:24px;margin:0 auto 12px;}
.trust-item h4{font-size:15px;margin-bottom:4px;}
.trust-item p{font-size:13px;color:var(--muted);}

/* ===== Sections ===== */
.section{padding:48px 0;}
.section-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px;gap:10px;flex-wrap:wrap;}
.section-title h3{font-size:22px;}
.section-title a{font-size:14px;color:var(--ink);font-weight:700;white-space:nowrap;text-decoration:underline;}

/* ===== Horizontal scroll rail ===== */
.rail-wrap{position:relative;}
.rail{display:flex;gap:18px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;padding-bottom:4px;}
.rail::-webkit-scrollbar{display:none;}
.rail-arrow{position:absolute;top:40%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;background:#fff;border:1px solid var(--border);box-shadow:0 2px 8px rgba(0,0,0,.12);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:5;font-size:15px;transition:background .15s,transform .15s;}
.rail-arrow:hover{background:var(--light);}
.rail-arrow:active{transform:translateY(-50%) scale(.9);}
.rail-arrow.next{right:-6px;}
.rail-arrow.prev{left:-6px;}
@media(max-width:700px){.rail-arrow{display:none;}}

/* ===== Category tiles ===== */
.category-tile{flex:0 0 150px;text-align:center;}
.category-tile-img{aspect-ratio:1/1;border-radius:var(--radius);overflow:hidden;background:#eee;margin-bottom:10px;}
.category-tile-img img{width:100%;height:100%;object-fit:cover;}
.category-tile-name{font-weight:600;font-size:13.5px;color:#1a1f2b;}

/* ===== Collections tiles ===== */
.collection-tile{flex:0 0 220px;border-radius:var(--radius);overflow:hidden;position:relative;}
.collection-tile img{width:100%;height:150px;object-fit:cover;}
.collection-tile-name{font-weight:600;font-size:14px;padding:12px 4px 0;}

/* ===== Services (tile style) ===== */
.services-grid.rail .service-card{flex:0 0 170px;text-align:center;}
.service-icon-box{width:60px;height:60px;border-radius:var(--radius);background:var(--light);display:flex;align-items:center;justify-content:center;font-size:26px;margin:0 auto 10px;}
.service-card h4{font-size:13.5px;font-weight:600;}

/* ===== Product cards ===== */
.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:22px;}
.product-rail .product-card{flex:0 0 200px;}
.product-card{position:relative;background:#fff;transition:.2s;}
.product-card .img-wrap{aspect-ratio:1/1;overflow:hidden;background:#f0f0f5;border-radius:var(--radius);border:1px solid var(--border);}
.product-card .img-wrap img{width:100%;height:100%;object-fit:cover;transition:.3s;}
.product-card:hover .img-wrap img{transform:scale(1.04);}
.product-card .info{padding-top:10px;}
.product-card .cat{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.5px;}
.product-card h4{font-size:14px;margin:4px 0 6px;font-weight:600;min-height:36px;}
.product-card .stars{color:#f5a623;font-size:12px;margin-bottom:4px;}
.product-card .stars .count{color:var(--muted);margin-left:4px;}
.product-card .price{color:var(--ink);font-weight:700;font-size:15px;}
.product-card .price.hidden-price{color:var(--muted);font-weight:500;font-size:13px;}
.product-badge{position:absolute;top:10px;left:10px;background:var(--navy);color:#fff;font-size:10px;font-weight:700;padding:4px 9px;border-radius:20px;z-index:2;text-transform:uppercase;letter-spacing:.4px;}
.product-badge-static{display:inline-block;position:static;margin-bottom:10px;}

@media(max-width:480px){
  .section{padding:32px 0;}
  .product-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:14px;}
  .category-tile{flex-basis:110px;}
  .section-title h3{font-size:18px;}
}

/* ===== Breadcrumb ===== */
.breadcrumb{padding:14px 0;font-size:13px;color:var(--muted);}
.breadcrumb a{color:var(--muted);}
.breadcrumb a:hover{color:var(--ink);text-decoration:underline;}
.breadcrumb .sep{margin:0 6px;}

/* ===== Category page hero (split layout) ===== */
.category-hero{background:var(--navy);color:#fff;}
.category-hero-inner{display:flex;align-items:center;justify-content:space-between;gap:36px;padding:44px 0;}
.category-hero-text{flex:1 1 480px;max-width:520px;}
.category-hero-text h1{font-size:30px;margin-bottom:10px;}
.category-hero-text p{font-size:14.5px;color:#c9d3de;margin-bottom:20px;max-width:480px;}
.category-hero-actions{display:flex;gap:10px;flex-wrap:wrap;}
.category-hero-img{flex:1 1 320px;max-width:380px;border-radius:var(--radius);overflow:hidden;}
@media(max-width:700px){
  .category-hero-inner{flex-direction:column-reverse;padding:28px 0;text-align:center;}
  .category-hero-text p{max-width:100%;}
  .category-hero-actions{justify-content:center;}
  .category-hero-img{flex-basis:auto;width:100%;max-width:280px;}
}

/* ===== Category page layout (sidebar + grid) ===== */
.category-layout{display:grid;grid-template-columns:220px 1fr;gap:36px;align-items:start;}
.category-sidebar{border:1px solid var(--border);border-radius:var(--radius);padding:18px;}
.category-sidebar h4{font-size:14px;margin-bottom:12px;}
.category-sidebar li{margin-bottom:2px;}
.category-sidebar a{display:block;padding:8px 6px;font-size:13.5px;border-radius:6px;}
.category-sidebar a:hover{background:var(--light);}
.category-sidebar a.active{background:var(--ink);color:#fff;}
@media(max-width:800px){
  .category-layout{grid-template-columns:1fr;}
  .category-sidebar{display:flex;overflow-x:auto;gap:4px;padding:10px;}
  .category-sidebar ul{display:flex;gap:4px;}
  .category-sidebar h4{display:none;}
}

/* ===== Product detail page ===== */
.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:44px;}
.product-gallery-main{aspect-ratio:1/1;border-radius:var(--radius);overflow:hidden;border:1px solid var(--border);margin-bottom:12px;}
.product-gallery-main img{width:100%;height:100%;object-fit:cover;}
.product-gallery-thumbs{display:flex;gap:10px;}
.product-gallery-thumbs img{width:64px;height:64px;object-fit:cover;border-radius:6px;border:2px solid var(--border);cursor:pointer;}
.product-gallery-thumbs img.active{border-color:var(--ink);}
.product-stars{color:#f5a623;font-size:14px;margin-bottom:14px;}
.product-stars .count{color:var(--muted);font-size:13px;margin-left:6px;text-decoration:underline;}
@media(max-width:700px){.product-detail{grid-template-columns:1fr;gap:22px;}}

/* ===== Related products / reviews ===== */
.reviews-summary{display:flex;align-items:center;gap:16px;margin-bottom:24px;flex-wrap:wrap;}
.reviews-summary .big-rating{font-size:34px;font-weight:800;}
.reviews-summary .stars-lg{color:#f5a623;font-size:18px;}
.review-item{border-bottom:1px solid var(--border);padding:18px 0;}
.review-item .stars{color:#f5a623;font-size:13px;margin-bottom:4px;}
.review-item .meta{font-size:12px;color:var(--muted);margin-bottom:8px;}
.review-item .verified{color:#1a7d32;font-weight:600;}
.review-item p{font-size:14px;color:#333;line-height:1.6;}

/* ===== Mid banner (split promo) ===== */
.mid-banner{background:var(--cream);}
.mid-banner-inner{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:50px 0;}
.mid-banner-text{flex:1 1 400px;max-width:480px;}
.mid-banner-text h2{font-size:26px;margin-bottom:12px;}
.mid-banner-text p{font-size:14.5px;color:#4a4a4a;margin-bottom:20px;max-width:440px;}
.mid-banner-img{flex:1 1 320px;max-width:400px;border-radius:var(--radius);overflow:hidden;}
@media(max-width:700px){
  .mid-banner-inner{flex-direction:column;padding:32px 0;text-align:center;}
  .mid-banner-img{flex-basis:auto;width:100%;}
  .mid-banner-text p{max-width:100%;}
}

/* ===== Testimonials ===== */
.testimonials-section{background:var(--light);}
.testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:22px;}
.testimonial-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:24px;}
.testimonial-stars{color:#f5a623;font-size:15px;margin-bottom:10px;letter-spacing:2px;}
.testimonial-review{font-size:14px;color:#3a4657;line-height:1.7;margin-bottom:18px;font-style:italic;}
.testimonial-author{display:flex;align-items:center;gap:12px;}
.testimonial-author img{width:44px;height:44px;border-radius:50%;object-fit:cover;flex-shrink:0;}
.testimonial-name{font-weight:700;font-size:14px;}
.testimonial-role{font-size:12px;color:var(--muted);}

/* ===== About section ===== */
.about-section{background:#fff;border-top:1px solid var(--border);}
.about-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:36px;}
.about-grid h3{font-size:20px;margin-bottom:12px;}
.about-grid p{font-size:13.5px;color:var(--muted);line-height:1.8;}
@media(max-width:800px){.about-grid{grid-template-columns:1fr;gap:24px;}}

/* ===== Newsletter (light split) ===== */
.newsletter-band{background:var(--light);border-top:1px solid var(--border);}
.newsletter-inner{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:44px 0;flex-wrap:wrap;}
.newsletter-text{flex:1;min-width:240px;}
.newsletter-text h3{font-size:22px;margin-bottom:8px;}
.newsletter-text p{font-size:14px;color:var(--muted);}
.newsletter-form{display:flex;gap:10px;flex-wrap:wrap;}
.newsletter-form input{padding:11px 16px;border-radius:6px;border:1.5px solid #ccc;outline:0;font-size:14px;font-family:inherit;min-width:240px;transition:border-color .15s;}
.newsletter-form input:focus{border-color:var(--ink);}
.newsletter-success{background:#e2f6e6;color:#1a7d32;padding:12px 20px;border-radius:6px;font-weight:600;font-size:14px;}
@media(max-width:700px){
  .newsletter-inner{flex-direction:column;text-align:center;}
  .newsletter-form{justify-content:center;width:100%;}
  .newsletter-form input{min-width:0;flex:1;}
}

/* ===== Footer ===== */
footer.site-footer{background:var(--navy);color:#cbd0dc;}
.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1.2fr;gap:30px;padding:50px 20px;}
.footer-col h4{color:#fff;font-size:15px;margin-bottom:16px;}
.footer-logo{display:flex;align-items:center;gap:10px;font-size:20px;font-weight:800;color:#fff;margin-bottom:12px;}
.footer-logo img{height:36px;}
.footer-col p{font-size:13.5px;line-height:1.7;color:#a6acbb;word-break:break-word;}
.footer-col ul li{margin-bottom:10px;}
.footer-col ul a{font-size:13.5px;color:#cbd0dc;}
.footer-col ul a:hover{color:#fff;text-decoration:underline;}
.footer-social{margin-top:14px;display:flex;gap:12px;}
.footer-social a{width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;color:#cbd0dc;transition:background .15s,color .15s,transform .15s;}
.footer-social a:hover{background:#fff;color:var(--navy);transform:translateY(-2px);}
.footer-map iframe{width:100%;height:140px;border:0;border-radius:8px;margin-bottom:12px;}
.footer-payments{display:flex;gap:10px;flex-wrap:wrap;font-size:11.5px;color:#8a90a0;}
.footer-payments span{border:1px solid rgba(255,255,255,.15);padding:4px 8px;border-radius:4px;}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;padding:16px 20px;font-size:12.5px;color:#8a90a0;}
@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr;}}
@media(max-width:600px){.footer-grid{grid-template-columns:1fr;padding:36px 20px;gap:26px;}.footer-bottom{justify-content:center;text-align:center;}}

/* ===== Custom order page ===== */
.custom-order-wrap{display:grid;grid-template-columns:1fr 1.3fr;gap:44px;align-items:start;}
.custom-order-intro h1{font-size:28px;margin-bottom:14px;}
.custom-order-intro p{color:var(--muted);line-height:1.8;margin-bottom:18px;}
.custom-order-points li{font-size:14px;margin-bottom:10px;font-weight:600;}
.custom-order-form-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:28px;}
.form-row-2{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
.form-field{margin-bottom:16px;}
.form-field label{display:block;font-size:13px;font-weight:700;margin-bottom:6px;}
.form-field input,.form-field select,.form-field textarea{width:100%;padding:10px 14px;border:1px solid var(--border);border-radius:6px;font-size:14px;font-family:inherit;}
.alert-success{background:#e2f6e6;color:#1a7d32;padding:14px 18px;border-radius:6px;font-weight:600;}
.alert-error{background:#fde8e8;color:#c62828;padding:14px 18px;border-radius:6px;font-size:13.5px;margin-bottom:16px;}
@media(max-width:800px){
  .custom-order-wrap{grid-template-columns:1fr;gap:26px;}
  .form-row-2{grid-template-columns:1fr;gap:0;}
}

/* ===== Small-screen global tweaks ===== */
@media(max-width:480px){
  .container{padding:0 14px;}
  body{font-size:15px;}
}