/* ==========================================================================
   NOCTURNES V2 — Page-specific stylesheet
   Loaded conditionally via is_page_template('page-templates/nocturnes.php')

   Typography aligned with home page:
   body 14px | h1 55px | h2 45px | h3 25px | h4 20px | p 14px/25px
   ========================================================================== */

:root {
  --bg-nocturnes: #0d1a27;
  --corail: #ff635a;
  --corail-light: #ff8a84;
  --purple: #8e2051;
  --purple-dark: #9d275d;
  --pink: #fe85bd;
  --pink-soft: #e48ab3;
  --cream: #f4f2ec;
  --teal: #006b89;
  --noct-text: #333333;
  --noct-text-light: #666666;
}

/* ========== BLOC 1 — HERO ========== */

/* Same dimensions as .strate_header on "Le Parc" page */
.noct-hero {
  padding-top: 80px;
  position: relative;
  height: 580px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.noct-hero .bg_header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.noct-hero .bg_header .wrapper_img,
.noct-hero .bg_header .wrapper_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.noct-hero .bg_header .wrapper_img img,
.noct-hero .bg_header .wrapper_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.noct-hero::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%);
  z-index: 1;
}

.noct-hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  padding: 0 2rem;
}

.noct-hero-badge {
  font-family: 'Quattrocento Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2.167px;
  text-transform: uppercase;
  color: #fff;
  background: var(--bg-nocturnes);
  padding: 8px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.noct-hero h1 {
  font-family: 'Cinzel', serif;
  font-weight: 700;
  font-size: 55px;
  color: #fff;
  line-height: 1.24;
  letter-spacing: 2.167px;
  text-transform: uppercase;
}

/* ========== BLOC 2 — PROMESSE ========== */

.noct-promesse {
  text-align: center;
  padding: 80px 2rem;
  background: linear-gradient(175deg, #070e17 0%, var(--bg-nocturnes) 40%, #0f1e2e 100%);
  position: relative;
  overflow: hidden;
}

/* Stars layer */
.noct-promesse::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(1px 1px at 8% 15%, rgba(255,255,255,0.5), transparent),
    radial-gradient(1px 1px at 18% 65%, rgba(255,255,255,0.3), transparent),
    radial-gradient(1px 1px at 32% 28%, rgba(255,255,255,0.4), transparent),
    radial-gradient(1px 1px at 45% 78%, rgba(255,255,255,0.3), transparent),
    radial-gradient(1px 1px at 55% 12%, rgba(255,255,255,0.5), transparent),
    radial-gradient(1px 1px at 68% 52%, rgba(255,255,255,0.2), transparent),
    radial-gradient(1px 1px at 78% 35%, rgba(255,255,255,0.4), transparent),
    radial-gradient(1px 1px at 88% 72%, rgba(255,255,255,0.3), transparent),
    radial-gradient(1px 1px at 25% 48%, rgba(255,255,255,0.2), transparent),
    radial-gradient(1px 1px at 62% 88%, rgba(255,255,255,0.4), transparent),
    radial-gradient(2px 2px at 42% 42%, rgba(255,255,255,0.5), transparent),
    radial-gradient(1px 1px at 92% 18%, rgba(255,255,255,0.3), transparent),
    radial-gradient(1px 1px at 5% 82%, rgba(255,255,255,0.4), transparent),
    radial-gradient(1px 1px at 72% 8%, rgba(255,255,255,0.3), transparent),
    radial-gradient(2px 2px at 15% 92%, rgba(255,255,255,0.4), transparent);
  pointer-events: none;
}

/* Subtle glow */
.noct-promesse::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 30% 50%, rgba(255, 99, 90, 0.04) 0%, transparent 60%),
    radial-gradient(ellipse at 70% 30%, rgba(142, 32, 81, 0.03) 0%, transparent 50%);
  pointer-events: none;
}

.noct-promesse > * {
  position: relative;
  z-index: 1;
}

.noct-ornament {
  display: block;
  margin: 0 auto 30px;
  width: 120px;
  opacity: 0.5;
}

.noct-ornament-white {
  display: block;
  margin: 0 auto;
  width: 120px;
  opacity: 0.4;
}

.noct-promesse p {
  max-width: 700px;
  margin: 0 auto;
  font-family: 'Lora', serif;
  font-size: 18px;
  color: rgba(255,255,255,0.8);
  line-height: 30px;
  font-style: italic;
}

.noct-promesse p strong {
  display: block;
  font-family: 'Cinzel', serif;
  font-size: 25px;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 15px;
}

