/*
 Theme Name:   YOOtheme Evenia
 Description:  Child theme Maison Evenia
 Template:     yootheme
 Version:      1.0.0
*/

/* ============================================================
   MAISON EVENIA — CSS Global + Page Offres
   ============================================================ */

/* ── Corrections globales ─────────────────────────────────── */

body {
  line-height: 1.65;
  font-size: 15px;
}

p {
  line-height: 1.65;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
}

.uk-button {
  padding: 12px 28px;
  border-radius: 20px;
  font-family: 'Inter Tight', sans-serif;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
}

.uk-button-primary {
  background: #907873;
  color: #fff;
  border: none;
}
.uk-button-primary:hover,
.uk-button-primary:focus {
  background: #725248;
  color: #fff;
}

.uk-button-default {
  background: transparent;
  color: #463E3C;
  border: 1px solid #907873;
}
.uk-button-default:hover,
.uk-button-default:focus {
  background: #907873;
  color: #fff;
}

.uk-card {
  border-radius: 16px;
}

/* ── Page Offres ──────────────────────────────────────────── */

.ev-offres {
  background: #FDFAF7;
  color: #463E3C;
  font-family: 'Inter', sans-serif;
  max-width: 1100px;
  margin: 0 auto;
}

.ev-offres * {
  box-sizing: border-box;
}

.ev-offres img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Utilitaires */
.ev-eyebrow {
  font-family: 'Inter Tight', sans-serif;
  font-size: 10px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #907873;
  font-weight: 500;
  margin-bottom: 14px;
  display: block;
}

.ev-tag {
  display: inline-block;
  font-family: 'Inter Tight', sans-serif;
  font-size: 9px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #725248;
  font-weight: 500;
  background: #F5EDE6;
  padding: 4px 12px;
  border-radius: 10px;
  margin-bottom: 14px;
}

.ev-save-badge {
  font-family: 'Inter Tight', sans-serif;
  font-size: 10px;
  font-weight: 500;
  background: #E8F0E8;
  color: #2D5A2D;
  padding: 3px 10px;
  border-radius: 10px;
}

.ev-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #C4A898;
  flex-shrink: 0;
  display: inline-block;
}

.ev-section-label {
  font-family: 'Inter Tight', sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #907873;
  font-weight: 500;
  margin-bottom: 20px;
  display: block;
}

/* Hero */
.ev-offres .ev-hero {
  padding: 56px 40px 44px;
  text-align: center;
  background: #ffffff;
  border-bottom: 1px solid #F0E8DF;
}

.ev-offres .ev-hero h1 {
  font-family: 'DM Serif Display', serif;
  font-size: 40px;
  color: #463E3C;
  line-height: 1.1;
  margin-bottom: 14px;
}

.ev-offres .ev-hero h1 em {
  font-style: italic;
  color: #725248;
}

.ev-offres .ev-hero p {
  font-size: 15px;
  color: #907873;
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.65;
  font-weight: 300;
}

/* Section */
.ev-offres .ev-section {
  padding: 40px 40px 0;
}

/* Offre vedette */
.ev-offres .ev-featured {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #E2D0C0;
  background: #ffffff;
  margin-bottom: 12px;
}

.ev-offres .ev-featured-img {
  position: relative;
  min-height: 200px;
  overflow: hidden;
}

.ev-offres .ev-feat-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #463E3C;
  color: #E2D0C0;
  font-family: 'Inter Tight', sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 20px;
}

