/* Phase 9A — native Bupiz shop and governed category archive */
:root{
  --bupiz-p9-navy:#12213a;
  --bupiz-p9-text:#172033;
  --bupiz-p9-muted:#667085;
  --bupiz-p9-line:#e7eaf0;
  --bupiz-p9-bg:#f6f7fa;
  --bupiz-p9-accent:#ff8400;
  --bupiz-p9-soft:#fff7ed;
}
body.bupiz-native-catalog{background:var(--bupiz-p9-bg)!important}
.bupiz-p9-catalog-page{min-height:70vh;background:linear-gradient(180deg,#fff 0,#f7f8fb 480px,#f7f8fb 100%);color:var(--bupiz-p9-text)}
.bupiz-p9-container{width:min(1450px,calc(100% - 48px));margin-inline:auto}

.bupiz-p9-hero{padding:20px 0 14px;background:linear-gradient(180deg,#fff 0%,color-mix(in srgb,var(--bupiz-p9-soft) 62%,#fff) 100%)}
.bupiz-p9-breadcrumbs{display:flex;align-items:center;gap:8px;min-height:30px;margin-bottom:12px;overflow-x:auto;color:#8a94a6;font-size:11px;white-space:nowrap;scrollbar-width:none}
.bupiz-p9-breadcrumbs::-webkit-scrollbar{display:none}.bupiz-p9-breadcrumbs a{color:#667085;text-decoration:none}.bupiz-p9-breadcrumbs a:hover{color:var(--bupiz-p9-accent)}.bupiz-p9-breadcrumbs strong{color:#344054;font-weight:800}
.bupiz-p9-hero__card{position:relative;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(330px,.65fr);min-height:292px;border:1px solid color-mix(in srgb,var(--bupiz-p9-accent) 18%,#e8ebf0);border-radius:28px;background:#fff;box-shadow:0 24px 70px rgba(18,33,58,.09);overflow:hidden}
.bupiz-p9-hero__card:before{content:"";position:absolute;inset:0 auto auto 0;width:42%;height:5px;background:linear-gradient(90deg,var(--bupiz-p9-accent),#ffb36c)}
.bupiz-p9-hero__copy{display:flex;flex-direction:column;justify-content:center;padding:42px 46px}
.bupiz-p9-hero__eyebrow{margin-bottom:10px;color:var(--bupiz-p9-accent);font-size:11px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.bupiz-p9-hero h1{max-width:760px;margin:0;color:var(--bupiz-p9-navy);font-size:clamp(36px,4vw,64px);line-height:.98;letter-spacing:-.055em}
.bupiz-p9-hero__copy>p{max-width:710px;margin:18px 0 0;color:#5f6b7d;font-size:15px;line-height:1.7}
.bupiz-p9-quick-links{display:flex;flex-wrap:wrap;gap:9px;margin-top:24px}.bupiz-p9-quick-links a{display:inline-flex;align-items:center;gap:7px;min-height:38px;padding:0 13px;border:1px solid #dfe4eb;border-radius:999px;background:#fff;color:#344054;font-size:11px;font-weight:850;text-decoration:none;transition:.18s ease}.bupiz-p9-quick-links a:hover{border-color:var(--bupiz-p9-accent);background:var(--bupiz-p9-soft);color:var(--bupiz-p9-accent);transform:translateY(-1px)}.bupiz-p9-quick-links i{color:#f43f5e;font-size:9px;font-style:normal}
.bupiz-p9-hero__visual{position:relative;display:flex;flex-direction:column;justify-content:flex-end;min-height:292px;padding:28px;background:linear-gradient(145deg,var(--bupiz-p9-soft),#fff);overflow:hidden}.bupiz-p9-hero__visual:before,.bupiz-p9-hero__visual:after{content:"";position:absolute;border-radius:50%;background:color-mix(in srgb,var(--bupiz-p9-accent) 11%,transparent)}.bupiz-p9-hero__visual:before{width:260px;height:260px;right:-70px;top:-95px}.bupiz-p9-hero__visual:after{width:150px;height:150px;left:-60px;bottom:-60px}.bupiz-p9-hero__visual>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.bupiz-p9-hero__visual>img+span{display:none}.bupiz-p9-hero__visual>span{position:relative;z-index:2;display:grid;place-items:center;width:74px;height:74px;margin-bottom:auto;border:1px solid color-mix(in srgb,var(--bupiz-p9-accent) 25%,#fff);border-radius:24px;background:rgba(255,255,255,.82);color:var(--bupiz-p9-accent);box-shadow:0 14px 35px rgba(18,33,58,.1);font-size:34px;backdrop-filter:blur(10px)}.bupiz-p9-hero__visual>div{position:relative;z-index:3;padding:16px 18px;border-radius:17px;background:rgba(18,33,58,.84);color:#fff;box-shadow:0 18px 40px rgba(18,33,58,.2);backdrop-filter:blur(10px)}.bupiz-p9-hero__visual b,.bupiz-p9-hero__visual small{display:block}.bupiz-p9-hero__visual b{font-size:14px}.bupiz-p9-hero__visual small{margin-top:4px;color:#dbe2ec;font-size:10px;line-height:1.45}

.bupiz-p9-category-rail{padding:32px 0 24px;background:#fff}.bupiz-p9-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:16px}.bupiz-p9-section-head>div>span,.bupiz-p9-products__heading span{display:block;margin-bottom:5px;color:#ff8400;font-size:10px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.bupiz-p9-section-head h2,.bupiz-p9-products__heading h2{margin:0;color:#172033;font-size:clamp(24px,2.5vw,36px);line-height:1.05;letter-spacing:-.035em}.bupiz-p9-section-head p{margin:7px 0 0;color:#7a8495;font-size:12px}.bupiz-p9-rail-controls{display:flex;gap:8px}.bupiz-p9-rail-controls button{display:grid;place-items:center;width:42px;height:42px;padding:0;border:1px solid #e0e5eb;border-radius:13px;background:#fff;color:#344054;font-size:17px;box-shadow:0 8px 24px rgba(18,33,58,.06)}.bupiz-p9-rail-controls button:hover{border-color:#ffad63;color:#ff8400}
.bupiz-p9-rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(224px,1fr);gap:12px;overflow-x:auto;padding:2px 2px 12px;scroll-snap-type:x proximity;scrollbar-width:thin;scrollbar-color:#cbd2dc transparent}.bupiz-p9-category-card{position:relative;display:grid;grid-template-columns:58px minmax(0,1fr) 24px;align-items:center;gap:12px;min-height:88px;padding:12px;border:1px solid #e6e9ee;border-radius:18px;background:linear-gradient(145deg,#fff,#fbfcfd);color:#172033;text-decoration:none;scroll-snap-align:start;transition:.18s ease}.bupiz-p9-category-card:hover{border-color:#ffc58e;box-shadow:0 16px 34px rgba(18,33,58,.09);transform:translateY(-2px)}.bupiz-p9-category-card__media{display:grid;place-items:center;width:58px;height:62px;border-radius:15px;background:#f3f5f8;overflow:hidden}.bupiz-p9-category-card__media img{width:100%;height:100%;object-fit:cover}.bupiz-p9-category-card__media i{color:#ff8400;font-size:13px;font-style:normal;font-weight:900;letter-spacing:.08em}.bupiz-p9-category-card__copy{min-width:0}.bupiz-p9-category-card__copy b,.bupiz-p9-category-card__copy small{display:block}.bupiz-p9-category-card__copy b{overflow:hidden;color:#263248;font-size:12px;line-height:1.35;text-overflow:ellipsis}.bupiz-p9-category-card__copy small{margin-top:6px;color:#98a2b3;font-size:9.5px}.bupiz-p9-category-card__arrow{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#f4f6f8;color:#667085;font-size:12px}.bupiz-p9-category-card:hover .bupiz-p9-category-card__arrow{background:#ff8400;color:#fff}

.bupiz-p9-products{padding:28px 0 54px;background:#f7f8fb}.bupiz-p9-products__heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:12px}.bupiz-p9-products__heading>p{max-width:460px;margin:0;color:#7a8495;font-size:11px;line-height:1.55;text-align:right}.bupiz-p9-products .bupiz-p7d-catalog{margin-top:16px}.bupiz-p9-products .woocommerce-notices-wrapper{margin-bottom:12px}

@media (max-width:1100px){
  .bupiz-p9-container{width:min(100% - 30px,1450px)}
  .bupiz-p9-hero__card{grid-template-columns:minmax(0,1fr) 320px}.bupiz-p9-hero__copy{padding:36px}.bupiz-p9-hero h1{font-size:46px}
}
@media (max-width:768px){
  .bupiz-p9-container{width:min(100% - 20px,1450px)}
  .bupiz-p9-hero{padding:8px 0 10px}.bupiz-p9-breadcrumbs{margin-bottom:7px;font-size:9.5px}.bupiz-p9-hero__card{display:block;min-height:0;border-radius:20px}.bupiz-p9-hero__copy{padding:25px 20px 20px}.bupiz-p9-hero h1{font-size:36px;line-height:1.02}.bupiz-p9-hero__copy>p{display:-webkit-box;margin-top:12px;overflow:hidden;font-size:12px;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:3}.bupiz-p9-quick-links{flex-wrap:nowrap;overflow-x:auto;margin:17px -20px 0;padding:0 20px 5px;scrollbar-width:none}.bupiz-p9-quick-links::-webkit-scrollbar{display:none}.bupiz-p9-quick-links a{flex:none;min-height:34px;font-size:9.5px}.bupiz-p9-hero__visual{display:none}
  .bupiz-p9-category-rail{padding:22px 0 13px}.bupiz-p9-section-head{align-items:center;margin-bottom:12px}.bupiz-p9-section-head h2,.bupiz-p9-products__heading h2{font-size:25px}.bupiz-p9-section-head p{font-size:10.5px}.bupiz-p9-rail-controls{display:none}.bupiz-p9-rail{grid-auto-columns:78%;gap:9px;margin-right:-10px;padding-bottom:10px}.bupiz-p9-category-card{min-height:76px;grid-template-columns:52px minmax(0,1fr) 22px;border-radius:15px}.bupiz-p9-category-card__media{width:52px;height:52px;border-radius:13px}
  .bupiz-p9-products{padding:20px 0 38px}.bupiz-p9-products__heading{display:block;margin-bottom:8px}.bupiz-p9-products__heading>p{margin-top:7px;font-size:10px;text-align:left}.bupiz-p9-products .bupiz-p7d-catalog{margin-top:8px}
}
@media (prefers-reduced-motion:reduce){.bupiz-p9-category-card,.bupiz-p9-quick-links a{transition:none!important}}

/* Phase 13K — spacing-only catalogue refinement */
@media (min-width:769px){
  .bupiz-p9-hero{padding:14px 0 10px;}
  .bupiz-p9-breadcrumbs{margin-bottom:8px;}
  .bupiz-p9-hero__card{min-height:260px;}
  .bupiz-p9-hero__copy{padding:32px 36px;}
  .bupiz-p9-hero__copy>p{margin-top:12px;}
  .bupiz-p9-quick-links{margin-top:16px;}
  .bupiz-p9-hero__visual{min-height:260px;padding:22px;}
  .bupiz-p9-category-rail{padding:24px 0 18px;}
  .bupiz-p9-section-head{gap:18px;margin-bottom:12px;}
  .bupiz-p9-rail{gap:10px;padding-bottom:8px;}
  .bupiz-p9-category-card{min-height:82px;padding:10px;}
  .bupiz-p9-products{padding:22px 0 38px;}
  .bupiz-p9-products .bupiz-p7d-catalog{margin-top:12px;}
}
@media (max-width:768px){
  .bupiz-p9-hero{padding:6px 0 8px;}
  .bupiz-p9-breadcrumbs{margin-bottom:5px;}
  .bupiz-p9-hero__copy{padding:21px 18px 17px;}
  .bupiz-p9-hero__copy>p{margin-top:9px;}
  .bupiz-p9-quick-links{margin-top:13px;padding-bottom:3px;}
  .bupiz-p9-category-rail{padding:17px 0 10px;}
  .bupiz-p9-section-head{margin-bottom:9px;}
  .bupiz-p9-rail{gap:8px;padding-bottom:7px;}
  .bupiz-p9-category-card{min-height:72px;padding:9px;}
  .bupiz-p9-products{padding:16px 0 28px;}
  .bupiz-p9-products .bupiz-p7d-catalog{margin-top:6px;}
}
