/* ── ci-banner ────────────────────────────────────────────── */
.ci-banner {
  min-height: 340px;
  padding-top: 80px;
  background: url(/img/app/home/cover_1.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-bottom: 54px; }

.ci-banner::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(20, 10, 4, 0.50) 0%,
    rgba(20, 10, 4, 0.75) 100%
  ); }

.ci-banner .container { position: relative; z-index: 1; }

.ci-banner-supra {
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #8A9E4A;
  margin-bottom: 14px; }

.ci-banner h1 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 46px;
  font-weight: 300;
  color: #fff;
  margin: 0 0 16px 0;
  line-height: 1.15em; }

.ci-banner-sub {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.78);
  max-width: 580px;
  line-height: 1.65em;
  margin: 0; }

/* ── ci-categorie-card ────────────────────────────────────── */
.ci-categorie-card {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 24px; }

.ci-categorie-card img,
.ci-categorie-card .ph-foto { transition: transform 0.5s ease; }

.ci-categorie-card:hover img,
.ci-categorie-card:hover .ph-foto { transform: scale(1.04); }

.ci-categorie-card .overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(
    to top,
    rgba(20, 10, 4, 0.75) 0%,
    rgba(20, 10, 4, 0.12) 60%
  ); }

.ci-categorie-card .cnt {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 26px 28px; }

.ci-categorie-card h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 8px 0; }

.ci-categorie-card .desc {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
  margin: 0; }

/* ── ci-galerie ───────────────────────────────────────────── */
.ci-galerie-item {
  margin-bottom: 28px;
  overflow: hidden; }

.ci-galerie-item img {
  display: block;
  width: 100%;
  transition: transform 0.5s ease; }

.ci-galerie-item:hover img { transform: scale(1.05); }

.ci-galerie-caption {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #A89070;
  margin-top: 12px;
  margin-bottom: 0; }

/* ── ci-avantaje ──────────────────────────────────────────── */
.ci-avantaj {
  text-align: center;
  padding: 24px 18px; }

.ci-avantaj-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 18px;
  opacity: 0.85; }

.ci-avantaj-icon svg { width: 100%; height: 100%; }

.ci-avantaj h4 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 20px;
  font-weight: 400;
  color: #2C1A0E;
  margin: 0 0 10px 0; }

.ci-avantaj p {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  color: #7A6655;
  line-height: 1.6em;
  margin: 0; }

/* ── responsive ───────────────────────────────────────────── */
@media (max-width: 767px) {
  .ci-banner { min-height: 280px; padding-bottom: 34px; }
  .ci-banner h1 { font-size: 30px; }
  .ci-categorie-card .cnt { padding: 18px 20px; }
  .ci-categorie-card h3 { font-size: 22px; } }
