:root {
  --bg: #fffaf6;
  --bg-soft: #f9efe7;
  --paper: rgba(255, 255, 255, 0.85);
  --text: #5e453d;
  --text-soft: #7c6258;
  --heading: #7a3e22;
  --accent: #e68f7c;
  --accent-dark: #c66d59;
  --gold: #d9b15f;
  --line: rgba(190, 146, 98, 0.25);
  --shadow: 0 18px 50px rgba(119, 77, 45, 0.08);
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --container: 1180px;
  --gold1: #D4AF37; 
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, rgba(255,250,246,0.96), rgba(254,247,242,0.98));
  line-height: 1.7;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .9em; }

.site-bg {
  position: fixed; inset: 0; z-index: -2;
  background:
    radial-gradient(circle at top, rgba(255,255,255,0.55), rgba(255,255,255,0.93) 45%),
    url('../assets/images/fond-doux.jpg') center/cover no-repeat;
}
.site-bg::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(255,250,246,0.55), rgba(255,250,246,0.92));
}

.container { width: min(var(--container), calc(100% - 2rem)); margin: 0 auto; }
.section { padding: 6.25rem 0; }
/*.section.compact { padding: 2rem 0 1rem; }*/
.section.compact { padding: 3rem 1 2rem; }
.section.alt { background: rgba(255,255,255,0.45); backdrop-filter: blur(8px); }
.centered { text-align: center; }
.narrow { max-width: 760px; margin-inline: auto; }
/* en tete  */
.glass {
  /*background: var(--paper);*/
  border: 1px solid rgba(255,255,255,0.6);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
}

.header {
  position: sticky; top: 0; z-index: 40;
  margin: 1rem auto 0;
  width: min(var(--container), calc(100% - 1rem));
  border-radius: 999px;
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .75rem 1rem; }
.brand { display: flex; align-items: center; gap: .9rem; min-width: 0; }
.brand img { width: 52px; height: 52px; object-fit: contain; }
.brand strong { display: block; font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; color: var(--heading); }
.brand small { display: block; color: var(--text-soft); font-size: .85rem; }

.nav { display: flex; align-items: center; gap: 1rem; }
.nav a { color: var(--text-soft); font-size: .95rem; }
.nav a:hover { color: var(--heading); }
.nav-cta { margin-left: .4rem; }
.nav-toggle { display: none; background: none; border: 0; padding: .2rem; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--heading); margin: 5px 0; }

.hero { padding-top: 7rem; }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 2rem; align-items: center; }
.eyebrow {
  text-transform: uppercase; letter-spacing: .2em; font-size: 1.55rem; color: var(--accent-dark); margin: 0 0 1rem;
}
h1, h2, h3, h4 { font-family: 'Cormorant Garamond', serif; color: var(--heading); line-height: 1.08; margin: 0 0 1rem; }
h1 { font-size: clamp(2.8rem, 5vw, 5rem); }
h2 { font-size: clamp(2rem, 3vw, 3.4rem); }
h3 { font-size: 1.85rem; }
h4 { font-size: 1.35rem; }
p { margin: 0 0 1rem; }
.lead { font-size: 1.15rem; color: var(--text); }
.section-intro { max-width: 1220px; color: var(--text-soft); }
.hero-actions, .inline-actions, .card-actions { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 1.5rem; }
.hero-art { display: flex; justify-content: center; }
.hero-card { padding: 2rem; border-radius: var(--radius-lg); }
.hero-card img { width: min(480px, 100%); }
.quote-band {
  max-width: 880px; margin: 0 auto; padding: 1.5rem 1.75rem; border-radius: var(--radius-md);
  background: rgba(255,255,255,.72); border: 1px solid var(--line); color: var(--text-soft);
}

.section-head { margin-bottom: 2rem; }
.steps-grid, .audiences-grid, .offers-grid, .conditions-grid, .contact-grid, .support-grid, .booking-cards, .commitments-grid {
  display: grid; gap: 1.25rem;
}
.steps-grid { grid-template-columns: repeat(3, 1fr); }
.step-card, .audience-card, .support-card, .offer-card, .booking-card, .conditions-card, .contact-card, .quote-panel, .soft-panel, .toggle-panel {
  background: rgba(255,255,255,.82);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}
