/* ===============================================================
   Croissance cheptel Boston Terrier — Crocs-Minilus
   =============================================================== */

.cm-page-boston-cheptel{
  min-height:100vh;
  background:
    radial-gradient(circle at 10% 9%, rgba(255,204,160,.28), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(255,174,196,.24), transparent 28%),
    linear-gradient(180deg, rgba(255,247,235,.96), rgba(248,230,211,.96));
  color:#3b2418;
}

.cm-bc-page{
  width:min(1180px, calc(100% - 34px));
  margin:0 auto;
  padding:34px 0 72px;
}

.cm-bc-hero,
.cm-bc-panel,
.cm-bc-stats article{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.72);
  border-radius:34px;
  background:rgba(255,250,244,.90);
  box-shadow:0 22px 54px rgba(105,61,34,.14);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}

.cm-bc-hero::after,
.cm-bc-panel::after{
  content:"";
  position:absolute;
  inset:13px;
  border:1px solid rgba(142,82,48,.14);
  border-radius:26px;
  pointer-events:none;
}

.cm-bc-hero > *,
.cm-bc-panel > *{
  position:relative;
  z-index:1;
}

.cm-bc-hero{
  display:grid;
  grid-template-columns:minmax(0, 1fr) minmax(260px, 360px);
  gap:28px;
  align-items:center;
  min-height:360px;
  padding:38px;
  background:
    radial-gradient(circle at 78% 18%, rgba(255,197,214,.38), transparent 30%),
    linear-gradient(135deg, rgba(255,255,249,.96), rgba(255,238,222,.88));
}

.cm-bc-kicker{
  display:inline-flex;
  align-items:center;
  width:max-content;
  max-width:100%;
  padding:8px 14px;
  border-radius:999px;
  background:linear-gradient(135deg, rgba(255,191,205,.95), rgba(255,221,154,.95));
  color:#793c30;
  font-size:12px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.cm-bc-hero h1,
.cm-bc-panel h2{
  color:#5a2d1d;
  line-height:.98;
  text-shadow:0 2px 0 rgba(255,255,255,.58);
}

.cm-bc-hero h1{
  margin:16px 0 14px;
  font-size:clamp(38px, 6vw, 68px);
}

.cm-bc-hero p,
.cm-bc-copy p,
.cm-bc-section-head p{
  color:#614633;
  line-height:1.72;
  font-size:17px;
}

.cm-bc-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:24px;
}

.cm-bc-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 18px;
  border-radius:999px;
  color:#67442e;
  background:rgba(255,255,255,.74);
  border:1px solid rgba(143,91,62,.16);
  text-decoration:none;
  font-weight:950;
}

.cm-bc-btn--primary{
  color:#fff;
  background:linear-gradient(135deg, #df748b, #c89145);
  box-shadow:0 14px 28px rgba(154,83,64,.24);
}

.cm-bc-hero__card{
  min-height:230px;
  display:grid;
  place-items:center;
  align-content:center;
  gap:10px;
  padding:24px;
  border-radius:32px;
  text-align:center;
  background:
    radial-gradient(circle at 50% 38%, rgba(255,255,255,.82), transparent 42%),
    linear-gradient(145deg, rgba(255,231,204,.88), rgba(255,247,237,.72));
  border:1px solid rgba(143,91,62,.14);
}

.cm-bc-hero__card strong{
  color:#b9534d;
  font-size:clamp(38px, 5vw, 58px);
  line-height:1;
}

.cm-bc-hero__card span{
  color:#664530;
  font-weight:900;
}

.cm-bc-stats{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:14px;
  margin:24px 0;
}

.cm-bc-stats article{
  min-height:120px;
  padding:20px 16px;
  text-align:center;
  display:grid;
  place-items:center;
  align-content:center;
  gap:8px;
}

.cm-bc-stats strong{
  color:#b9534d;
  font-size:34px;
  line-height:1;
}

.cm-bc-stats span{
  color:#654632;
  font-weight:900;
  line-height:1.35;
}

.cm-bc-panel{
  margin-top:24px;
  padding:32px;
}

.cm-bc-section-head{
  max-width:900px;
  margin:0 auto 24px;
  text-align:center;
}

.cm-bc-section-head .cm-bc-kicker{
  margin:0 auto;
}

.cm-bc-panel h2{
  margin:12px 0 0;
  font-size:clamp(30px, 4vw, 48px);
}

.cm-bc-section-head p{
  max-width:800px;
  margin:14px auto 0;
}

.cm-bc-copy{
  max-width:920px;
  margin:0 auto;
  padding:24px;
  border-radius:28px;
  background:rgba(255,255,255,.56);
  border:1px solid rgba(143,91,62,.11);
}

.cm-bc-copy p{
  margin:0 0 16px;
}

.cm-bc-copy p:last-child{
  margin-bottom:0;
}

.cm-bc-source{
  font-weight:900;
  color:#73412f !important;
}

.cm-bc-chart-toolbar{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  max-width:1040px;
  margin:0 auto 14px;
}

.cm-bc-reset{
  min-height:42px;
  padding:0 16px;
  border:0;
  border-radius:999px;
  cursor:pointer;
  color:#fff;
  background:linear-gradient(135deg, #bd6a4a, #c89145);
  box-shadow:0 8px 16px rgba(116,65,38,.14);
  font-weight:950;
}

.cm-bc-chart-toolbar output{
  padding:10px 13px;
  border-radius:999px;
  background:rgba(255,255,255,.70);
  border:1px solid rgba(143,91,62,.13);
  color:#5a2d1d;
  font-weight:950;
}

.cm-bc-chart-wrap{
  position:relative;
  max-width:1040px;
  margin:0 auto;
  border-radius:30px;
  padding:12px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255,205,165,.25), transparent 26%),
    rgba(255,255,255,.58);
  border:1px solid rgba(143,91,62,.13);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.70);
  touch-action:none;
  user-select:none;
}