/* Info band — in promesse section */
.noct-hero-infos {
  display: flex;
  justify-content: center;
  gap: 0;
  margin: 35px 0 30px;
  flex-wrap: wrap;
}

.noct-hero-info-item {
  padding: 12px 25px;
  border: 1px solid rgba(255, 99, 90, 0.2);
  color: #fff;
  text-align: center;
}

.noct-hero-info-item:first-child { border-radius: 4px 0 0 4px; }
.noct-hero-info-item:last-child { border-radius: 0 4px 4px 0; }

.noct-hero-info-item strong {
  display: block;
  font-family: 'Cinzel', serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--corail);
  margin-bottom: 2px;
}

.noct-hero-info-item span {
  font-family: 'Lora', serif;
  font-size: 12px;
  color: rgba(255,255,255,0.6);
}

/* Promesse CTA override */
.noct-promesse .buy_tickets .cta {
  background: var(--corail);
  color: #fff;
  border: none;
}

.noct-promesse .buy_tickets .cta:hover {
  background: var(--corail-light);
  transform: translateY(-1px);
  box-shadow: 0 4px 20px rgba(255, 99, 90, 0.35);
}

/* ========== BLOC 3 — TIMELINE ========== */

.noct-timeline-section {
  background: var(--bg-nocturnes);
  padding: 60px 2rem;
}

.noct-timeline-header {
  text-align: center;
  margin-bottom: 50px;
}

.noct-timeline-header h2 {
  font-family: 'Cinzel', serif;
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 0;
}

.noct-timeline-header h2 span {
  color: var(--corail);
}

.noct-timeline {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

/* Vertical line */
.noct-timeline::before {
  content: '';
  position: absolute;
  left: 40px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(to bottom, transparent, var(--corail), var(--corail), transparent);
}

.noct-timeline-item {
  display: flex;
  gap: 2.5rem;
  margin-bottom: 50px;
  position: relative;
}

.noct-timeline-item:last-child { margin-bottom: 0; }

.noct-timeline-time {
  flex-shrink: 0;
  width: 80px;
  text-align: center;
  position: relative;
}

.noct-timeline-time strong {
  font-family: 'Cinzel', serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--corail);
  display: block;
}

/* Dot on the line */
.noct-timeline-time::after {
  content: '';
  position: absolute;
  right: -1.35rem;
  top: 0.5rem;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--corail);
  box-shadow: 0 0 12px rgba(255, 99, 90, 0.4);
}

.noct-timeline-content {
  flex: 1;
}

.noct-timeline-content h3 {
  font-family: 'Cinzel', serif;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  margin: 0 0 12px;
}

.noct-timeline-content p {
  font-family: 'Lora', serif;
  color: rgba(255,255,255,0.7);
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 8px;
}

.noct-timeline-content p strong {
  color: rgba(255,255,255,0.9);
}

.noct-timeline-content .noct-detail {
  font-size: 13px;
  color: var(--pink);
  opacity: 0.8;
  font-style: italic;
}

.noct-timeline-img {
  width: 100%;
  height: 220px;
  border-radius: 4px;
  margin-bottom: 15px;
  overflow: hidden;
}

.noct-timeline-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Placeholder for images not yet set */
.noct-timeline-img--placeholder {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255, 99, 90, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.15);
  font-size: 12px;
  font-family: 'Cinzel', serif;
  letter-spacing: 0.1em;
}

.noct-timeline-cta {
  text-align: center;
  margin-top: 50px;
}

/* Timeline CTA override */
.noct-timeline-cta .buy_tickets .cta {
  background: var(--corail);
  color: #fff;
  border: none;
}

.noct-timeline-cta .buy_tickets .cta:hover {
  background: var(--corail-light);
  box-shadow: 0 4px 20px rgba(255, 99, 90, 0.35);
}

/* ========== BLOC 4 — PRIX ========== */

