/*
Theme Name: Animations Enfants 14
Theme URI: https://www.animationsenfants14.com
Description: Thème sur-mesure pour Animations Enfants Calvados — Créatrice d'événements pour enfants.
Version: 2.0.0
Author: Aurélie
Text Domain: animationsenfants14
*/

/* ===== DESIGN SYSTEM — V2 Confettis & cartes ===== */

@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,400;12..96,500;12..96,600;12..96,700&family=Caveat:wght@400;600;700&family=DM+Sans:wght@400;500;600;700&display=swap');

@font-face {
  font-family: 'ae14-icons';
  src: url('assets/fonts/fontello-custom.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; }
body {
  --bg: #faf6ee;
  --ink: #2a1f1a;
  --ink-soft: #564840;
  --ink-mute: #877668;
  --line: #ece2d0;
  --c-coral: #ff5e5b;
  --c-pink: #ffadd6;
  --c-yellow: #ffd23f;
  --c-mint: #8ad7c4;
  --c-blue: #5b8def;
  font-family: 'DM Sans', sans-serif;
  color: var(--ink);
  background: #ffffff;
}
body.utpn-section {
  --c-coral: #1a8a6a;
  --c-pink: #b8ecd2;
}
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
img { max-width: 100%; height: auto; }

/* ===== PAGE WRAP — conteneur centré ===== */
.page-wrap {
  max-width: 1280px;
  margin: 0 auto;
  background: var(--bg);
  outline: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 0 40px rgba(0,0,0,0.06);
}

/* ===== NAV ===== */
.nav-bar { padding: 24px 56px; display: flex; align-items: center; gap: 32px; border-bottom: 1px solid var(--line); position: relative; z-index: 100; }
.nav-bar .logo { font-family: 'Caveat', cursive; font-weight: 700; font-size: 30px; color: var(--c-coral); line-height: 0.9; }
.nav-bar nav { margin-left: auto; display: flex; gap: 28px; }
.nav-bar nav a { font-size: 14px; font-weight: 500; color: var(--ink-soft); }
.nav-bar nav a.active { color: var(--ink); border-bottom: 2px solid var(--c-coral); padding-bottom: 4px; }
.nav-bar nav .nav-cross { margin-left: auto; font-weight: 600; border: 1.5px solid currentColor; border-radius: 20px; padding: 5px 16px; font-size: 13px; white-space: nowrap; }
.nav-bar nav .nav-cross-utpn { color: #1a8a6a; }
.nav-bar nav .nav-cross-anim { color: #ff5e5b; }
.nav-bar .cta { background: var(--ink); color: white; padding: 11px 22px; border-radius: 999px; font-weight: 600; font-size: 14px; white-space: nowrap; }
.nav-bar .menu-toggle { display: none; background: none; border: none; font-size: 28px; cursor: pointer; }

/* ===== HERO ===== */
.hero { padding: 80px 56px 100px; position: relative; overflow: hidden; }
.hero .blob { position: absolute; border-radius: 50%; opacity: 0.9; }
.hero .blob.b1 { top: 60px; left: -40px; width: 140px; height: 140px; background: var(--c-yellow); }
.hero .blob.b2 { bottom: 80px; right: 10%; width: 80px; height: 80px; background: var(--c-mint); }
.hero .blob.b3 { top: 200px; right: 4%; width: 22px; height: 22px; background: var(--c-coral); }
.hero .blob.b4 { bottom: 40px; left: 30%; width: 14px; height: 14px; background: var(--c-blue); }
.hero .blob.b5 { top: 30px; right: 30%; width: 28px; height: 28px; background: var(--c-pink); transform: rotate(20deg); border-radius: 6px; }

.hero-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: center; position: relative; z-index: 2; }
.badge-row { display: flex; gap: 8px; margin-bottom: 24px; flex-wrap: wrap; }
.badge { display: inline-flex; align-items: center; gap: 6px; padding: 6px 12px; border-radius: 999px; font-size: 12px; font-weight: 600; background: white; border: 1px solid var(--line); }
.badge .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--c-coral); }
.badge.b-rating { background: var(--c-yellow); border-color: transparent; }

.hero-title { font-family: 'Bricolage Grotesque', sans-serif; font-size: 64px; line-height: 0.95; font-weight: 700; letter-spacing: -0.03em; margin: 0 0 24px; }
.hero-title .word-pop { background: var(--c-yellow); padding: 0 12px; border-radius: 14px; display: inline-block; transform: rotate(-2deg); margin: 0 4px; }
.hero-title .underline { position: relative; color: var(--c-coral); }
.hero-title .underline::after { content: ''; position: absolute; left: 0; right: 0; bottom: 4px; height: 8px; background: var(--c-pink); z-index: -1; border-radius: 4px; opacity: 0.7; }
.hero p { font-size: 18px; color: var(--ink-soft); max-width: 460px; line-height: 1.5; margin: 0 0 32px; }

.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; }
.btn-fill { background: var(--ink); color: white; padding: 16px 26px; border-radius: 14px; font-weight: 700; font-size: 15px; display: inline-flex; gap: 10px; align-items: center; border: 2px solid var(--ink); box-shadow: 4px 4px 0 var(--c-coral); }
.btn-fill:hover { box-shadow: 2px 2px 0 var(--c-coral); transform: translateY(2px); }
.btn-line { background: white; color: var(--ink); padding: 16px 26px; border-radius: 14px; font-weight: 700; font-size: 15px; border: 2px solid var(--ink); }
.btn-line:hover { background: var(--bg); }