.cm-bc-chart{
  display:block;
  width:100%;
  height:auto;
  min-height:360px;
  border-radius:22px;
  background:rgba(255,248,240,.78);
}

.cm-bc-chart [data-cm-bc-line]{
  stroke:#b9534d;
  stroke-width:4;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.cm-bc-chart [data-cm-bc-grid] line{
  stroke:rgba(117,76,54,.16);
  stroke-width:1;
}

.cm-bc-chart [data-cm-bc-axis] text{
  fill:#714c36;
  font-size:13px;
  font-weight:800;
}

.cm-bc-chart [data-cm-bc-points] circle{
  fill:#fff;
  stroke:#b9534d;
  stroke-width:3;
}

.cm-bc-selection{
  fill:rgba(185,83,77,.18);
  stroke:rgba(185,83,77,.65);
  stroke-width:2;
  stroke-dasharray:6 5;
}

.cm-bc-tooltip{
  position:absolute;
  z-index:5;
  min-width:120px;
  padding:10px 12px;
  border-radius:16px;
  color:#fff;
  background:rgba(76,39,26,.92);
  box-shadow:0 10px 22px rgba(70,36,20,.20);
  pointer-events:none;
  transform:translate(-50%, calc(-100% - 14px));
  text-align:center;
  font-weight:900;
}

.cm-bc-tooltip small{
  display:block;
  margin-top:2px;
  color:rgba(255,255,255,.78);
}

.cm-bc-data-table{
  max-width:760px;
  margin:20px auto 0;
  padding:16px;
  border-radius:22px;
  background:rgba(255,255,255,.60);
  border:1px solid rgba(143,91,62,.12);
}

.cm-bc-data-table summary{
  cursor:pointer;
  color:#5a2d1d;
  font-weight:950;
}

.cm-bc-table-scroll{
  overflow:auto;
  margin-top:14px;
  max-height:420px;
}

.cm-bc-data-table table{
  width:100%;
  border-collapse:collapse;
  background:#fff9f1;
  border-radius:16px;
  overflow:hidden;
}

.cm-bc-data-table th,
.cm-bc-data-table td{
  padding:10px 12px;
  border-bottom:1px solid rgba(143,91,62,.12);
  text-align:left;
}

.cm-bc-data-table th{
  color:#fff;
  background:#9d5d3f;
}

.cm-bc-data-table td{
  color:#553521;
  font-weight:800;
}

.cm-bc-noscript{
  max-width:720px;
  margin:18px auto 0;
  padding:14px 16px;
  border-radius:18px;
  background:#fff7e8;
  color:#5a2d1d;
  font-weight:850;
}

@media (max-width:960px){
  .cm-bc-hero{
    grid-template-columns:1fr;
  }

  .cm-bc-stats{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

@media (max-width:680px){
  .cm-bc-page{
    width:min(100% - 22px, 1180px);
    padding-top:20px;
  }

  .cm-bc-hero,
  .cm-bc-panel{
    border-radius:26px;
    padding:22px;
  }

  .cm-bc-hero::after,
  .cm-bc-panel::after{
    inset:9px;
    border-radius:20px;
  }

  .cm-bc-stats{
    grid-template-columns:1fr;
  }

  .cm-bc-chart{
    min-height:300px;
  }

  .cm-bc-chart-toolbar{
    justify-content:center;
  }
}