.noct-prix {
  background: linear-gradient(135deg, #0a1520 0%, var(--bg-nocturnes) 50%, #0f1e2e 100%);
  padding: 60px 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.noct-prix::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(1px 1px at 12% 20%, rgba(255,255,255,0.4), transparent),
    radial-gradient(1px 1px at 28% 70%, rgba(255,255,255,0.3), transparent),
    radial-gradient(1px 1px at 40% 15%, rgba(255,255,255,0.5), transparent),
    radial-gradient(1px 1px at 58% 82%, rgba(255,255,255,0.25), transparent),
    radial-gradient(1px 1px at 75% 25%, rgba(255,255,255,0.4), transparent),
    radial-gradient(1px 1px at 85% 60%, rgba(255,255,255,0.3), transparent),
    radial-gradient(2px 2px at 50% 50%, rgba(255,255,255,0.45), transparent),
    radial-gradient(1px 1px at 95% 10%, rgba(255,255,255,0.3), transparent),
    radial-gradient(1px 1px at 8% 88%, rgba(255,255,255,0.35), transparent),
    radial-gradient(1px 1px at 65% 40%, rgba(255,255,255,0.2), transparent);
  pointer-events: none;
  z-index: 1;
}

.noct-prix::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(255, 99, 90, 0.06) 0%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}

.noct-prix-content {
  position: relative;
  z-index: 2;
  max-width: 650px;
  margin: 0 auto;
}

.noct-prix h2 {
  font-family: 'Cinzel', serif;
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 20px;
}

.noct-prix p {
  font-family: 'Lora', serif;
  color: rgba(255,255,255,0.85);
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 15px;
}

.noct-highlight-box {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 99, 90, 0.25);
  border-radius: 4px;
  padding: 20px 25px;
  margin: 25px 0;
  color: rgba(255,255,255,0.9);
  font-family: 'Lora', serif;
  font-size: 14px;
  line-height: 25px;
}

.noct-highlight-box strong {
  display: block;
  font-family: 'Cinzel', serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  color: var(--corail);
}

/* Prix CTA override */
.noct-prix .buy_tickets .cta {
  margin-top: 20px;
  background: var(--corail);
  color: #fff;
  border: none;
}

.noct-prix .buy_tickets .cta:hover {
  background: var(--corail-light);
  box-shadow: 0 4px 20px rgba(255, 99, 90, 0.35);
}

/* ========== BLOC 5 — FAQ ========== */

.noct-faq {
  background: var(--cream);
  padding: 60px 2rem;
}

.noct-faq-header {
  text-align: center;
  margin-bottom: 40px;
}

.noct-faq-header h2 {
  font-family: 'Cinzel', serif;
  color: var(--bg-nocturnes);
  font-size: 45px;
  font-weight: 700;
}

.noct-faq-grid {
  max-width: 800px;
  margin: 0 auto;
}

.noct-faq-item {
  border-bottom: 1px solid rgba(142, 32, 81, 0.12);
  overflow: hidden;
}

.noct-faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  cursor: pointer;
  user-select: none;
  transition: color 0.2s;
}

.noct-faq-question:hover { color: var(--purple); }

.noct-faq-question h3 {
  font-family: 'Lora', serif;
  font-size: 15px;
  font-weight: 600;
  color: inherit;
  margin: 0;
}

.noct-faq-toggle {
  font-size: 22px;
  color: var(--corail);
  transition: transform 0.3s;
  flex-shrink: 0;
  margin-left: 1rem;
}

.noct-faq-item.open .noct-faq-toggle { transform: rotate(45deg); }

.noct-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.noct-faq-item.open .noct-faq-answer {
  max-height: 500px;
  padding-bottom: 18px;
}

.noct-faq-answer p {
  font-family: 'Lora', serif;
  color: var(--noct-text-light);
  font-size: 14px;
  line-height: 25px;
  margin: 0;
}

.noct-faq-answer ul {
  font-family: 'Lora', serif;
  color: var(--noct-text-light);
  font-size: 14px;
  line-height: 25px;
  margin: 10px 0 0;
  padding-left: 20px;
  list-style: disc;
}

.noct-faq-answer a {
  color: var(--purple);
  text-decoration: underline;
}

/* ========== BLOC 5b — CALENDRIER ========== */

.noct-calendrier {
  background: var(--cream);
  padding: 60px 2rem;
  text-align: center;
}

.noct-calendrier h2 {
  font-family: 'Cinzel', serif;
  color: var(--bg-nocturnes);
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 8px;
}

.noct-calendrier-sub {
  font-family: 'Lora', serif;
  font-size: 14px;
  color: var(--noct-text-light);
  font-style: italic;
  margin-bottom: 40px;
}

.noct-cal-grid {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  max-width: 720px;
  margin: 0 auto;
}

.noct-cal-month {
  flex: 1;
  min-width: 280px;
  max-width: 320px;
}

.noct-cal-month-title {
  font-family: 'Cinzel', serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--bg-nocturnes);
  margin-bottom: 12px;
  text-transform: capitalize;
}

