:root{--page-title-display:none;}/* Start custom CSS *//* =========================================================
   HD EVENT'S — PAGE DJ MARIAGE AMIENS
   STYLE HARMONISÉ AVEC LE SITE ACTUEL
   ========================================================= */

/* ===== VARIABLES ===== */
:root{
  --bg:#f3f3f3;
  --bg-soft:#f8eef3;
  --bg-soft-2:#f6e8ee;
  --white:#ffffff;

  --text:#2d2a2c;
  --text-soft:#555055;
  --text-muted:#6f6870;

  --accent:#eb2a8b;
  --accent-dark:#d91d7c;
  --accent-soft:#f3cddd;
  --accent-line:rgba(235,42,139,0.16);
  --accent-line-strong:rgba(235,42,139,0.28);

  --border:#ead7df;
  --shadow:0 10px 30px rgba(0,0,0,0.04);

  --radius:24px;
  --radius-md:18px;
  --radius-sm:14px;

  --container:1240px;
}

/* ===== RESET ===== */
*,
*::before,
*::after{
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:'Montserrat',sans-serif;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

img{
  display:block;
  max-width:100%;
  height:auto;
}

a{
  color:inherit;
  text-decoration:none;
}

svg{
  fill:currentColor;
}

.container{
  width:min(var(--container), calc(100% - 40px));
  margin:0 auto;
}

/* ===== TYPO ===== */
.section-label{
  display:inline-block;
  margin:0 0 16px;
  font-size:12px;
  line-height:1;
  letter-spacing:4px;
  text-transform:uppercase;
  font-weight:700;
  color:var(--accent);
}

.section-title{
  margin:0 0 18px;
  font-family:'Playfair Display',serif;
  font-size:clamp(34px, 4.6vw, 62px);
  line-height:1.08;
  font-weight:500;
  color:#1f1b1e;
}

.section-title em{
  font-style:italic;
  font-weight:500;
  color:var(--accent);
}

.section-intro{
  margin:0;
  max-width:860px;
  font-size:18px;
  line-height:1.9;
  color:var(--text-soft);
}

p{
  font-size:16px;
  line-height:1.95;
  color:var(--text-soft);
}

/* ===== BOUTONS ===== */
.btn-primary,
.btn-outline,
.btn-white{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:14px 26px;
  border-radius:999px;
  font-size:13px;
  line-height:1;
  letter-spacing:2px;
  text-transform:uppercase;
  font-weight:700;
  transition:all .25s ease;
}

.btn-primary{
  background:var(--accent);
  color:#fff;
  border:1px solid var(--accent);
}

.btn-primary:hover{
  background:var(--accent-dark);
  border-color:var(--accent-dark);
  transform:translateY(-2px);
}

.btn-outline{
  background:transparent;
  color:var(--accent);
  border:1px solid var(--accent-line-strong);
}

.btn-outline:hover{
  background:#fff;
  border-color:var(--accent);
  transform:translateY(-2px);
}

.btn-white{
  background:#fff;
  color:var(--accent);
  border:1px solid var(--accent-line);
}

.btn-white:hover{
  background:var(--bg-soft);
  border-color:var(--accent-line-strong);
  transform:translateY(-2px);
}

/* ===== ICONES ===== */
.icon-badge{
  display:flex;
  align-items:center;
  justify-content:center;
  width:58px;
  height:58px;
  border-radius:16px;
  background:#f8eaf1;
  border:1px solid rgba(235,42,139,0.14);
  color:var(--accent);
  transition:transform .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.icon-badge svg{
  display:block;
  width:24px;
  height:24px;
  fill:currentColor;
}

.icon-badge--small{
  width:50px;
  height:50px;
  border-radius:14px;
}

.icon-badge--small svg{
  width:21px;
  height:21px;
}

.highlight-item:hover .icon-badge,
.icard:hover .icon-badge,
.service-card:hover .icon-badge,
.mariage-card:hover .icon-badge{
  transform:translateY(-2px);
  background:#f6dfe9;
  border-color:rgba(235,42,139,0.26);
  box-shadow:0 10px 24px rgba(235,42,139,0.10);
}

/* ===== SECTIONS ===== */
.proof-local,
.intro,
.metropole,
.lieux,
.services,
.process,
.compare,
.mariages-types,
.zones,
.seo-text,
.reviews,
.faq,
.partenaires,
.cta-section{
  padding:110px 0;
}

/* ===== HERO ===== */
.hero{
  position:relative;
  min-height:92vh;
  display:flex;
  align-items:center;
  overflow:hidden;
  background:#f7eef3;
}

.hero-bg{
  position:absolute;
  inset:0;
  z-index:1;
  background-image:url("https://hdeventsdj.fr/wp-content/uploads/2026/01/delphmix-1-scaled.jpg");
  background-size:cover;
  background-position:center center;
  transform:scale(1.03);
  opacity:.34;
  transition:transform 1.2s ease, opacity 1.2s ease;
}

.hero-bg.loaded{
  transform:scale(1);
  opacity:.42;
}

.hero-overlay{
  position:absolute;
  inset:0;
  z-index:2;
  background:
    linear-gradient(180deg, rgba(17,10,14,0.18) 0%, rgba(17,10,14,0.48) 100%);
}

.hero-overlay2{
  position:absolute;
  inset:0;
  z-index:3;
  background:
    linear-gradient(90deg, rgba(18,12,16,0.54) 0%, rgba(18,12,16,0.24) 40%, rgba(18,12,16,0.12) 100%);
}

.hero-content{
  position:relative;
  z-index:4;
  padding:130px 0 110px;
  max-width:860px;
}

.hero-eyebrow{
  display:inline-block;
  margin-bottom:18px;
  font-size:12px;
  letter-spacing:4px;
  text-transform:uppercase;
  font-weight:700;
  color:#ffd5e8;
}

.hero h1{
  margin:0 0 18px;
  font-family:'Playfair Display',serif;
  font-size:clamp(42px, 7vw, 82px);
  line-height:1.02;
  font-weight:500;
  color:#fff;
}

.hero h1 em{
  font-style:italic;
  color:#ff43a0;
}

.hero-sub{
  margin:0 0 32px;
  font-size:17px;
  line-height:1.8;
  color:rgba(255,255,255,0.84);
}

.hero-cta{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}

/* ===== PROOF LOCAL ===== */
.proof-local{
  background:var(--bg);
}

.proof-local .container{
  max-width:980px;
}

.proof-local p{
  margin:0 0 18px;
}

.proof-list{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:14px;
}

.proof-list li{
  position:relative;
  padding:16px 18px 16px 46px;
  background:#fff;
  border:1px solid var(--border);
  border-radius:16px;
  color:var(--text);
}

.proof-list li::before{
  content:"";
  position:absolute;
  left:18px;
  top:50%;
  width:10px;
  height:10px;
  border-radius:50%;
  transform:translateY(-50%);
  background:var(--accent);
}

/* ===== INTRO ===== */
.intro{
  background:var(--bg);
}

.intro-grid{
  display:grid;
  grid-template-columns:minmax(0, 1.08fr) minmax(320px, .92fr);
  gap:54px;
  align-items:start;
}

.intro-text p{
  margin:0 0 18px;
}

.highlights{
  margin-top:32px;
  display:grid;
  gap:16px;
}

.highlight-item{
  display:grid;
  grid-template-columns:58px 1fr;
  gap:18px;
  align-items:start;
  padding:22px;
  background:var(--bg-soft);
  border:1px solid var(--accent-line);
  border-radius:20px;
  transition:transform .25s ease, border-color .25s ease, background .25s ease;
}

.highlight-item:hover{
  transform:translateY(-3px);
  background:#f7e4ec;
  border-color:var(--accent-line-strong);
}

.highlight-item strong{
  display:block;
  margin:0 0 8px;
  font-size:17px;
  color:var(--text);
}

.highlight-item p{
  margin:0;
  font-size:15px;
  line-height:1.85;
  color:var(--text-muted);
}

.intro-visual{
  position:relative;
}

.intro-photo{
  width:100%;
  border-radius:26px;
  box-shadow:var(--shadow);
}

.icards{
  margin-top:20px;
  display:grid;
  gap:16px;
}

.icard{
  display:grid;
  grid-template-columns:50px 1fr;
  gap:16px;
  align-items:start;
  padding:18px 20px;
  background:#fff;
  border:1px solid var(--border);
  border-radius:18px;
  transition:transform .25s ease, border-color .25s ease, background .25s ease;
}

.icard:hover{
  transform:translateY(-3px);
  background:var(--bg-soft);
  border-color:var(--accent-line-strong);
}

.icard h3{
  margin:0 0 6px;
  font-family:'Playfair Display',serif;
  font-size:26px;
  line-height:1.16;
  font-weight:500;
  color:#201c1f;
}

.icard p{
  margin:0;
  font-size:15px;
  line-height:1.8;
  color:var(--text-muted);
}

/* ===== METROPOLE ===== */
.metropole{
  background:var(--bg);
}

.metropole-grid{
  display:grid;
  grid-template-columns:minmax(0, 1.2fr) minmax(280px, .8fr);
  gap:42px;
  align-items:start;
}

.metropole-text p{
  margin:0 0 18px;
}

.metropole-tags{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.city-tag{
  padding:12px 16px;
  border-radius:999px;
  background:#fff;
  border:1px solid var(--border);
  font-size:14px;
  font-weight:600;
  color:var(--text);
}

.city-tag.primary{
  background:var(--accent);
  border-color:var(--accent);
  color:#fff;
}

/* ===== LIEUX ===== */
.lieux{
  background:var(--bg);
}

.lieux-intro{
  margin-bottom:34px;
}

.lieux-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:22px;
}

.lieu-card{
  padding:26px 24px 22px;
  background:var(--bg-soft);
  border:1px solid var(--accent-line);
  border-radius:22px;
  transition:transform .25s ease, border-color .25s ease, background .25s ease;
}

.lieu-card:hover{
  transform:translateY(-4px);
  background:#f7e5ed;
  border-color:var(--accent-line-strong);
}

.lieu-card__distance{
  display:inline-block;
  margin-bottom:12px;
  padding:8px 12px;
  border-radius:999px;
  background:#fff;
  border:1px solid var(--border);
  font-size:12px;
  font-weight:700;
  color:var(--accent);
}

.lieu-card__type{
  margin:0 0 8px;
  font-size:12px;
  line-height:1;
  letter-spacing:3px;
  text-transform:uppercase;
  font-weight:700;
  color:var(--accent);
}

.lieu-card__name{
  margin:0 0 12px;
  font-family:'Playfair Display',serif;
  font-size:30px;
  line-height:1.12;
  font-weight:500;
  color:#201c1f;
}

.lieu-card__desc{
  margin:0 0 18px;
  font-size:15px;
  line-height:1.8;
  color:var(--text-muted);
}

.lieu-card__commune{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:14px;
  font-weight:600;
  color:var(--text);
}

.lieu-card__commune svg{
  color:var(--accent);
  flex-shrink:0;
}

/* ===== SERVICES ===== */
.services{
  background:var(--bg);
}

.services-grid{
  margin-top:34px;
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:24px;
}

.service-card{
  position:relative;
  padding:28px 24px 24px;
  background:var(--bg-soft);
  border:1px solid var(--accent-line);
  border-radius:24px;
  transition:transform .25s ease, border-color .25s ease, background .25s ease;
}

.service-card:hover{
  transform:translateY(-4px);
  background:#f7e4ec;
  border-color:var(--accent-line-strong);
}

.service-card.featured{
  background:#f5e0e9;
  border-color:rgba(235,42,139,0.24);
}

.featured-badge{
  display:inline-block;
  margin-bottom:16px;
  padding:8px 12px;
  border-radius:999px;
  background:var(--accent);
  color:#fff;
  font-size:12px;
  font-weight:700;
  letter-spacing:.3px;
}

.service-emoji{
  display:inline-flex;
  margin-bottom:18px;
}

.service-title{
  margin:0 0 12px;
  font-family:'Playfair Display',serif;
  font-size:32px;
  line-height:1.14;
  font-weight:500;
  color:#201c1f;
}

.service-desc{
  margin:0 0 18px;
  font-size:15px;
  line-height:1.8;
  color:var(--text-soft);
}

.service-list{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:12px;
}

.service-list li{
  position:relative;
  padding-left:22px;
  font-size:15px;
  line-height:1.75;
  color:var(--text-muted);
}

.service-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:.7em;
  width:8px;
  height:8px;
  border-radius:50%;
  transform:translateY(-50%);
  background:var(--accent);
}

/* ===== PROCESS ===== */
.process{
  background:var(--bg);
}

.process-grid{
  margin-top:34px;
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:20px;
}

.process-step{
  padding:24px 22px;
  background:#fff;
  border:1px solid var(--border);
  border-radius:20px;
}

.process-step strong{
  display:block;
  margin:0 0 10px;
  font-family:'Playfair Display',serif;
  font-size:28px;
  line-height:1.12;
  font-weight:500;
  color:#201c1f;
}

.process-step p{
  margin:0;
  font-size:15px;
  line-height:1.8;
  color:var(--text-muted);
}

/* ===== COMPARE ===== */
.compare{
  background:var(--bg);
}

.compare-grid{
  margin-top:30px;
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:18px;
}

.compare-item{
  padding:20px 22px;
  background:var(--bg-soft);
  border:1px solid var(--accent-line);
  border-radius:18px;
  font-size:16px;
  line-height:1.8;
  color:var(--text);
}

/* ===== MARIAGES TYPES ===== */
.mariages-types{
  background:var(--bg);
}

.mariages-grid{
  margin-top:34px;
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:24px;
}

.mariage-card{
  padding:28px 24px 24px;
  background:var(--bg-soft);
  border:1px solid var(--accent-line);
  border-radius:22px;
  transition:transform .25s ease, border-color .25s ease, background .25s ease;
}

.mariage-card:hover{
  transform:translateY(-4px);
  background:#f7e4ec;
  border-color:var(--accent-line-strong);
}

.mariage-emoji{
  display:inline-flex;
  margin-bottom:18px;
}

.mariage-title{
  margin:0 0 12px;
  font-family:'Playfair Display',serif;
  font-size:31px;
  line-height:1.14;
  font-weight:500;
  color:#201c1f;
}

.mariage-desc{
  margin:0;
  font-size:15px;
  line-height:1.85;
  color:var(--text-muted);
}

/* ===== ZONES ===== */
.zones{
  background:var(--bg);
}

.zones-grid{
  margin-top:34px;
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:18px;
}

.zone-card{
  padding:22px 20px;
  background:#fff;
  border:1px solid var(--border);
  border-radius:20px;
  transition:transform .25s ease, border-color .25s ease, background .25s ease;
}

.zone-card:hover{
  transform:translateY(-3px);
  background:var(--bg-soft);
  border-color:var(--accent-line-strong);
}

.zone-card.primary{
  background:var(--accent);
  border-color:var(--accent);
}

.zone-card.primary .zone-city,
.zone-card.primary .zone-dept{
  color:#fff;
}

.zone-city{
  margin-bottom:6px;
  font-family:'Playfair Display',serif;
  font-size:30px;
  line-height:1.1;
  font-weight:500;
  color:#201c1f;
}

.zone-dept{
  font-size:14px;
  color:var(--text-muted);
}

.zones-note{
  margin:24px 0 0;
  font-size:16px;
  line-height:1.8;
  color:var(--text-soft);
}

/* ===== SEO TEXT ===== */
.seo-text{
  background:var(--bg);
}

.seo-text-inner{
  max-width:980px;
  padding:40px 34px;
  background:var(--bg-soft);
  border:1px solid var(--accent-line);
  border-radius:28px;
}

.seo-text-inner h2,
.seo-text-inner h3{
  margin:0 0 14px;
  font-family:'Playfair Display',serif;
  font-weight:500;
  color:#201c1f;
}

.seo-text-inner h2{
  font-size:42px;
  line-height:1.12;
}

.seo-text-inner h3{
  margin-top:24px;
  font-size:29px;
  line-height:1.18;
}

.seo-text-inner p{
  margin:0 0 16px;
  font-size:16px;
  line-height:1.9;
  color:var(--text-soft);
}

.seo-text-inner strong{
  color:var(--text);
}

.seo-text-inner a{
  color:var(--accent);
  text-decoration:underline;
  text-decoration-color:rgba(235,42,139,0.34);
  text-underline-offset:3px;
}

/* ===== REVIEWS ===== */
.reviews{
  background:var(--bg);
}

.reviews-grid{
  margin-top:30px;
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:22px;
}

.review{
  padding:28px 24px;
  background:#fff;
  border:1px solid var(--border);
  border-radius:22px;
}

.review p{
  margin:0 0 14px;
  font-family:'Playfair Display',serif;
  font-size:22px;
  line-height:1.6;
  color:#201c1f;
}

.review strong{
  color:var(--accent);
  font-size:14px;
  font-weight:700;
}

/* ===== FAQ ===== */
.faq{
  background:var(--bg);
}

.faq-grid{
  margin-top:30px;
  display:grid;
  gap:16px;
}

.faq-item{
  background:var(--bg-soft);
  border:1px solid var(--accent-line);
  border-radius:20px;
  overflow:hidden;
}

.faq-question{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:22px 24px;
  cursor:pointer;
  font-size:17px;
  line-height:1.5;
  font-weight:700;
  color:#201c1f;
}

.faq-chevron{
  flex-shrink:0;
  font-size:13px;
  color:var(--accent);
  transition:transform .25s ease;
}

.faq-answer{
  max-height:0;
  overflow:hidden;
  padding:0 24px;
  transition:max-height .35s ease, padding .35s ease;
}

.faq-answer p{
  margin:0;
  font-size:15px;
  line-height:1.85;
  color:var(--text-muted);
}

.faq-item.open .faq-answer{
  max-height:220px;
  padding:0 24px 22px;
}

.faq-item.open .faq-chevron{
  transform:rotate(180deg);
}

/* ===== PARTENAIRES ===== */
.partenaires{
  background:var(--bg);
}

.partenaires-grid{
  margin-top:30px;
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:22px;
}

.partner-card{
  display:block;
  padding:28px 24px;
  background:var(--bg-soft);
  border:1px solid var(--accent-line);
  border-radius:22px;
  transition:transform .25s ease, border-color .25s ease, background .25s ease;
}

.partner-card:hover{
  transform:translateY(-4px);
  background:#f7e4ec;
  border-color:var(--accent-line-strong);
}

.partner-name{
  margin-bottom:10px;
  font-family:'Playfair Display',serif;
  font-size:31px;
  line-height:1.15;
  font-weight:500;
  color:#201c1f;
}

.partner-desc{
  font-size:15px;
  line-height:1.85;
  color:var(--text-muted);
}

.partner-link{
  display:inline-block;
  margin-top:16px;
  color:var(--accent);
  font-size:14px;
  font-weight:700;
}

/* ===== DISPO ===== */
.dispo-notice{
  max-width:1240px;
  margin:0 auto;
  padding:18px 22px;
  background:var(--bg-soft);
  border:1px solid var(--accent-line);
  border-radius:18px;
  color:var(--text);
  font-size:15px;
  line-height:1.75;
}

/* ===== CTA ===== */
.cta-section{
  background:var(--bg);
  padding-top:90px;
  padding-bottom:110px;
}

.cta-inner{
  padding:50px 34px;
  text-align:center;
  background:transparent;
}

.cta-inner .section-label{
  position:relative;
  padding-top:28px;
}

.cta-inner .section-label::before{
  content:"";
  position:absolute;
  top:0;
  left:50%;
  width:60px;
  height:3px;
  background:var(--accent);
  transform:translateX(-50%);
}

.cta-inner h2{
  margin:0 0 14px;
  font-family:'Playfair Display',serif;
  font-size:clamp(38px, 5vw, 64px);
  line-height:1.1;
  font-weight:500;
  color:#1f1b1e;
}

.cta-inner h2 em{
  display:block;
  font-style:italic;
  color:var(--accent);
}

.cta-inner p{
  margin:0 auto 28px;
  max-width:760px;
  font-size:17px;
  line-height:1.85;
  color:var(--text-soft);
}

.cta-buttons{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:14px;
}

/* ===== MAILLAGE ===== */
.maillage{
  padding:0 0 90px;
  background:var(--bg);
}

.maillage-inner{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:14px 18px;
  padding:24px 26px;
  background:var(--bg-soft);
  border:1px solid var(--accent-line);
  border-radius:20px;
}

.maillage-label{
  font-weight:700;
  color:#201c1f;
}

.maillage-links{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.maillage-links a{
  display:inline-flex;
  align-items:center;
  padding:10px 14px;
  border-radius:999px;
  background:#fff;
  border:1px solid var(--border);
  color:var(--text-soft);
  font-size:14px;
  transition:all .25s ease;
}

.maillage-links a:hover{
  color:var(--accent);
  border-color:var(--accent-line-strong);
  background:#fff;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1180px){
  .intro-grid,
  .metropole-grid{
    grid-template-columns:1fr;
  }

  .lieux-grid,
  .services-grid,
  .mariages-grid,
  .reviews-grid,
  .partenaires-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .process-grid,
  .zones-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 780px){
  .proof-local,
  .intro,
  .metropole,
  .lieux,
  .services,
  .process,
  .compare,
  .mariages-types,
  .zones,
  .seo-text,
  .reviews,
  .faq,
  .partenaires,
  .cta-section{
    padding:80px 0;
  }

  .container{
    width:min(var(--container), calc(100% - 28px));
  }

  .hero{
    min-height:auto;
  }

  .hero-content{
    padding:110px 0 80px;
  }

  .hero-cta,
  .cta-buttons{
    flex-direction:column;
    align-items:stretch;
  }

  .btn-primary,
  .btn-outline,
  .btn-white{
    width:100%;
  }

  .highlight-item,
  .icard{
    grid-template-columns:1fr;
  }

  .lieux-grid,
  .services-grid,
  .mariages-grid,
  .reviews-grid,
  .partenaires-grid,
  .process-grid,
  .compare-grid,
  .zones-grid{
    grid-template-columns:1fr;
  }

  .seo-text-inner,
  .cta-inner{
    padding-left:22px;
    padding-right:22px;
  }
}

@media (max-width: 560px){
  .section-label{
    font-size:11px;
    letter-spacing:3px;
  }

  .section-intro,
  .proof-local p,
  .intro-text p,
  .metropole-text p,
  .cta-inner p{
    font-size:16px;
  }

  .service-title,
  .mariage-title,
  .partner-name,
  .lieu-card__name,
  .zone-city,
  .process-step strong{
    font-size:26px;
  }

  .review p{
    font-size:19px;
  }

  .faq-question{
    font-size:16px;
    padding:18px 18px;
  }

  .faq-answer{
    padding:0 18px;
  }

  .faq-item.open .faq-answer{
    padding:0 18px 18px;
  }
}/* End custom CSS */