/* ==========================================================
   QINELLE CATEGORY HUB V1
   Shared editorial commerce system
   ========================================================== */

.qcat{
  --ink:#332c2f;
  --muted:#74696d;
  --rose:#9b6e79;
  --rose-dark:#805762;
  --mist:#fbf7f8;
  --soft:#f6eeee;
  --line:#eadfe2;
  --white:#fff;
  color:var(--ink);
  font-family:Jost,Arial,sans-serif;
}

.qcat *{
  box-sizing:border-box;
}

.qcat a{
  text-decoration:none;
}

.qcat-wrap{
  width:min(1180px,calc(100% - 48px));
  margin:0 auto;
}

.qcat-hero{
  padding:78px 0 66px;
  background:
    radial-gradient(circle at 82% 18%,rgba(232,210,216,.52),transparent 27%),
    linear-gradient(180deg,#fff 0%,#fbf7f8 100%);
  border-bottom:1px solid var(--line);
}

.qcat-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.55fr) minmax(280px,.65fr);
  gap:80px;
  align-items:center;
}

.qcat-eyebrow{
  margin:0 0 14px;
  font-size:11px;
  line-height:1.2;
  letter-spacing:.16em;
  text-transform:uppercase;
  font-weight:700;
  color:var(--rose);
}

.qcat h1,
.qcat h2{
  font-family:"Cormorant Garamond",Georgia,serif;
  font-weight:500;
  color:var(--ink);
}

.qcat h1{
  max-width:760px;
  margin:0;
  font-size:clamp(42px,5.2vw,72px);
  line-height:.98;
  letter-spacing:-.035em;
}

.qcat h2{
  margin:0;
  font-size:clamp(31px,3.5vw,48px);
  line-height:1.04;
  letter-spacing:-.025em;
}

.qcat-lead{
  max-width:700px;
  margin:26px 0 0;
  font-size:17px;
  line-height:1.75;
  color:var(--muted);
}

.qcat-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:30px;
}

.qcat-btn{
  display:inline-flex;
  min-height:46px;
  padding:0 24px;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  border:1px solid var(--rose-dark);
  background:var(--rose-dark);
  color:#fff!important;
  font-size:12px;
  line-height:1;
  font-weight:700;
  letter-spacing:.06em;
}

.qcat-btn-light{
  background:#fff;
  color:var(--ink)!important;
  border-color:#d9c9cd;
}

.qcat-trust{
  display:flex;
  flex-wrap:wrap;
  gap:22px;
  margin-top:28px;
  color:var(--muted);
  font-size:13px;
}

.qcat-trust span{
  position:relative;
  padding-left:15px;
}

.qcat-trust span:before{
  content:"";
  position:absolute;
  left:0;
  top:.55em;
  width:5px;
  height:5px;
  border-radius:50%;
  background:#c89aa5;
}

.qcat-hero-note{
  padding:30px;
  border:1px solid var(--line);
  border-radius:20px;
  background:rgba(255,255,255,.84);
  box-shadow:0 18px 45px rgba(60,42,48,.05);
}

.qcat-note-label{
  margin-bottom:13px;
  font-size:10px;
  font-weight:700;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--rose);
}

.qcat-hero-note strong{
  display:block;
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:27px;
  line-height:1.08;
  font-weight:500;
}

.qcat-hero-note p{
  margin:16px 0 0;
  line-height:1.7;
  color:var(--muted);
  font-size:14px;
}

.qcat-section{
  padding:78px 0;
}

.qcat-section-soft{
  background:var(--mist);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}

.qcat-section-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(300px,.62fr);
  gap:70px;
  align-items:end;
  margin-bottom:34px;
}

.qcat-section-head>p{
  margin:0;
  color:var(--muted);
  line-height:1.7;
}

.qcat-section-head-narrow{
  grid-template-columns:1fr;
}

.qcat-style-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}

.qcat-style-card{
  min-height:245px;
  padding:26px 24px;
  display:flex;
  flex-direction:column;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
  color:var(--ink)!important;
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}

.qcat-style-card:hover{
  transform:translateY(-3px);
  border-color:#d5bfc5;
  box-shadow:0 14px 30px rgba(60,42,48,.06);
}

.qcat-icon{
  width:34px;
  height:34px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:28px;
  border-radius:50%;
  background:var(--soft);
  color:var(--rose-dark);
  font-size:10px;
  font-weight:700;
}