.noct-cal-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
  margin-bottom: 4px;
}

.noct-cal-weekday {
  font-family: 'Quattrocento Sans', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: var(--noct-text-light);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 4px 0;
}

.noct-cal-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
}

.noct-cal-day {
  font-family: 'Quattrocento Sans', sans-serif;
  font-size: 14px;
  color: var(--noct-text);
  padding: 8px 0;
  border-radius: 4px;
  transition: background 0.2s;
}

.noct-cal-day.empty {
  visibility: hidden;
}

.noct-cal-day.past {
  color: #ccc;
}

.noct-cal-day.nocturne {
  background: var(--bg-nocturnes);
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(13, 26, 39, 0.5);
}

.noct-cal-day.nocturne.past {
  background: rgba(13, 26, 39, 0.4);
  color: rgba(255, 255, 255, 0.5);
  box-shadow: none;
}

.noct-cal-legend {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: 'Lora', serif;
  font-size: 13px;
  color: var(--noct-text-light);
}

.noct-cal-legend-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--bg-nocturnes);
  display: inline-block;
}

/* ========== BLOC 5c — FOCUS ASCENSION ========== */

.noct-ascension {
  background: linear-gradient(160deg, #0a1520 0%, var(--bg-nocturnes) 40%, #12243a 100%);
  padding: 70px 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.noct-ascension::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(1px 1px at 10% 25%, rgba(255,255,255,0.45), transparent),
    radial-gradient(1px 1px at 30% 65%, rgba(255,255,255,0.3), transparent),
    radial-gradient(1px 1px at 50% 10%, rgba(255,255,255,0.5), transparent),
    radial-gradient(1px 1px at 70% 80%, rgba(255,255,255,0.25), transparent),
    radial-gradient(1px 1px at 90% 40%, rgba(255,255,255,0.35), transparent),
    radial-gradient(2px 2px at 45% 55%, rgba(255,255,255,0.4), transparent),
    radial-gradient(1px 1px at 15% 85%, rgba(255,255,255,0.3), transparent),
    radial-gradient(1px 1px at 80% 15%, rgba(255,255,255,0.35), transparent);
  pointer-events: none;
}

.noct-ascension::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(255, 99, 90, 0.05) 0%, transparent 65%);
  pointer-events: none;
}

.noct-ascension-content {
  position: relative;
  z-index: 2;
  max-width: 620px;
  margin: 0 auto;
}

.noct-ascension-date {
  display: inline-block;
  font-family: 'Quattrocento Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--corail);
  background: rgba(255, 99, 90, 0.1);
  border: 1px solid rgba(255, 99, 90, 0.25);
  border-radius: 3px;
  padding: 6px 16px;
  margin-bottom: 20px;
}

.noct-ascension h2 {
  font-family: 'Cinzel', serif;
  color: #fff;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 18px;
}

.noct-ascension p {
  font-family: 'Lora', serif;
  color: rgba(255,255,255,0.8);
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 25px;
}

.noct-ascension .buy_tickets .cta {
  background: var(--corail);
  color: #fff;
  border: none;
}

.noct-ascension .buy_tickets .cta:hover {
  background: var(--corail-light);
  box-shadow: 0 4px 20px rgba(255, 99, 90, 0.35);
}

/* ========== BLOC 6 — CTA FINAL ========== */

.noct-cta-final {
  background: var(--bg-nocturnes);
  padding: 60px 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.noct-cta-final::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(255, 99, 90, 0.06) 0%, transparent 60%);
}

.noct-cta-final-content {
  position: relative;
  z-index: 2;
}

.noct-next-date {
  font-family: 'Cinzel', serif;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 8px;
}

.noct-next-date strong {
  color: var(--corail);
}

.noct-rarity {
  font-family: 'Lora', serif;
  color: rgba(255,255,255,0.5);
  font-size: 14px;
  font-style: italic;
  margin-bottom: 30px;
}

/* CTA final override */
.noct-cta-final .buy_tickets .cta {
  background: var(--corail);
  color: #fff;
  border: none;
  margin-bottom: 15px;
}

.noct-cta-final .buy_tickets .cta:hover {
  background: var(--corail-light);
  box-shadow: 0 4px 20px rgba(255, 99, 90, 0.35);
}

.noct-link-secondary {
  display: inline-block;
  margin-top: 15px;
  font-family: 'Lora', serif;
  color: rgba(255,255,255,0.5);
  font-size: 13px;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  transition: color 0.2s;
}

.noct-link-secondary:hover { color: var(--corail); }