.ev-offres .ev-featured-body {
  padding: 24px 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ev-offres .ev-featured-body h2 {
  font-family: 'DM Serif Display', serif;
  font-size: 22px;
  color: #463E3C;
  line-height: 1.2;
  margin-bottom: 8px;
}

.ev-offres .ev-result {
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  font-size: 14px;
  color: #725248;
  margin-bottom: 18px;
  line-height: 1.6;
}

.ev-offres .ev-feat-includes {
  list-style: none;
  padding: 0;
  margin-bottom: 16px;
}

.ev-offres .ev-feat-includes li {
  font-size: 13px;
  color: #907873;
  padding: 5px 0;
  border-bottom: 1px solid #F5EDE6;
  display: flex;
  gap: 10px;
  align-items: center;
}

.ev-offres .ev-pricing {
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.ev-offres .ev-price {
  font-family: 'DM Serif Display', serif;
  font-size: 32px;
  color: #463E3C;
}

.ev-offres .ev-old {
  font-size: 14px;
  color: #C4A898;
  text-decoration: line-through;
}

.ev-offres .ev-feat-note {
  font-family: 'Inter Tight', sans-serif;
  font-size: 10px;
  color: #C4A898;
  text-align: center;
  margin-top: 8px;
}

/* Boutons */
.ev-btn-primary {
  display: block;
  width: 100%;
  background: #463E3C;
  color: #E2D0C0;
  border: none;
  padding: 14px 24px;
  border-radius: 20px;
  font-family: 'Inter Tight', sans-serif;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s;
}

.ev-btn-primary:hover {
  background: #2e2826;
  color: #E2D0C0;
}

.ev-btn-secondary {
  display: inline-block;
  background: #907873;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  border-radius: 12px;
  font-family: 'Inter Tight', sans-serif;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s;
}

.ev-btn-secondary:hover {
  background: #725248;
  color: #ffffff;
}

.ev-btn-cadeau {
  display: block;
  background: #E2D0C0;
  color: #463E3C;
  border: none;
  padding: 12px 20px;
  border-radius: 20px;
  font-family: 'Inter Tight', sans-serif;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  width: 100%;
  transition: background 0.2s;
}

.ev-btn-cadeau:hover {
  background: #d0baa8;
  color: #463E3C;
}

/* Grille offres */
.ev-offres .ev-grid-section {
  padding: 40px;
}

.ev-offres .ev-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.ev-offres .ev-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #E2D0C0;
  overflow: hidden;
  display: grid;
  grid-template-columns: 160px 1fr;
}

.ev-offres .ev-card-img {
  position: relative;
  overflow: hidden;
  min-height: 180px;
}

.ev-offres .ev-card-img-badge {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgba(70, 62, 60, 0.75);
  color: #E2D0C0;
  font-family: 'Inter Tight', sans-serif;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 8px;
}

.ev-offres .ev-card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ev-offres .ev-card-body h3 {
  font-family: 'DM Serif Display', serif;
  font-size: 17px;
  color: #463E3C;
  line-height: 1.25;
  margin-bottom: 6px;
}

.ev-offres .ev-card-result {
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  font-size: 13px;
  color: #907873;
  line-height: 1.55;
  margin-bottom: 12px;
}

.ev-offres .ev-card-pricing {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 6px;
}

.ev-offres .ev-card-price {
  font-family: 'DM Serif Display', serif;
  font-size: 22px;
  color: #463E3C;
}

.ev-offres .ev-card-old {
  font-size: 12px;
  color: #C4A898;
  text-decoration: line-through;
}

.ev-offres .ev-card-save {
  font-family: 'Inter Tight', sans-serif;
  font-size: 9px;
  font-weight: 500;
  background: #E8F0E8;
  color: #2D5A2D;
  padding: 2px 8px;
  border-radius: 8px;
}

.ev-offres .ev-cryo-opts {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 12px;
}

.ev-offres .ev-cryo-opt {
  background: #F5EDE6;
  border-radius: 8px;
  padding: 6px 10px;
  font-size: 12px;
  color: #725248;
  font-family: 'Inter Tight', sans-serif;
  display: flex;
  justify-content: space-between;
}

.ev-offres .ev-cryo-opt strong {
  color: #463E3C;
  font-weight: 500;
}

.ev-offres .ev-card-note {
  font-family: 'Inter Tight', sans-serif;
  font-size: 10px;
  color: #C4A898;
  margin-top: 6px;
}

/* Pourquoi un pack */
.ev-offres .ev-why {
  background: #F5EDE6;
  margin: 0 40px 40px;
  border-radius: 16px;
  padding: 28px 32px;
}

.ev-offres .ev-why h3 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #463E3C;
  margin-bottom: 8px;
}