.hero-deck { position: relative; aspect-ratio: 1/1; }
.hero-deck .card { position: absolute; border-radius: 22px; overflow: hidden; border: 2px solid var(--ink); box-shadow: 8px 8px 0 var(--ink); }
.hero-deck .card.c1 { top: 0; left: 0; width: 60%; height: 60%; transform: rotate(-4deg); }
.hero-deck .card.c2 { top: 8%; right: 0; width: 50%; height: 55%; transform: rotate(3deg); }
.hero-deck .card.c3 { bottom: 0; left: 8%; width: 55%; height: 50%; transform: rotate(2deg); }
.hero-deck .card.c4 { bottom: 4%; right: 4%; width: 45%; height: 45%; transform: rotate(-3deg); }
.hero-deck .card img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ===== VALUES ===== */
.values { padding: 80px 56px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; background: white; border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
.value { border: 2px solid var(--ink); border-radius: 18px; padding: 28px 24px; position: relative; background: var(--bg); }
.value:nth-child(1) { background: #ffe8b8; }
.value:nth-child(2) { background: #ffcac6; }
.value:nth-child(3) { background: #b8ecd2; }
.value:nth-child(4) { background: #b8d4ff; }
.value-icon { font-family: 'ae14-icons'; font-size: 44px; color: #ff7a32; line-height: 1; display: block; margin-bottom: 4px; }
.value h2 { font-family: 'Bricolage Grotesque', sans-serif; font-size: 20px; font-weight: 600; margin: 8px 0; }
.value p { font-size: 13.5px; color: var(--ink-soft); margin: 0; line-height: 1.5; }

/* ===== SECTIONS ===== */
.section { padding: 100px 56px; }
.section-head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 40px; }
.section-head h1 { font-family: 'Bricolage Grotesque', sans-serif; font-size: 64px; font-weight: 700; margin: 0; line-height: 0.95; }
.section-head h1 em { font-style: italic; color: var(--c-coral); }
.section-head .script { font-family: 'Caveat', cursive; font-size: 26px; color: var(--ink-soft); }
.section-centered { text-align: center; }
.section-centered .section-head { justify-content: center; }

/* ===== CTA HERO SECTION ===== */
.cta-hero { padding: 60px 56px 0; text-align: center; }
.cta-hero h1 { font-family: 'Bricolage Grotesque', sans-serif; font-size: 64px; font-weight: 700; margin: 0 0 16px; }
.cta-hero h3 { font-family: 'DM Sans', sans-serif; font-size: 18px; font-weight: 400; color: var(--ink-soft); line-height: 1.55; margin: 0 auto; max-width: 720px; }

/* ===== ANIMATIONS GRID ===== */
.anims-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.anims-grid.anims-grid-2col { grid-template-columns: repeat(2, 1fr); gap: 28px; }
.anim-card { border-radius: 24px; overflow: hidden; border: 2px solid var(--ink); background: white; transition: transform 0.2s, box-shadow 0.2s; display: block; }
.anim-card:hover { transform: translateY(-4px); box-shadow: 6px 6px 0 var(--ink); }
.anim-card .thumb { aspect-ratio: 16/11; position: relative; border-bottom: 2px solid var(--ink); overflow: hidden; }
.anim-card .thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.anim-card .body { padding: 18px 22px; display: flex; align-items: center; justify-content: space-between; }
.anim-card .body h3 { font-family: 'Bricolage Grotesque', sans-serif; font-size: 19px; font-weight: 600; margin: 0; }
.anim-card .arrow { width: 36px; height: 36px; border-radius: 50%; background: var(--ink); color: white; display: grid; place-items: center; flex-shrink: 0; }
.anim-card .price { font-size: 13px; color: var(--ink-mute); margin-top: 2px; }

/* ===== PAGINATION ARTICLES ===== */
.articles-pagination { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; margin-top: 56px; }
.articles-pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; height: 44px; padding: 0 14px; border: 2px solid var(--ink); border-radius: 12px; background: white; color: var(--ink); font-weight: 700; text-decoration: none; transition: transform 0.15s, box-shadow 0.15s; }
.articles-pagination .page-numbers:hover { transform: translateY(-2px); box-shadow: 4px 4px 0 var(--ink); }
.articles-pagination .page-numbers.current { background: var(--ink); color: white; }
.articles-pagination .page-numbers.dots { border-color: transparent; background: transparent; }

/* ===== BRIDGE CARD ===== */
.bridge-card { margin: 60px 56px 100px; background: var(--c-mint); border: 2px solid var(--ink); border-radius: 28px; padding: 48px; display: grid; grid-template-columns: auto 1fr auto; gap: 40px; align-items: center; box-shadow: 8px 8px 0 var(--ink); position: relative; }
.bridge-card .badge-2 { background: var(--ink); color: var(--c-mint); padding: 6px 14px; border-radius: 999px; font-size: 12px; font-weight: 700; letter-spacing: 0.06em; position: absolute; top: -14px; left: 32px; }
.bridge-card .icon-circle { width: 90px; height: 90px; border-radius: 50%; background: white; border: 2px solid var(--ink); display: grid; place-items: center; font-size: 38px; }
.bridge-card h3 { font-family: 'Bricolage Grotesque', sans-serif; font-size: 28px; font-weight: 700; margin: 0 0 6px; }
.bridge-card p { font-size: 15px; color: var(--ink-soft); margin: 0; max-width: 460px; line-height: 1.5; }
.bridge-card .btn { background: var(--ink); color: white; padding: 14px 22px; border-radius: 12px; font-weight: 700; font-size: 14px; display: inline-flex; gap: 8px; align-items: center; }
.bridge-card-anim { background: #ffe0c2; }
.bridge-card-anim .badge-2 { background: #ff7a32; color: white; }
.bridge-card-anim .btn { box-shadow: 4px 4px 0 #ff7a32; }

/* ===== TESTIMONIALS ===== */
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.testimonial-card { border-radius: 24px; overflow: hidden; border: 2px solid var(--ink); background: white; padding: 28px; }
.testimonial-card .stars { color: var(--c-coral); margin-bottom: 12px; font-size: 16px; }
.testimonial-card .quote { font-family: 'Bricolage Grotesque', sans-serif; font-size: 17px; line-height: 1.4; margin: 0 0 16px; }
.testimonial-card .author { font-size: 13px; color: var(--ink-mute); }

/* ===== BOOKING ===== */
.booking { background: var(--c-coral); padding: 100px 56px; border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.booking .left { color: white; }
.booking .left h2 { font-family: 'Bricolage Grotesque', sans-serif; font-size: 64px; font-weight: 700; line-height: 0.98; margin: 0 0 20px; }
.booking .left p { font-size: 17px; max-width: 440px; opacity: 0.95; margin: 0 0 24px; }
.booking ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; font-size: 15px; }
.booking ul li::before { content: '\2713\0020'; font-weight: 700; }
.booking-form { background: white; border: 2px solid var(--ink); border-radius: 22px; padding: 32px; box-shadow: 10px 10px 0 var(--ink); }
.booking-form h3 { font-family: 'Bricolage Grotesque', sans-serif; font-size: 22px; margin: 0 0 4px; font-weight: 700; }
.booking-form .sub { font-size: 13px; color: var(--ink-mute); margin-bottom: 22px; }
.booking-form .wpcf7 input[type="text"],
.booking-form .wpcf7 input[type="email"],
.booking-form .wpcf7 input[type="tel"],
.booking-form .wpcf7 input[type="date"],
.booking-form .wpcf7 input[type="number"],
.booking-form .wpcf7 select,
.booking-form .wpcf7 textarea { width: 100%; padding: 11px 13px; border: 1.5px solid var(--ink); border-radius: 10px; font-size: 14px; font-family: inherit; }
.booking-form .wpcf7 .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.booking-form .wpcf7 .form-field { margin-bottom: 12px; }
.booking-form .wpcf7 label { display: block; font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink); margin-bottom: 5px; }
.booking-form .wpcf7 input[type="submit"] { width: 100%; padding: 14px; background: var(--ink); color: white; border-radius: 12px; font-weight: 700; font-size: 14px; margin-top: 6px; border: none; cursor: pointer; }
.booking-form .wpcf7 input[type="submit"]:hover { opacity: 0.9; }

/* ===== FOOTER ===== */
.site-footer { padding: 60px 56px 32px; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; background: var(--ink); color: rgba(255,255,255,0.7); }
.footer-credit { background: #000; color: rgba(255,255,255,0.6); padding: 8px 56px; text-align: right; font-size: 12px; letter-spacing: 0.02em; }
.footer-credit a { color: rgba(255,255,255,0.85); text-decoration: none; font-weight: 600; }
.footer-credit a:hover { color: #fff; }
.footer-credit .atopia-a { color: #FED132; }
.site-footer h4 { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin: 0 0 14px; font-weight: 700; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; font-size: 14px; }
.site-footer a:hover { color: white; }
.site-footer .logo { font-family: 'Caveat', cursive; font-weight: 700; font-size: 36px; color: var(--c-yellow); line-height: 0.9; margin-bottom: 12px; display: inline-block; }

/* ===== PAGE INTERIEURE ===== */
.page-content { padding: 60px 56px; }
.page-content h1 { font-family: 'Bricolage Grotesque', sans-serif; font-size: 48px; font-weight: 700; margin: 0 0 24px; }
.page-content .entry-content { font-size: 17px; line-height: 1.7; color: var(--ink-soft); }
.page-content .entry-content h2 { font-family: 'Bricolage Grotesque', sans-serif; font-size: 32px; font-weight: 700; color: var(--ink); margin: 40px 0 16px; }
.page-content .entry-content h3 { font-family: 'Bricolage Grotesque', sans-serif; font-size: 24px; font-weight: 600; color: var(--ink); margin: 32px 0 12px; }
.page-content .entry-content p { margin: 0 0 16px; }
.page-content .entry-content img { border-radius: 18px; border: 2px solid var(--ink); margin: 24px 0; }
.page-content .entry-content a { color: var(--c-coral); text-decoration: underline; }
.page-content .migration-notice { background: #fff5e0; border: 2px solid var(--c-yellow); border-radius: 14px; padding: 20px 24px; margin-bottom: 32px; font-size: 14px; line-height: 1.5; }

/* ===== BLOG (page-events-2) ===== */
.blog-lead { font-size: 18px; color: var(--ink-soft); margin: 0 0 64px; max-width: 760px; line-height: 1.6; }
.blog-section { margin-bottom: 80px; }
.blog-section:last-child { margin-bottom: 20px; }
.blog-section-head { margin-bottom: 28px; padding-bottom: 18px; border-bottom: 2px solid var(--line); }
.blog-section-head h2 { font-family: 'Bricolage Grotesque', sans-serif; font-size: 38px; font-weight: 700; margin: 0 0 8px; line-height: 1; }
.blog-section-head h2 em { font-style: italic; color: var(--c-coral); }
.blog-section-head p { font-size: 15px; color: var(--ink-soft); margin: 0; max-width: 680px; line-height: 1.55; }
.blog-section-utpn { --c-coral: #1a8a6a; --c-pink: #b8ecd2; }
.blog-empty { font-size: 15px; color: var(--ink-mute); font-style: italic; margin: 0; padding: 8px 0 16px; }

/* ===== LIVRE D'OR : formulaire de commentaire ===== */
.livre-dor-form .comment-form { max-width: 640px; }
.livre-dor-form .comment-form p { margin: 0 0 16px; }
.livre-dor-form .comment-form label { display: block; font-weight: 600; font-size: 14px; margin-bottom: 6px; color: var(--ink); }
.livre-dor-form .comment-form input[type="text"],
.livre-dor-form .comment-form input[type="email"],
.livre-dor-form .comment-form input[type="url"],
.livre-dor-form .comment-form textarea { width: 100%; padding: 12px 14px; border: 2px solid var(--ink); border-radius: 12px; font: inherit; font-size: 15px; background: white; box-sizing: border-box; }
.livre-dor-form .comment-form textarea { resize: vertical; min-height: 120px; }
.livre-dor-form .comment-form input:focus,
.livre-dor-form .comment-form textarea:focus { outline: 2px solid var(--c-coral); outline-offset: 2px; }
.livre-dor-form .comment-form .form-submit { margin-top: 8px; }
.livre-dor-form .comment-form-cookies-consent { display: flex; align-items: flex-start; gap: 8px; font-size: 13px; color: var(--ink-soft); }
.livre-dor-form .comment-form-cookies-consent input { width: auto; }
.livre-dor-form .comment-form-cookies-consent label { font-weight: 400; margin: 0; }

/* ===== UTPN SERVICE PAGES ===== */
.svc-page { padding: 0; }
.svc-hero { padding: 80px 56px 60px; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.svc-hero h1 { font-family: 'Bricolage Grotesque', sans-serif; font-size: 48px; font-weight: 800; line-height: 1.05; margin: 0 0 16px; }
.svc-hero h1 em { font-style: italic; color: var(--c-coral); }
.svc-hero .script { font-family: 'Caveat', cursive; font-size: 24px; color: var(--ink-soft); display: block; margin-bottom: 8px; }
.svc-hero .svc-intro { font-size: 17px; color: var(--ink-soft); line-height: 1.6; margin: 0 0 28px; max-width: 480px; }
.svc-img { border-radius: 22px; overflow: hidden; border: 2px solid var(--ink); box-shadow: 8px 8px 0 var(--c-coral); }
.svc-img img { width: 100%; height: 380px; object-fit: cover; display: block; }
.svc-section { padding: 60px 56px; }
.svc-section h2 { font-family: 'Bricolage Grotesque', sans-serif; font-size: 32px; font-weight: 700; margin: 0 0 20px; }
.svc-section h2 em { font-style: italic; color: var(--c-coral); }
.svc-section p { font-size: 16px; color: var(--ink-soft); line-height: 1.7; margin: 0 0 16px; }
.svc-section blockquote { border-left: 4px solid var(--c-coral); padding: 16px 24px; margin: 0 0 24px; background: white; border-radius: 0 14px 14px 0; font-style: italic; font-size: 18px; color: var(--ink); }
.svc-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.svc-cols.reverse { direction: rtl; }
.svc-cols.reverse > * { direction: ltr; }
.svc-features { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin-top: 8px; }
.svc-feature { background: var(--c-pink); border: 2px solid var(--ink); border-radius: 18px; padding: 24px; }
.svc-feature .svc-feat-icon { font-size: 28px; margin-bottom: 8px; display: block; }
.svc-feature h3 { font-family: 'Bricolage Grotesque', sans-serif; font-size: 17px; font-weight: 700; margin: 0 0 6px; }
.svc-feature p { font-size: 14px; margin: 0; line-height: 1.5; }
.svc-pricing-wrap { background: white; border: 2px solid var(--ink); border-radius: 22px; padding: 40px; }
.svc-price-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-top: 24px; }
.svc-price-card { background: var(--c-pink); border: 2px solid var(--ink); border-radius: 16px; padding: 28px; text-align: center; }
.svc-price-card .amount { font-family: 'Bricolage Grotesque', sans-serif; font-size: 40px; font-weight: 800; color: var(--c-coral); }
.svc-price-card .label { font-size: 16px; font-weight: 600; margin-top: 4px; color: var(--ink); }
.svc-price-card .detail { font-size: 13px; color: var(--ink-soft); margin-top: 4px; }
.svc-cta { background: var(--c-coral); padding: 60px 56px; text-align: center; border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
.svc-cta h2 { font-family: 'Bricolage Grotesque', sans-serif; font-size: 36px; font-weight: 800; color: white; margin: 0 0 12px; }
.svc-cta p { color: rgba(255,255,255,0.85); font-size: 16px; margin: 0 0 24px; max-width: 500px; margin-left: auto; margin-right: auto; }
.svc-cta .btn-white { background: white; color: var(--ink); padding: 16px 28px; border-radius: 14px; font-weight: 700; font-size: 15px; display: inline-flex; gap: 8px; border: 2px solid var(--ink); box-shadow: 4px 4px 0 rgba(0,0,0,0.15); }
.svc-cta .btn-white:hover { transform: translateY(2px); box-shadow: 2px 2px 0 rgba(0,0,0,0.15); }
.svc-detail { font-size: 15px; color: var(--ink-mute); margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); }
.svc-detail strong { color: var(--ink); }
.svc-list { list-style: none; padding: 0; margin: 0 0 16px; }
.svc-list li { padding: 6px 0; font-size: 15px; color: var(--ink-soft); }
.svc-list li::before { content: '\2713\0020'; font-weight: 700; color: var(--c-coral); }
.apropos-img { border-radius: 22px; border: 2px solid var(--ink); overflow: hidden; }
.apropos-img img { width: 100%; display: block; }

/* ===== ANNIVERSAIRE — GRILLE THÈMES ===== */
.anniv-themes-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 28px; }
.anniv-theme { background: white; border: 2px solid var(--ink); border-radius: 16px; overflow: hidden; box-shadow: 4px 4px 0 var(--c-coral); display: flex; flex-direction: column; }
.anniv-theme-img { aspect-ratio: 1 / 1; overflow: hidden; border-bottom: 2px solid var(--ink); background: var(--c-pink); }
.anniv-theme-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.anniv-theme-name { padding: 14px 10px; text-align: center; font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 15px; color: var(--ink); }
.anniv-theme.is-cta { background: var(--c-coral); color: white; text-decoration: none; transition: transform .15s ease, box-shadow .15s ease; }
.anniv-theme.is-cta:hover { transform: translateY(-3px); box-shadow: 4px 7px 0 rgba(0,0,0,0.15); }
.anniv-theme.is-cta .anniv-theme-name { color: white; }

/* ===== SOUS-TITRES (menu nav + H1 page) ===== */
.nav-bar nav a .nav-sub { font-weight: 400; font-size: 0.85em; opacity: 0.7; margin-left: 3px; }
.svc-hero h1 .h1-sub { display: block; font-size: 0.55em; font-weight: 500; color: var(--ink-soft); font-style: normal; margin-top: 6px; }

/* ===== FORMULES (Événement privé, Noël) ===== */
.svc-formulas { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 22px; margin-top: 24px; }
.svc-formula { background: white; border: 2px solid var(--ink); border-radius: 18px; padding: 26px; box-shadow: 4px 4px 0 var(--c-coral); display: flex; flex-direction: column; }
.svc-formula h3 { font-family: 'Bricolage Grotesque', sans-serif; font-size: 20px; font-weight: 800; margin: 0 0 6px; color: var(--ink); }
.svc-formula .svc-formula-tagline { font-family: 'Caveat', cursive; font-size: 18px; color: var(--c-coral); margin: 0 0 14px; line-height: 1.2; }
.svc-formula p { font-size: 15px; line-height: 1.6; color: var(--ink-soft); margin: 0 0 10px; }
.svc-formula ul { list-style: none; padding: 0; margin: 8px 0 0; }
.svc-formula ul li { padding: 5px 0; font-size: 14.5px; color: var(--ink-soft); line-height: 1.5; }
.svc-formula ul li::before { content: '\2713\0020'; font-weight: 700; color: var(--c-coral); }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .page-wrap { margin: 0; box-shadow: none; }
  .hero { padding: 60px 32px 80px; }
  .hero-title { font-size: 48px; }
  .values { padding: 60px 32px; grid-template-columns: repeat(2, 1fr); }
  .section { padding: 80px 32px; }
  .cta-hero { padding: 40px 32px 0; }
  .cta-hero h1 { font-size: 48px; }
  .anims-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
  .bridge-card { margin: 40px 32px 80px; grid-template-columns: 1fr; text-align: center; justify-items: center; padding: 40px 32px; }
  .booking { padding: 80px 32px; grid-template-columns: 1fr; }
  .site-footer { padding: 40px 32px 24px; grid-template-columns: 1fr 1fr; }
  .nav-bar { padding: 20px 24px; }
  .page-content { padding: 40px 32px; }
  .svc-hero { padding: 60px 32px 40px; }
  .svc-section { padding: 40px 32px; }
  .svc-cta { padding: 48px 32px; }
  .anniv-themes-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
  .nav-bar nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--bg); border-bottom: 1px solid var(--line); flex-direction: column; padding: 20px 24px; gap: 16px; z-index: 200; }
  .nav-bar nav.open { display: flex; }
  .nav-bar .menu-toggle { display: block; margin-left: auto; }
  .nav-bar nav .cta { align-self: stretch; text-align: center; margin-top: 4px; }

  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-title { font-size: clamp(36px, 10vw, 56px); }
  .hero-deck { max-width: 400px; margin: 0 auto; }
  .values { grid-template-columns: 1fr; }
  .cta-hero h1 { font-size: clamp(32px, 8vw, 42px); }
  .section-head h1 { font-size: clamp(32px, 8vw, 42px); }
  .anims-grid { grid-template-columns: 1fr; }
  .anims-grid.anims-grid-2col { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .anims-grid.anims-grid-2col .anim-card .body { padding: 12px 8px; justify-content: center; text-align: center; }
  .anims-grid.anims-grid-2col .anim-card .body h3 { font-size: 14px; line-height: 1.2; }
  .anims-grid.anims-grid-2col .anim-card .arrow { display: none; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .booking { gap: 32px; }
  .booking .left h2 { font-size: clamp(36px, 8vw, 48px); }
  .site-footer { grid-template-columns: 1fr; }
  .page-content { padding: 32px 20px; }
  .page-content h1 { font-size: 32px; }
  .booking-page { grid-template-columns: 1fr; }
  .contact-cards { grid-template-columns: 1fr; }
  .svc-hero { grid-template-columns: 1fr; }
  .svc-hero h1 { font-size: 36px; }
  .svc-cols { grid-template-columns: 1fr; }
  .svc-cols.reverse { direction: ltr; }
  .svc-img img { height: 280px; }
  .svc-cta h2 { font-size: 28px; }
  .anniv-themes-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .anniv-theme-name { font-size: 14px; padding: 12px 8px; }
}

/* ===== CALENDRIER & PAGE CONTACT ===== */

.booking-page {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-bottom: 60px;
  align-items: start;
}

.calendar-wrap {
  background: #fff;
  border-radius: 18px;
  border: 2px solid var(--line);
  padding: 28px;
}

.calendar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.calendar-header h3 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 20px;
  margin: 0;
}

.cal-nav {
  background: none;
  border: 2px solid var(--line);
  border-radius: 10px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  font-size: 18px;
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color .2s;
}
.cal-nav:hover { border-color: var(--ink); }

.calendar-legend {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
  font-size: 13px;
  color: var(--ink-soft);
}
.calendar-legend span { display: flex; align-items: center; gap: 6px; }
.dot { width: 12px; height: 12px; border-radius: 50%; display: inline-block; }
.dot-free { background: var(--c-mint); }
.dot-pending { background: var(--c-yellow); }
.dot-booked { background: var(--c-coral); }

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
}

.cal-dayname {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: var(--ink-mute);
  padding: 4px 0;
  text-transform: uppercase;
}

.cal-day {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  transition: all .15s;
}

.cal-empty { visibility: hidden; }

.cal-past {
  color: var(--ink-mute);
  opacity: 0.4;
}

.cal-free {
  cursor: pointer;
  background: rgba(138,215,196,0.15);
  color: var(--ink);
}
.cal-free:hover {
  background: var(--c-mint);
  color: #fff;
  transform: scale(1.08);
}

.cal-pending {
  background: rgba(255,210,63,0.25);
  color: var(--ink);
  cursor: default;
}

.cal-booked {
  background: rgba(255,94,91,0.15);
  color: var(--c-coral);
  cursor: default;
  text-decoration: line-through;
}

.cal-closed {
  background: #eee;
  color: #aaa;
  cursor: default;
  opacity: .5;
}

.cal-selected {
  background: var(--c-coral) !important;
  color: #fff !important;
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(255,94,91,0.3);
}

.cal-hint {
  font-size: 13px;
  color: var(--ink-mute);
  margin-top: 12px;
  text-align: center;
}

.booking-page .booking-form {
  background: #fff;
  border-radius: 18px;
  border: 2px solid var(--line);
  padding: 32px;
}
.booking-page .booking-form h3 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 22px;
  margin: 0 0 4px;
}
.booking-page .booking-form .sub {
  font-size: 14px;
  color: var(--ink-mute);
  margin-bottom: 24px;
}

.booking-page .field {
  margin-bottom: 16px;
}
.booking-page .field label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 6px;
  color: var(--ink-soft);
}
.booking-page .field input,
.booking-page .field select,
.booking-page .field textarea {
  width: 100%;
  padding: 10px 14px;
  border: 2px solid var(--line);
  border-radius: 10px;
  font-family: inherit;
  font-size: 15px;
  background: var(--bg);
  color: var(--ink);
  transition: border-color .2s;
}
.booking-page .field input:focus,
.booking-page .field select:focus,
.booking-page .field textarea:focus {
  outline: none;
  border-color: var(--c-coral);
}

/* ── Contact cards ── */
.contact-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}
.contact-card {
  text-align: center;
  padding: 32px 24px;
  background: #fff;
  border-radius: 18px;
  border: 2px solid var(--line);
}
.contact-icon {
  font-size: 32px;
  margin-bottom: 12px;
}
.contact-card h3 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 18px;
  margin: 0 0 8px;
}
.contact-card p {
  font-size: 15px;
  color: var(--ink-soft);
  margin: 0;
  line-height: 1.5;
}
.contact-card a {
  color: var(--c-coral);
  text-decoration: none;
}
.contact-card a:hover { text-decoration: underline; }

/* ── Field rows (2 columns) ── */
.booking-page .field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

/* ── Calendrier matin/après-midi (Animations) ── */
.calendar-grid-slots {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 3px;
}
.calendar-grid-slots .cal-dayname {
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  color: var(--ink-mute);
  padding: 4px 0;
  text-transform: uppercase;
}
.cal-day-slot {
  min-height: 70px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 4px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.cal-day-slot.cal-empty { visibility: hidden; }
.cal-day-slot.cal-past { opacity: .35; }
.cal-day-num {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 2px;
  text-align: center;
}
.slot-btn {
  font-size: 10px;
  padding: 3px 4px;
  border-radius: 4px;
  text-align: center;
  font-weight: 600;
  transition: all .15s;
  cursor: default;
}
.slot-free {
  background: rgba(138,215,196,0.2);
  color: var(--ink);
  cursor: pointer;
}
.slot-free:hover {
  background: var(--c-mint);
  color: #fff;
}
.slot-confirmed, .slot-blocked {
  background: rgba(255,94,91,0.15);
  color: var(--c-coral);
  text-decoration: line-through;
}
.slot-pending {
  background: rgba(255,210,63,0.25);
  color: var(--ink);
}
.slot-closed {
  background: #eee;
  color: #aaa;
  font-style: italic;
}

.slot-selected {
  background: var(--c-coral) !important;
  color: #fff !important;
  transform: scale(1.05);
}

/* ── Partial day (UTPN calendar) ── */
.cal-partial {
  cursor: pointer;
  background: rgba(255,210,63,0.15);
  color: var(--ink);
}
.cal-partial:hover {
  background: rgba(255,210,63,0.35);
}

/* ── Heures UTPN ── */
.utpn-hours-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.utpn-section-label {
  width: 100%;
  font-size: 12px;
  font-weight: 700;
  color: var(--ink-mute);
  text-transform: uppercase;
  margin-top: 8px;
}
.utpn-section-label:first-child { margin-top: 0; }

.hour-btn {
  padding: 10px 20px;
  border: 2px solid var(--line);
  border-radius: 10px;
  background: var(--bg);
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  cursor: default;
  transition: all .15s;
}
.hour-free {
  cursor: pointer;
  border-color: var(--c-mint);
  color: var(--ink);
}
.hour-free:hover {
  background: var(--c-mint);
  color: #fff;
  border-color: var(--c-mint);
}
.hour-confirmed, .hour-blocked {
  border-color: rgba(255,94,91,0.3);
  color: var(--c-coral);
  text-decoration: line-through;
  opacity: .6;
}
.hour-pending {
  border-color: rgba(255,210,63,0.5);
  color: var(--ink);
  opacity: .7;
}
.hour-selected {
  background: var(--c-coral) !important;
  color: #fff !important;
  border-color: var(--c-coral) !important;
  transform: scale(1.08);
  box-shadow: 0 4px 12px rgba(255,94,91,0.3);
}

@media (max-width: 1024px) {
  .booking-page { grid-template-columns: 1fr; }
  .contact-cards { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .contact-cards { grid-template-columns: 1fr; }
  .booking-page .field-row { grid-template-columns: 1fr; }
  .calendar-wrap { padding: 14px; }
  .booking-page .booking-form { padding: 20px; }
  .calendar-header h3 { font-size: 16px; }
  .cal-nav { width: 34px; height: 34px; font-size: 14px; }
  .calendar-legend { gap: 8px; font-size: 11px; flex-wrap: wrap; }
  .calendar-grid-slots { gap: 2px; font-size: 10px; }
  .cal-day-slot { min-width: 0; min-height: 52px; padding: 2px; gap: 1px; }
  .cal-day-num { font-size: 11px; margin-bottom: 1px; }
  .slot-btn { font-size: 9px; padding: 2px 1px; line-height: 1.15; word-break: break-word; }
  .utpn-hours-grid { gap: 6px; }
  .hour-btn { padding: 8px 12px; font-size: 13px; }
}