.qcat-style-card strong{
  display:block;
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:25px;
  line-height:1.05;
  font-weight:500;
}

.qcat-style-card p{
  margin:12px 0 24px;
  color:var(--muted);
  line-height:1.6;
  font-size:14px;
}

.qcat-link{
  margin-top:auto;
  font-size:12px;
  font-weight:700;
  color:var(--rose-dark);
}

.qcat-products ul.products{
  margin-bottom:0!important;
}

.qcat-products li.product{
  background:#fff;
  border-radius:16px;
  overflow:hidden;
}

.qcat-products .woocommerce-loop-product__title{
  font-family:Jost,Arial,sans-serif!important;
  font-size:14px!important;
  line-height:1.45!important;
  font-weight:600!important;
}

.qcat-step-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}

.qcat-step{
  padding:25px 22px;
  border-top:1px solid var(--line);
}

.qcat-step>span{
  display:block;
  margin-bottom:24px;
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:28px;
  color:#c59ca6;
}

.qcat-step strong{
  display:block;
  margin-bottom:9px;
  font-size:15px;
}

.qcat-step p{
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.65;
}

.qcat-help{
  background:#f7f0f2;
}

.qcat-help-grid{
  display:grid;
  grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);
  gap:80px;
  align-items:center;
}

.qcat-help p{
  margin:17px 0 0;
  color:var(--muted);
  line-height:1.7;
}

.qcat-need-links{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}

.qcat-need-links a{
  padding:17px 18px;
  border:1px solid #dfcfd3;
  border-radius:12px;
  background:rgba(255,255,255,.68);
  color:var(--ink)!important;
  font-size:13px;
  font-weight:600;
}

.qcat-copy{
  max-width:850px;
}

.qcat-faq details{
  padding:19px 0;
  border-bottom:1px solid var(--line);
}

.qcat-faq summary{
  cursor:pointer;
  font-size:15px;
  font-weight:600;
}

.qcat-faq details p{
  max-width:760px;
  margin:13px 0 0;
  color:var(--muted);
  line-height:1.7;
  font-size:14px;
}

.qcat-seo{
  padding-top:60px;
  padding-bottom:68px;
  background:#fff;
}

.qcat-seo h2{
  font-size:34px;
}

.qcat-seo p{
  margin:17px 0 0;
  color:var(--muted);
  line-height:1.75;
}

@media (max-width:900px){

  .qcat-wrap{
    width:min(100% - 32px,1180px);
  }

  .qcat-hero{
    padding:52px 0 44px;
  }

  .qcat-hero-grid,
  .qcat-section-head,
  .qcat-help-grid{
    grid-template-columns:1fr;
    gap:28px;
  }

  .qcat-hero-note{
    padding:22px;
  }

  .qcat-section{
    padding:56px 0;
  }

  .qcat-style-grid,
  .qcat-step-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .qcat-section-head{
    margin-bottom:26px;
  }
}

@media (max-width:600px){

  .qcat-wrap{
    width:calc(100% - 28px);
  }

  .qcat h1{
    font-size:43px;
  }

  .qcat h2{
    font-size:34px;
  }

  .qcat-lead{
    font-size:15px;
  }

  .qcat-trust{
    gap:10px 18px;
  }

  .qcat-style-grid,
  .qcat-step-grid,
  .qcat-need-links{
    grid-template-columns:1fr;
  }

  .qcat-style-card{
    min-height:0;
  }

  .qcat-style-card p{
    margin-bottom:18px;
  }

  .qcat-step{
    padding:20px 0;
  }
}

/* ==========================================================
   QINELLE CATEGORY HUB V2
   Breadcrumb + Visual Category Cards
   ========================================================== */

.qcat-breadcrumb{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
  margin:0 0 22px;
  font-size:12px;
  line-height:1.4;
  color:#8a7d81;
}

.qcat-breadcrumb a{
  color:#8a7d81!important;
  transition:color .18s ease;
}

.qcat-breadcrumb a:hover{
  color:var(--rose-dark)!important;
}

.qcat-breadcrumb span[aria-current="page"]{
  color:#51474a;
  font-weight:500;
}

.qcat-style-card{
  padding:0;
  min-height:0;
  overflow:hidden;
  border-radius:18px;
}