.step-card, .audience-card, .support-card, .offer-card, .booking-card, .conditions-card, .quote-panel, .soft-panel, .toggle-panel { padding: 1.6rem; }
.step-index { display: inline-flex; margin-bottom: .8rem; color: var(--gold); font-weight: 700; letter-spacing: .2em; }
.two-col, .reservation-layout, .faq-layout, .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: start; }

.about-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 2.2rem; align-items: center; }
.about-media { display: flex; justify-content: center; }
.portrait-frame { width: min(420px, 100%); padding: .9rem; border-radius: 32px; }
.portrait-frame img { width: 100%; display: block; border-radius: 26px; object-fit: cover; aspect-ratio: 4 / 5; }
/*.about-copy h2 { max-width: 14ch; }*/
.about-copy h2 { max-width: 40ch; }
.signature-image-block { margin-top: 1.4rem; }
.signature-image-block img { width: min(400px, 100%); height: auto; display: block; margin-bottom: .4rem; }
.muted { color: var(--text-soft); }
.signature-real { width: min(260px, 100%); opacity: 1; }

.prose p:last-child { margin-bottom: 0; }
.signature-block { display: inline-flex; flex-direction: column; gap: .2rem; margin-top: 1rem; color: var(--accent-dark); }
.audiences-grid { grid-template-columns: repeat(3, 1fr); margin-bottom: 1.25rem; }
.support-grid { grid-template-columns: 1.05fr .95fr; }
.soft-list { margin: 0; padding-left: 1.1rem; }
.soft-list li { margin-bottom: .55rem; }
.offers-grid { grid-template-columns: repeat(2, 1fr); }
.offer-tag {
  display: inline-block; margin-bottom: .9rem; padding: .35rem .8rem; border-radius: 999px;
  background: rgba(230, 143, 124, 0.12); color: var(--accent-dark); font-size: .88rem; font-weight: 600;
}
.prices { padding-top: .5rem; color: var(--text-soft); }
.text-link { color: var(--accent-dark); text-decoration: underline; text-underline-offset: .18em; }
.text-link:hover { color: var(--heading); }
.conditions-card { margin-top: 1.5rem; }
.conditions-grid { grid-template-columns: repeat(2, 1fr); margin: 1rem 0 1.2rem; }
.reservation-layout { grid-template-columns: .95fr 1.05fr; }
.booking-cards { grid-template-columns: repeat(2, 1fr); margin: 1.5rem 0; }
.agenda-panel { padding: 1.5rem; border-radius: var(--radius-lg); min-height: 560px; }
.agenda-head { margin-bottom: 1rem; }
.agenda-placeholder, .agenda-placeholder iframe {
  width: 100%; min-height: 460px; border: 0; border-radius: 22px; background: rgba(255,255,255,.9);
}
.agenda-placeholder {
  display: grid; place-items: center; text-align: center; padding: 2rem; border: 1px dashed rgba(198,109,89,.35);
}
.small-note { color: var(--text-soft); font-size: .95rem; }
.faq-list { display: grid; gap: .9rem; }
details {
  background: rgba(255,255,255,.86); border-radius: var(--radius-md); border: 1px solid var(--line); padding: 1rem 1.2rem;
}
summary { cursor: pointer; font-weight: 600; color: var(--heading); }
summary::-webkit-details-marker { display: none; }
summary::after { content: '+'; float: right; color: var(--accent-dark); }
details[open] summary::after { content: '–'; }
.contact-card { display: grid; gap: .2rem; margin-top: 1rem; }
.quote-panel { padding: 2rem; text-align: center; min-height: 100%; display: grid; align-content: center; gap: .8rem; }
.quote { font-family: 'Cormorant Garamond', serif; font-size: 2rem; color: var(--heading); }
.signature-art { width: 160px; margin: 1.2rem auto 0; opacity: .7; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  min-height: 52px; padding: .85rem 1.25rem; border-radius: 999px; border: 1px solid transparent;
  font-weight: 600; transition: .25s ease; cursor: pointer;
}
.btn-primary { background: var(--accent); color: #fff; }
.btn-primary:hover { background: var(--accent-dark); transform: translateY(-1px); }
.btn-secondary { background: rgba(255,255,255,.86); color: var(--heading); border-color: rgba(198,109,89,.25); }
.btn-secondary:hover { border-color: rgba(198,109,89,.5); transform: translateY(-1px); }

.footer { padding: 2rem 0 3rem; }
.footer-grid {
  display: grid; grid-template-columns: 1.2fr 1fr .9fr; gap: 1.5rem; align-items: center;
  background: rgba(255,255,255,.7); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 1.4rem 1.5rem;
}
.footer-links { display: flex; flex-wrap: wrap; gap: .7rem 1rem; }
.footer-note { font-family: 'Cormorant Garamond', serif; font-size: 1.7rem; color: var(--heading); }
.copyright { color: var(--text-soft); font-size: .9rem; }

.simple-page { background: linear-gradient(180deg, rgba(255,250,246,1), rgba(252,245,239,1)); }
.prose-page { max-width: 920px; }
.prose-page h1 { margin-top: 1rem; }
.prose-page h2 { font-size: 2rem; margin-top: 1.5rem; }
.numbered-flow { padding-left: 1.2rem; }
.numbered-flow li { margin-bottom: 1rem; }
.commitments-grid { grid-template-columns: repeat(2, 1fr); margin-top: 2rem; }
.commitments-grid article { background: rgba(255,255,255,.8); border-radius: var(--radius-md); border: 1px solid var(--line); padding: 1.2rem; }
blockquote {
  margin: 2rem 0 0; padding: 1.2rem 1.5rem; border-left: 3px solid var(--gold);
  background: rgba(255,255,255,.7); border-radius: var(--radius-md); color: var(--text-soft);
}
.qr-wrap { max-width: 900px; }
.soft-panel { margin: 1rem 0; }
.soft-panel.left { text-align: left; }
.audio-player { width: min(520px, 100%); margin: 1rem auto 1.3rem; }
.toggle-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: .8rem; margin: 1.5rem 0; }
.pill-toggle {
  min-height: 48px; border-radius: 999px; border: 1px solid rgba(198,109,89,.28); background: #fff; color: var(--heading);
  padding: .8rem 1rem; font: inherit; cursor: pointer;
}
.pill-toggle.active { background: var(--accent); color: #fff; }
.toggle-panels { max-width: 720px; margin: 0 auto 1.5rem; }
.toggle-panel { display: none; }
.toggle-panel.active { display: block; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* Séparateur fin doré  */
.gold1-line {
    height: 1px;
    background: linear-gradient(to right, transparent, var(--gold1), transparent);
    width: 50%;
    margin: 40px auto;
}

@media (max-width: 980px) {
  .hero-grid, .two-col, .about-layout, .reservation-layout, .faq-layout, .contact-grid, .support-grid, .offers-grid, .audiences-grid, .steps-grid, .booking-cards, .conditions-grid, .commitments-grid, .footer-grid {
    grid-template-columns: 1fr;
  }
  .header { border-radius: 24px; }
  .nav-toggle { display: block; }
  .nav {
    position: absolute; top: calc(100% + .5rem); left: 0; right: 0; display: none; flex-direction: column; align-items: stretch;
    padding: 1rem; border-radius: 24px; background: rgba(255,255,255,.96); box-shadow: var(--shadow);
  }
  .nav.open { display: flex; }
}

@media (max-width: 720px) {
  .section { padding: 4.25rem 0; }
  .hero { padding-top: 5.5rem; }
  h1 { font-size: 2.8rem; }
  h2 { font-size: 2.2rem; }
  .brand small { display: none; }
  .btn { width: 100%; }
  .hero-actions, .inline-actions, .card-actions { flex-direction: column; }
}