.ev-offres .ev-why p {
  font-size: 13px;
  color: #907873;
  line-height: 1.65;
  margin-bottom: 18px;
}

.ev-offres .ev-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.ev-offres .ev-compare-item {
  background: #ffffff;
  border-radius: 10px;
  padding: 14px 16px;
  border: 1px solid #E2D0C0;
}

.ev-offres .ev-compare-item.ev-compare-best {
  border-color: #907873;
}

.ev-offres .ci-label {
  font-family: 'Inter Tight', sans-serif;
  font-size: 10px;
  letter-spacing: 1px;
  color: #907873;
  margin-bottom: 4px;
  text-transform: uppercase;
  display: block;
}

.ev-offres .ev-compare-best .ci-label {
  color: #725248;
}

.ev-offres .ci-val {
  font-family: 'Inter Tight', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #463E3C;
  display: block;
}

/* Cadeau */
.ev-offres .ev-cadeau {
  background: #463E3C;
  margin: 0 40px 40px;
  border-radius: 16px;
  padding: 36px 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
}

.ev-offres .ev-cadeau-left h2 {
  font-family: 'DM Serif Display', serif;
  font-size: 28px;
  color: #E2D0C0;
  line-height: 1.2;
  margin-bottom: 12px;
}

.ev-offres .ev-cadeau-left h2 em {
  font-style: italic;
  color: #C4A898;
}

.ev-offres .ev-cadeau-left p {
  font-size: 13px;
  color: #907873;
  line-height: 1.65;
  font-weight: 300;
}

.ev-offres .ev-cadeau-right {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 24px;
}

.ev-offres .ev-cadeau-right .c-img {
  width: 100%;
  max-width: 200px;
  height: 200px;
  object-fit: cover;
  display: block;
  margin: 0 auto 16px;
  border-radius: 10px;
}

.ev-offres .ev-cadeau-right .c-label {
  font-family: 'Inter Tight', sans-serif;
  font-size: 9px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(226, 208, 192, 0.5);
  margin-bottom: 6px;
  display: block;
}

.ev-offres .ev-cadeau-right .c-title {
  font-family: 'DM Serif Display', serif;
  font-size: 18px;
  color: #E2D0C0;
  margin-bottom: 4px;
  display: block;
}

.ev-offres .ev-cadeau-right .c-sub {
  font-size: 11px;
  color: #907873;
  margin-bottom: 18px;
  line-height: 1.5;
  display: block;
}

/* Responsive */
@media (max-width: 768px) {
  .ev-offres .ev-hero {
    padding: 40px 20px 32px;
  }
  .ev-offres .ev-hero h1 {
    font-size: 28px;
  }
  .ev-offres .ev-section {
    padding: 28px 20px 0;
  }
  .ev-offres .ev-featured {
    grid-template-columns: 1fr;
  }
  .ev-offres .ev-featured-img {
    min-height: 220px;
  }
  .ev-offres .ev-grid-section {
    padding: 28px 20px;
  }
  .ev-offres .ev-grid {
    grid-template-columns: 1fr;
  }
  .ev-offres .ev-card {
    grid-template-columns: 1fr;
  }
  .ev-offres .ev-card-img {
    min-height: 180px;
  }
  .ev-offres .ev-why {
    margin: 0 20px 28px;
  }
  .ev-offres .ev-compare {
    grid-template-columns: 1fr;
  }
  .ev-offres .ev-cadeau {
    grid-template-columns: 1fr;
    padding: 28px 24px;
    margin: 0 20px 28px;
  }
}
