:root{
    --bg:#F3F4F6;
    --white:#FFFFFF;
    --border:#E4E6EA;
    --text:#15171C;
    --text-muted:#6B7078;
    --text-faint:#9BA0A8;
    --red:#E11D2A;
    --red-hover:#C4141F;
    --whatsapp:#25D366;
    --whatsapp-hover:#1EBE5A;
    --black:#101114;
    --maxw:1280px;
  }
  *{box-sizing:border-box; margin:0; padding:0;}
  html{scroll-behavior:smooth;}
  body{
    background:var(--bg);
    color:var(--text);
    font-family:'Inter', sans-serif;
    line-height:1.5;
    -webkit-font-smoothing:antialiased;
  }
  h1,h2,h3,.tab,.pill,.btn{
    font-family:'Barlow Condensed', sans-serif;
    font-weight:700;
  }
  a{color:inherit; text-decoration:none;}
  button{font-family:inherit; cursor:pointer; border:none; background:none;}
  .wrap{max-width:var(--maxw); margin:0 auto; padding:0 24px;}
  :focus-visible{outline:2px solid var(--red); outline-offset:2px;}
  @media (prefers-reduced-motion: reduce){ *{animation:none !important; transition:none !important;} }

  /* ---------- ANNOUNCEMENT BAR ---------- */
  .announce{background:var(--black); color:#fff; text-align:center; font-size:13px; padding:9px 12px;}
  .announce svg{vertical-align:-3px; margin-right:6px;}

  /* ---------- HEADER ---------- */
  header{background:var(--white); border-bottom:1px solid var(--border); position:sticky; top:0; z-index:50;}
  .header-row{display:flex; align-items:center; gap:28px; height:76px;}
  .logo{display:flex; align-items:center; gap:8px; flex-shrink:0;}
  .logo-mark{width:30px; height:30px; flex-shrink:0;}
  .logo-word{font-size:22px; text-transform:uppercase; color:var(--black); font-style:italic;}
  .logo-img{height:44px; width:auto; display:block;}
  .search-bar{
    flex:1; display:flex; align-items:center; gap:10px;
    background:var(--bg); border:1px solid var(--border);
    border-radius:8px; padding:11px 16px; max-width:640px;
  }
  .search-bar input{border:none; background:transparent; outline:none; flex:1; font-family:'Inter'; font-size:14px; color:var(--text);}
  .search-bar input::placeholder{color:var(--text-faint);}
  .header-actions{display:flex; align-items:center; gap:12px; flex-shrink:0;}
  .wa-btn{
    display:flex; align-items:center; gap:8px;
    background:var(--whatsapp); color:#fff; padding:10px 16px;
    border-radius:8px; font-family:'Inter'; font-weight:600; font-size:14px;
    white-space:nowrap;
  }
  .wa-btn:hover{background:var(--whatsapp-hover);}

  /* ---------- CATEGORY NAV ---------- */
  .cat-nav{background:var(--white); border-bottom:1px solid var(--border);}
  .cat-nav .wrap{display:flex; gap:6px; overflow-x:auto; padding-top:12px; padding-bottom:12px;}
  .tab{padding:9px 16px; font-size:16px; color:var(--text-muted); white-space:nowrap; border-radius:999px; font-weight:600;}
  .tab:hover{color:var(--text);}
  .tab.active{background:var(--red); color:#fff;}

  /* ---------- HERO ---------- */
  .hero{position:relative; overflow:hidden; margin:24px auto 0; max-width:var(--maxw); padding:0 24px;}
  .hero-inner{
    position:relative;
    background:linear-gradient(100deg, rgba(10,11,13,0.95) 32%, rgba(10,11,13,0.55) 66%, rgba(10,11,13,0.25) 100%),
      repeating-linear-gradient(115deg, #1c1e22 0 40px, #16181b 40px 80px);
    border-radius:14px; overflow:hidden; min-height:300px; display:flex; align-items:center;
  }
  .hero-content{position:relative; z-index:2; padding:44px 56px; max-width:580px; transition:opacity .25s ease;}
  .hero-visual{position:absolute; right:24px; top:50%; transform:translateY(-50%); z-index:1; opacity:0.9; transition:opacity .25s ease;}
  .hero-dots{display:flex; gap:8px; margin-top:26px;}
  .hero-dot{width:8px; height:8px; border-radius:50%; background:rgba(255,255,255,0.3); border:none; padding:0;}
  .hero-dot.active{background:var(--red); width:22px; border-radius:5px;}
  .hero-arrow{
    position:absolute; top:50%; transform:translateY(-50%); z-index:3;
    width:38px; height:38px; border-radius:50%; background:rgba(255,255,255,0.12);
    color:#fff; font-size:20px; display:flex; align-items:center; justify-content:center;
    line-height:1; transition:background .15s;
  }
  .hero-arrow:hover{background:rgba(255,255,255,0.25);}
  .hero-arrow-left{left:16px;}
  .hero-arrow-right{right:16px;}
  .hero-eyebrow{color:var(--red); font-family:'Inter'; font-size:13px; font-weight:700; letter-spacing:0.08em; text-transform:uppercase; margin-bottom:14px;}
  .hero h1{color:#fff; font-size:clamp(28px,4vw,44px); line-height:1.05; text-transform:uppercase; margin-bottom:14px;}
  .hero p{color:#C7CBD1; font-family:'Inter'; font-size:15px; max-width:44ch; margin-bottom:22px;}
  .btn{display:inline-flex; align-items:center; gap:8px; padding:13px 26px; font-size:17px; text-transform:uppercase; border-radius:8px;}
  .btn-primary{background:var(--red); color:#fff;}
  .btn-primary:hover{background:var(--red-hover);}
  .btn-whatsapp{background:var(--whatsapp); color:#fff;}
  .btn-whatsapp:hover{background:var(--whatsapp-hover);}

  /* ---------- BRAND FILTER ---------- */
  .brand-row{display:flex; align-items:center; gap:12px; margin:26px 0 8px; flex-wrap:wrap;}
  .brand-label{font-family:'Inter'; font-size:12px; font-weight:700; letter-spacing:0.08em; color:var(--text-faint); text-transform:uppercase; margin-right:4px;}
  .pill{padding:8px 16px; border-radius:999px; border:1px solid var(--border); font-size:15px; color:var(--text-muted); background:var(--white);}
  .pill:hover{border-color:var(--red); color:var(--text);}
  .pill.active{background:var(--red); color:#fff; border-color:var(--red);}

  /* ---------- SECTION TITLE ---------- */
  .section-title{display:flex; align-items:baseline; justify-content:space-between; margin:30px 0 16px;}
  .section-title h2{font-size:26px; text-transform:uppercase;}
  .section-title span{color:var(--text-muted); font-family:'Inter'; font-size:14px;}

  /* ---------- PRODUCT GRID ---------- */
  .grid{display:grid; grid-template-columns:repeat(auto-fill, minmax(250px,1fr)); gap:18px; padding-bottom:60px;}
  .card{background:var(--white); border:1px solid var(--border); border-radius:12px; display:flex; flex-direction:column; overflow:hidden; transition:box-shadow .15s, border-color .15s;}
  .card:hover{box-shadow:0 8px 24px rgba(16,17,20,0.08); border-color:#D8DAE0;}
  .card-visual{aspect-ratio:4/3; background:linear-gradient(180deg,#F7F8F9,#EEF0F2); display:flex; align-items:center; justify-content:center; position:relative; overflow:hidden;}
  .card-photo{width:100%; height:100%; object-fit:cover; display:block;}
  .badge{position:absolute; top:10px; left:10px; z-index:2; background:var(--red); color:#fff; font-family:'Inter'; font-weight:700; font-size:11px; padding:4px 9px; border-radius:5px; text-transform:uppercase;}
  .card-body{padding:14px 16px 16px; display:flex; flex-direction:column; gap:5px; flex:1;}
  .card-tag{font-size:11.5px; color:var(--text-faint); text-transform:uppercase; font-family:'Inter'; font-weight:700; letter-spacing:0.04em;}
  .card-name{font-family:'Inter'; font-size:14.5px; font-weight:600; color:var(--text); line-height:1.3; min-height:38px;}
  .price-row{margin-top:6px;}
  .old-price{font-family:'Inter'; font-size:12.5px; color:var(--text-faint); text-decoration:line-through;}
  .price{font-family:'Barlow Condensed'; font-size:22px; font-weight:800; color:var(--text);}
  .installment{font-family:'Inter'; font-size:11.5px; color:var(--text-muted);}
  .card-footer{display:flex; margin-top:auto; padding-top:10px;}
  .buy-btn{
    width:100%; display:flex; align-items:center; justify-content:center; gap:7px;
    background:var(--whatsapp); color:#fff; padding:9px 0;
    font-family:'Inter'; font-size:13.5px; font-weight:600; border-radius:7px; text-align:center;
  }
  .buy-btn:hover{background:var(--whatsapp-hover);}

  /* ---------- PRODUCT DETAIL ---------- */
  .breadcrumb{font-size:13px; color:var(--text-muted); margin:22px 0; font-family:'Inter';}
  .breadcrumb a:hover{color:var(--red);}
  .detail{display:grid; grid-template-columns:1fr 1fr; gap:44px; padding-bottom:70px;}
  .detail-visual{background:linear-gradient(180deg,#F7F8F9,#EEF0F2); border:1px solid var(--border); border-radius:14px; aspect-ratio:1/1; display:flex; align-items:center; justify-content:center; position:relative; overflow:hidden;}
  .detail-photo{width:100%; height:100%; object-fit:cover; display:block;}
  .detail-tag{color:var(--red); font-family:'Inter'; font-size:12.5px; font-weight:700; text-transform:uppercase; letter-spacing:0.03em;}
  .detail h1{font-size:32px; text-transform:uppercase; margin:8px 0 12px; line-height:1.05;}
  .detail-price-row{display:flex; align-items:baseline; gap:12px; margin:14px 0 4px;}
  .detail-price{font-size:32px; font-family:'Barlow Condensed'; font-weight:800;}
  .detail-old{font-size:16px; color:var(--text-faint); text-decoration:line-through; font-family:'Inter';}
  .detail-installment{font-family:'Inter'; font-size:13px; color:var(--text-muted); margin-bottom:20px;}
  .detail-desc{color:var(--text-muted); font-size:15px; margin-bottom:20px;}
  .specs{list-style:none; margin-bottom:26px; font-size:14px;}
  .specs li{display:flex; justify-content:space-between; padding:10px 0; border-bottom:1px solid var(--border); color:var(--text-muted); font-family:'Inter';}
  .specs li b{color:var(--text); font-weight:600;}
  .qty-row{display:flex; align-items:center; gap:16px; margin-bottom:12px; flex-wrap:wrap;}
  .qty-stepper{display:flex; border:1px solid var(--border); border-radius:8px; overflow:hidden;}
  .qty-stepper button{width:38px; height:40px; background:var(--bg); color:var(--text); font-size:18px;}
  .qty-stepper span{width:42px; display:flex; align-items:center; justify-content:center; font-family:'Barlow Condensed'; font-size:17px; background:#fff;}

  /* ---------- TRUST BAR ---------- */
  .trust-bar{background:var(--white); border-top:1px solid var(--border);}
  .trust-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:24px; padding:32px 0;}
  .trust-item{display:flex; align-items:center; gap:14px;}
  .trust-item svg{flex-shrink:0;}
  .trust-item .t-title{font-family:'Inter'; font-weight:700; font-size:14.5px; color:var(--text);}
  .trust-item .t-sub{font-family:'Inter'; font-size:12.5px; color:var(--text-muted); margin-top:2px;}

  /* ---------- FOOTER ---------- */
  footer{background:var(--black); color:#C7CBD1; padding:48px 0 0;}
  .footer-grid{display:grid; grid-template-columns:1.5fr 1fr 1fr 1fr; gap:32px; padding-bottom:40px;}
  .footer-brand-col{display:flex; flex-direction:column; gap:14px;}
  .footer-logo{display:flex; align-items:center; gap:8px;}
  .footer-logo-word{font-size:22px; text-transform:uppercase; color:#fff; font-style:italic; font-family:'Barlow Condensed'; font-weight:700;}
  .footer-logo-img{height:38px; width:auto; display:block;}
  .footer-tagline{font-family:'Inter'; font-size:13.5px; color:#9096A1; max-width:32ch; line-height:1.5;}
  .footer-heading{font-family:'Inter'; font-weight:700; font-size:13px; color:#fff; text-transform:uppercase; letter-spacing:0.04em; margin-bottom:16px;}
  .footer-links{list-style:none; display:flex; flex-direction:column; gap:12px;}
  .footer-links a{font-family:'Inter'; font-size:14px; color:#9096A1;}
  .footer-links a:hover{color:#fff;}
  .footer-contact{display:flex; flex-direction:column; gap:12px; font-family:'Inter'; font-size:14px; color:#9096A1;}
  .footer-bottom{border-top:1px solid #262A33; padding:18px 0; font-family:'Inter'; font-size:12.5px; color:#767C87;}

  @media (max-width:860px){
    .trust-grid{grid-template-columns:repeat(2,1fr); row-gap:20px;}
    .footer-grid{grid-template-columns:1fr 1fr; row-gap:32px;}
    .search-bar{display:none;}
    .header-row{height:64px;}
    .hero-content{padding:34px 26px;}
    .hero-visual{display:none;}
    .detail{grid-template-columns:1fr;}
  }
  @media (max-width:520px){
    .trust-grid{grid-template-columns:1fr;}
    .footer-grid{grid-template-columns:1fr;}
  }

  /* ---------- ADMIN ---------- */
  .admin-wrap{max-width:900px; margin:0 auto; padding:40px 24px 80px;}
  .admin-gate{max-width:360px; margin:80px auto; text-align:center;}
  .admin-gate h1{font-size:26px; text-transform:uppercase; margin-bottom:8px;}
  .admin-gate p{color:var(--text-muted); font-family:'Inter'; font-size:13.5px; margin-bottom:20px;}
  .admin-gate input{width:100%; padding:12px 14px; border:1px solid var(--border); border-radius:8px; font-family:'Inter'; font-size:15px; margin-bottom:12px;}
  .admin-header{display:flex; align-items:center; justify-content:space-between; margin-bottom:24px;}
  .admin-header h1{font-size:28px; text-transform:uppercase;}
  .admin-notice{
    background:#FFF7E6; border:1px solid #F2D48A; color:#7A5B12;
    font-family:'Inter'; font-size:13px; padding:12px 16px; border-radius:8px; margin-bottom:24px;
  }
  .admin-panel{background:var(--white); border:1px solid var(--border); border-radius:12px; padding:24px; margin-bottom:32px;}
  .admin-panel h2{font-size:20px; text-transform:uppercase; margin-bottom:16px;}
  .admin-field-row{display:grid; grid-template-columns:1fr 1fr; gap:14px;}
  .admin-field{display:flex; flex-direction:column; gap:6px; margin-bottom:14px;}
  .admin-field label{font-size:12.5px; color:var(--text-muted); font-family:'Inter'; font-weight:600;}
  .admin-field input, .admin-field select, .admin-field textarea{
    background:var(--bg); border:1px solid var(--border); border-radius:8px; color:var(--text);
    padding:10px 12px; font-family:'Inter'; font-size:14px; resize:vertical;
  }
  .admin-field input:focus, .admin-field select:focus, .admin-field textarea:focus{border-color:var(--red); background:#fff;}
  .admin-actions{display:flex; gap:10px; margin-top:8px;}
  .btn-secondary{background:var(--bg); color:var(--text); border:1px solid var(--border);}
  .btn-secondary:hover{border-color:var(--text-faint);}
  .admin-list table{width:100%; border-collapse:collapse; font-family:'Inter'; font-size:13.5px;}
  .admin-list th{text-align:left; color:var(--text-faint); font-size:11.5px; text-transform:uppercase; letter-spacing:0.03em; padding:8px 10px; border-bottom:1px solid var(--border);}
  .admin-list td{padding:10px; border-bottom:1px solid var(--border); vertical-align:middle;}
  .admin-list .row-hidden{opacity:0.45;}
  .admin-tag-seed{font-size:10.5px; color:var(--text-faint); border:1px solid var(--border); padding:1px 6px; border-radius:4px; margin-left:6px;}
  .admin-row-actions{display:flex; gap:8px;}
  .link-btn{font-family:'Inter'; font-size:13px; color:var(--red); text-decoration:underline;}
  .link-btn.muted{color:var(--text-muted);}
  .footer-admin-link{font-size:11.5px; color:#4A4E58;}
  .footer-admin-link:hover{color:#767C87;}

  @media (max-width:640px){
    .admin-field-row{grid-template-columns:1fr;}
    .admin-list table{display:block; overflow-x:auto;}
  }

/* ===== Hero carousel fade transition ===== */
.hero-fade-enter-active, .hero-fade-leave-active{ transition: opacity .22s ease; }
  .hero-fade-enter-from, .hero-fade-leave-to{ opacity: 0; }