/* ========== STICKY CTA ========== */

.noct-sticky-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(13, 26, 39, 0.97);
  backdrop-filter: blur(10px);
  padding: 10px 20px;
  z-index: 100;
  border-top: 1px solid rgba(255, 99, 90, 0.25);
  justify-content: space-between;
  align-items: center;
}

.noct-sticky-cta.visible { display: flex; }

.noct-sticky-cta-text {
  color: #fff;
  font-family: 'Cinzel', serif;
  font-size: 12px;
  letter-spacing: 0.05em;
}

.noct-sticky-cta-text strong { color: var(--corail); }

.noct-sticky-cta .cta {
  padding: 8px 20px;
  font-size: 12px;
  background: var(--corail);
  color: #fff;
  text-decoration: none;
  font-family: 'Cinzel', serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 3px;
  transition: background 0.3s;
}

.noct-sticky-cta .cta:hover {
  background: var(--corail-light);
}

/* ========== RESPONSIVE ========== */

@media (max-width: 768px) {
  .noct-hero-infos {
    flex-direction: column;
    align-items: center;
  }

  .noct-hero-info-item {
    width: 280px;
    border-radius: 0 !important;
  }

  .noct-hero-info-item:first-child { border-radius: 4px 4px 0 0 !important; }
  .noct-hero-info-item:last-child { border-radius: 0 0 4px 4px !important; }

  .noct-timeline::before { left: 20px; }
  .noct-timeline-item { gap: 1.5rem; }
  .noct-timeline-time { width: 50px; }
  .noct-timeline-time strong { font-size: 15px; }
  .noct-timeline-time::after { right: -0.85rem; width: 8px; height: 8px; }
  .noct-timeline-content h3 { font-size: 20px; }
  .noct-timeline-img { height: 160px; }

  .noct-timeline-header h2,
  .noct-faq-header h2,
  .noct-calendrier h2,
  .noct-ascension h2,
  .noct-prix h2 { font-size: 32px; }

  .noct-cal-grid { gap: 30px; }

  .noct-next-date { font-size: 20px; }
}

@media (max-width: 480px) {
  .noct-hero { height: 420px; }
  .noct-hero h1 { font-size: 35px; line-height: 45px; }
}

/* ========== FOOTER OVERRIDE — bleu nuit ========== */

.page-template-nocturnes footer.site-footer {
  background: var(--bg-nocturnes) !important;
}

/* Top rule: corail gradient */
.page-template-nocturnes .ft-rule {
  background: linear-gradient(90deg, transparent, var(--corail) 30%, var(--corail-light) 50%, var(--corail) 70%, transparent);
}

/* Accent colors: pink → corail */
.page-template-nocturnes .ft-since {
  color: var(--corail);
}

.page-template-nocturnes .ft-divider span {
  color: var(--corail);
}

.page-template-nocturnes .ft-info-col a:hover,
.page-template-nocturnes .ft-nav-col ul li a:hover,
.page-template-nocturnes .ft-legal a:hover {
  color: var(--corail);
}

.page-template-nocturnes .ft-info-col .ft-icon {
  stroke: var(--corail);
}

/* Social buttons */
.page-template-nocturnes .ft-social li a:hover {
  border-color: var(--corail);
  background: rgba(255, 99, 90, 0.15);
}

/* Wedding CTA block */
.page-template-nocturnes .ft-wedding-inner {
  border-color: rgba(255, 99, 90, 0.2);
  background:
    radial-gradient(ellipse at 20% 50%, rgba(255, 99, 90, 0.08) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 50%, rgba(255, 99, 90, 0.08) 0%, transparent 60%),
    rgba(255,255,255,.02);
}

.page-template-nocturnes .ft-wedding-label {
  color: var(--corail);
}

.page-template-nocturnes .ft-wedding a.ft-wedding-btn {
  background: linear-gradient(135deg, var(--corail), var(--corail-light));
  box-shadow: 0 4px 16px rgba(255, 99, 90, 0.3);
}

.page-template-nocturnes .ft-wedding a.ft-wedding-btn:hover {
  background: linear-gradient(135deg, var(--corail-light), #ff9f9a);
  box-shadow: 0 6px 24px rgba(255, 99, 90, 0.45);
}

/* Bottom CTA */
.page-template-nocturnes .ft-cta a {
  color: var(--corail);
  border-color: var(--corail);
}

.page-template-nocturnes .ft-cta a:hover {
  background: var(--corail);
  border-color: var(--corail);
  color: #fff;
}