.qcat-style-media{
  position:relative;
  width:100%;
  aspect-ratio:4 / 5;
  overflow:hidden;
  background:#f7f1f3;
  border-bottom:1px solid var(--line);
}

.qcat-style-media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 18%;
  transition:transform .35s ease;
}

.qcat-style-card:hover .qcat-style-media img{
  transform:scale(1.025);
}

.qcat-style-body{
  display:flex;
  flex-direction:column;
  min-height:250px;
  padding:22px 22px 24px;
}

.qcat-style-body .qcat-icon{
  margin-bottom:20px;
}

.qcat-style-body .qcat-link{
  margin-top:auto;
}

@media (max-width:900px){

  .qcat-style-body{
    min-height:230px;
  }

}

@media (max-width:600px){

  .qcat-breadcrumb{
    margin-bottom:18px;
    gap:6px;
    font-size:11px;
  }

  .qcat-style-card{
    display:grid;
    grid-template-columns:42% 58%;
  }

  .qcat-style-media{
    height:100%;
    min-height:225px;
    aspect-ratio:auto;
    border-bottom:0;
    border-right:1px solid var(--line);
  }

  .qcat-style-body{
    min-height:225px;
    padding:19px 17px;
  }

  .qcat-style-body .qcat-icon{
    width:28px;
    height:28px;
    margin-bottom:15px;
  }

  .qcat-style-card strong{
    font-size:22px;
  }

  .qcat-style-card p{
    font-size:13px;
    line-height:1.5;
  }

}

@media (max-width:390px){

  .qcat-style-card{
    grid-template-columns:1fr;
  }

  .qcat-style-media{
    aspect-ratio:4 / 3;
    min-height:0;
    border-right:0;
    border-bottom:1px solid var(--line);
  }

  .qcat-style-body{
    min-height:0;
  }

}

/* ==========================================================
   QINELLE RECOVERY HUB V1
   ========================================================== */

.qcat-recovery .qcat-style-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.qcat-recovery .qcat-style-body{
  min-height:230px;
}

.qcat-path-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}

.qcat-path-grid a{
  display:flex;
  flex-direction:column;
  min-height:180px;
  padding:26px 24px;
  border:1px solid var(--line);
  border-radius:17px;
  background:#fff;
  color:var(--ink)!important;
}

.qcat-path-grid strong{
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:25px;
  line-height:1.08;
  font-weight:500;
}

.qcat-path-grid span{
  margin-top:auto;
  padding-top:24px;
  color:var(--muted);
  font-size:13px;
  line-height:1.55;
}

.qcat-provider{
  background:#f8f2f3;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}

.qcat-provider-grid{
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(290px,.75fr);
  gap:76px;
  align-items:start;
}

.qcat-provider p{
  max-width:720px;
  color:var(--muted);
  line-height:1.75;
}

.qcat-provider-actions{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:24px;
}

.qcat-provider-actions a{
  padding:11px 14px;
  border:1px solid #ddcdd1;
  border-radius:999px;
  background:rgba(255,255,255,.65);
  color:var(--ink)!important;
  font-size:12px;
  font-weight:600;
}

.qcat-reference-card{
  padding:27px;
  border:1px solid #ddcdd1;
  border-radius:18px;
  background:rgba(255,255,255,.78);
}

.qcat-reference-card>a{
  display:block;
  padding:13px 0;
  border-bottom:1px solid var(--line);
  color:var(--ink)!important;
  font-size:13px;
  line-height:1.5;
}

.qcat-reference-card p{
  margin:17px 0 0;
  font-size:12px;
  line-height:1.65;
}

.qcat-recovery-guides{
  background:#fff;
}

@media (max-width:900px){

  .qcat-recovery .qcat-style-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .qcat-path-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .qcat-provider-grid{
    grid-template-columns:1fr;
    gap:34px;
  }

}

@media (max-width:600px){

  .qcat-recovery .qcat-style-grid{
    grid-template-columns:1fr;
  }

  .qcat-recovery .qcat-style-card{
    grid-template-columns:42% 58%;
  }

  .qcat-path-grid{
    grid-template-columns:1fr;
  }

  .qcat-path-grid a{
    min-height:145px;
  }

  .qcat-provider-actions{
    display:grid;
    grid-template-columns:1fr;
  }

}

@media (max-width:390px){

  .qcat-recovery .qcat-style-card{
    grid-template-columns:1fr;
  }

}
