/* EYWA — direction éditoriale. Chargée après les styles historiques.
   Les règles d'accueil restent isolées du devis et du configurateur. */
:root {
  --green: #203d30;
  --green-dark: #152b22;
  --green-soft: #edf0e9;
  --cream: #f8f7f3;
  --ink: #243c30;
  --mute: #657068;
  --gold: #e6ce83;
  --line: #dcded6;
}
body { font-size: 1rem; -webkit-font-smoothing: antialiased; }
html { scroll-padding-top: 6rem; }
:focus-visible { outline: 2px solid var(--green); outline-offset: 5px; }
.wrap { width: min(1280px, calc(100% - 96px)); }
.nav { min-height: 88px; background: var(--cream); }
.nav::before { background: var(--cream); border-color: var(--line); }
.logo { font-size: 2rem; letter-spacing: .22em; }
.navlinks, .nav-group { gap: 24px; font-weight: 500; }
.nav-button { min-height: 46px; padding: 0 20px; border-radius: 4px; font-size: .875rem; font-weight: 500; }
.nav-button > span { margin-left: 8px; }
.button {
  min-height: 54px; gap: 24px; padding: 16px 25px;
  border: 1px solid transparent; border-radius: 4px;
  font-size: .9375rem; font-weight: 500; line-height: 1.35;
  box-shadow: none; transition: background .2s, color .2s, border-color .2s;
}
.button:hover, .nav-button:hover { transform: none; }
.button-gold, .button-gold:hover { box-shadow: none; }
.button > span[aria-hidden] { font-size: 1.25rem; font-weight: 400; }
footer { padding: 55px 0 36px; }
.footer-grid { flex-wrap: wrap; row-gap: 30px; font-size: .875rem; }
.footer-brand { margin-bottom: 14px; font: 400 3rem/1 var(--serif); letter-spacing: .18em; }
.footer-links { flex-wrap: wrap; max-width: 470px; row-gap: 18px; }
.footer-links a:hover { color: white; text-decoration: underline; text-underline-offset: 5px; }
.footer-social a, .footer-social span { min-width: 32px; min-height: 32px; justify-content: center; }
.page-hero { padding: 80px 0 !important; }
.page-hero h1, .svc-hero h1 { font: 400 clamp(2.5rem, 4.3vw, 4rem)/1.1 var(--serif) !important; letter-spacing: -.035em; }
.info-page .intro h1 { font-weight: 400; }
.section-title { font-weight: 400 !important; letter-spacing: -.035em; }
.gallery-showcase { background: var(--cream); }
.gallery-category-head h2, .included h2, .price-layout h2, .cta h2,
.contact-card h2, .menu-group > h2 { font-weight: 400; }
.gallery-category-head p { color: var(--mute); font-weight: 400; }
.gallery-category-grid figure { border-radius: 4px; box-shadow: none; }
.contact-card, .price-box { border-radius: 5px; box-shadow: none; }
.eywa-home .hero {
  width: min(1280px, calc(100% - 96px)); margin: 0 auto;
  padding: 48px 0 64px; grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 76px); min-height: 0;
  overflow: visible; background: var(--cream);
}
.eywa-home .hero-copy { min-height: 0; padding: 12px 0 20px; justify-content: center !important; }
.hero-eyebrow { margin: 0 0 27px; font-size: .75rem; font-weight: 600; line-height: 1.5; letter-spacing: .16em; text-transform: uppercase; }
.eywa-home .hero h1 {
  margin: 0 0 24px !important; max-width: none;
  font-size: clamp(2.5rem, 4.15vw, 3.9rem) !important;
  font-weight: 400; line-height: 1.1; letter-spacing: -.052em;
  text-wrap: initial;
}
.hero h1 em { font-weight: 400; }
.hero-location { margin-bottom: 28px; color: var(--mute); font-size: 1rem; line-height: 1.6; }
.eywa-home .hero-events { grid-template-columns: repeat(2, auto); gap: 10px 22px; margin: 0 0 32px; font-size: .875rem; font-weight: 400; line-height: 1.5; }
.eywa-home .hero-events li { gap: 9px; }
.eywa-home .hero-events li::before { width: 4px; height: 4px; background: #897b4e; }
.eywa-home .hero-quote .button { min-width: 246px; min-height: 56px; padding: 16px 24px; justify-content: space-between; font-size: .9375rem; color: white; background: var(--green); }
.eywa-home .hero-quote .button:hover { background: var(--green-dark); }
.eywa-home .hero-quote .button > span { position: static; transform: none; font-size: 1.4rem; }
.eywa-home .quote-note { max-width: 325px; margin: 15px 0 0; font-size: .8125rem; line-height: 1.6; }
.eywa-home .photo-carousel { padding: 0; background: transparent; }
.eywa-home .carousel-stage { height: 500px !important; min-height: 0; border-radius: 5px; }
.eywa-home .carousel-slide img { object-position: center; }
.eywa-home .carousel-slide::after { background: linear-gradient(0deg, rgba(15,28,21,.2), transparent 30%); }
.eywa-home .carousel-arrow { top: auto; bottom: 18px; width: 44px; height: 44px; transform: none; background: rgba(248,247,243,.95); color: var(--green); font-size: 25px; }
.eywa-home .carousel-arrow:hover { transform: none; background: white; }
.eywa-home .carousel-arrow.prev { left: auto; right: 70px; }
.eywa-home .carousel-arrow.next { right: 18px; }
.eywa-home .carousel-thumbs { height: 58px !important; margin-top: 12px !important; gap: 10px; }
.eywa-home .carousel-thumb { flex-basis: calc((100% - 40px)/5); border-radius: 3px; border-width: 1px; opacity: .66; }
.eywa-home .carousel-thumb.active { opacity: 1; border-color: var(--green); }
.eywa-home .carousel-thumb:focus-visible { outline-offset: -4px; outline-color: white; }

/* Des compositions ouvertes alternent avec les surfaces vertes de la marque. */
.eywa-home :is(.intro-band, .booking, .services, .branding, .why, .timeline, .event-types, .reviews, .gallery-teaser, .faq-home, .places, .cfg) { padding: 96px 0; }
.eywa-home :is(.section-title, .intro-band h2, .booking h2, .branding h2, .why h2, .cfg-head h2, .quote-cta h2) {
  font: 400 clamp(2rem, 3.4vw, 3.15rem)/1.14 var(--serif) !important;
  letter-spacing: -.035em; text-wrap: balance;
}
.section-kicker, .cfg-kicker, .eyebrow { font-size: .75rem; font-weight: 500; letter-spacing: .15em; }
.eywa-home :is(.section-sub, .section-copy, .why-sub) { font-size: 1rem; line-height: 1.75; }
.eywa-home .intro-band { background: #eeefe8; border-top: 1px solid var(--line); }
.eywa-home .intro-band .wrap { max-width: 1280px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 0 100px; text-align: left; }
.eywa-home .intro-band h2 { grid-row: span 3; max-width: 390px; margin: 0; }
.eywa-home .intro-band p { max-width: none; font-size: 1rem; line-height: 1.8; }
.eywa-home .intro-band .intro-reach { font-size: .875rem; color: var(--mute); }
.eywa-home .booking { background: var(--green); }
.eywa-home .booking-solo { max-width: 1180px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 100px; }
.eywa-home .booking .section-head { margin: 0; text-align: left; }
.eywa-home .booking .section-kicker { margin-bottom: 24px; color: var(--gold); text-align: left; }
.eywa-home .booking h2 { color: white; max-width: 440px; margin-bottom: 26px; }
.eywa-home .booking-sub { color: #d8e0d7; }
.eywa-home .mini-devis { padding: 34px; border: 0; border-radius: 5px; background: var(--cream); box-shadow: none; }
.eywa-home .md-label { font-size: .875rem; font-weight: 500; margin-bottom: 14px; }
.eywa-home .md-label svg { stroke-width: 1.4; }
.eywa-home .md-stepper { justify-content: space-between; }
.eywa-home .md-box { flex: 1; justify-content: center; border: 0; }
.eywa-home .md-val { font-size: 1.65rem; font-weight: 400; }
.eywa-home .md-btn { width: 44px; height: 44px; background: transparent; }
.eywa-home .md-staff { font-size: 1rem !important; font-weight: 500; }
.eywa-home .md-staff-sub { color: var(--mute); }
.eywa-home .md-avatar { width: 36px; height: 36px; font-weight: 400; font-size: .875rem; }
.eywa-home .md-cta { justify-content: space-between; color: white; background: var(--green); }
.eywa-home .md-cta:hover { background: var(--green-dark); }
.eywa-home .services { background: var(--cream); }
.eywa-home .services .section-head { max-width: none; margin-bottom: 52px; text-align: left; }
.eywa-home .services .section-head :is(.section-title, .section-sub, .section-kicker) { margin-left: 0; text-align: left; }
.service-card { background: transparent; border: 0; border-radius: 0; gap: 56px; align-items: center; overflow: visible; }
.service-card figure { min-width: 0; min-height: 0; border-radius: 5px; overflow: hidden; aspect-ratio: 1; }
.service-body { padding: 16px 0; }
.service-kicker { color: var(--mute); font-size: .75rem; letter-spacing: .13em; }
.service-body h3 { margin: 0 0 24px; font-size: 2.1rem; font-weight: 400; }
.service-body > p { font-size: 1rem; line-height: 1.75; }
.service-list { gap: 13px; font-weight: 400; line-height: 1.65; }
.service-list li::before { color: var(--green); background: transparent; border-radius: 0; font-size: .9rem; }
.service-actions .button { font-weight: 500; border: 1px solid var(--green); }
.service-actions .button:not(.button-gold) { color: var(--green); background: transparent; }
.service-actions .button:not(.button-gold):hover { background: var(--green-soft); }
.service-actions .button-gold { color: white; background: var(--green); }
.eywa-home .branding { background: #eeefe8; }
.eywa-home .branding .section-head { max-width: 750px; margin-bottom: 58px; }
.eywa-home .brand-grid { gap: 0 40px; }
.eywa-home .brand-card { padding: 32px 0 36px; border: 0; border-top: 1px solid #c5cec2; border-radius: 0; background: transparent; }
.eywa-home .brand-num { margin-bottom: 24px; color: #697560; font-size: .875rem; font-weight: 400; }
.eywa-home .brand-card h3 { font-size: 1.55rem; font-weight: 400; }
.eywa-home .brand-card p { line-height: 1.75; font-size: .9375rem; }
.eywa-home .brand-card-note { padding: 32px 28px; margin: 0 0 16px; background: var(--green); border-color: var(--green); border-radius: 3px; }
.eywa-home .brand-card-note h3 { color: white; margin-bottom: 20px; }
.eywa-home .brand-card-note p { color: #d8e0d7; }
.eywa-home .cfg { background: var(--cream); }
.eywa-home .cfg-frame-wrap { border-radius: 5px; box-shadow: none; }
.eywa-home .cfg-frame-note { font-size: .8125rem; }
.eywa-home .why .section-head { margin-bottom: 56px; }
.eywa-home .why-grid { gap: 36px; }
.eywa-home .why-card { padding: 30px 0 0; background: transparent; border: 0; border-top: 1px solid #61776a; border-radius: 0; }
.eywa-home .why-card .ico { display: none; }
.eywa-home .why-card h3 { font: 400 1.5rem/1.25 var(--serif); margin-bottom: 18px; }
.eywa-home .why-card p { font-size: .9375rem; line-height: 1.75; }
.eywa-home .timeline { border-bottom: 1px solid var(--line); }
.eywa-home .tl { gap: 36px; }
.eywa-home .tl li { padding: 0; border: 0; border-radius: 0; background: transparent; }
.eywa-home .tl-num { display: block; width: auto; height: auto; margin-bottom: 22px; padding-bottom: 24px; border-radius: 0; border-bottom: 1px solid var(--line); background: transparent; color: #75816d; font: 400 3.3rem/1 var(--serif); }
.eywa-home .tl h3 { font-weight: 500; font-size: 1rem; }
.eywa-home .tl p { font-size: .9375rem; line-height: 1.75; }
.eywa-home .event-types { background: var(--cream); }
.eywa-home .ev-cols { gap: 44px; }
.eywa-home .ev-col { border: 0; border-top: 1px solid var(--line); border-radius: 0; background: transparent; padding: 30px 0 0; }
.eywa-home .ev-col-main { border-color: var(--green); }
.eywa-home .ev-col h3 { font-size: 1.55rem; font-weight: 400; }
.eywa-home .ev-tag { font-size: .75rem; background: var(--green-soft); padding: 6px 10px; font-weight: 500; letter-spacing: .05em; }
.eywa-home .ev-col li { font-size: .9375rem; line-height: 1.6; }
.eywa-home .ev-col li::before { width: 3px; height: 3px; top: 10px; background: #75816d; }
.eywa-home .reviews { background: #eeefe8; }
.eywa-home .gallery-teaser { background: var(--cream); }
.eywa-home .teaser-grid { grid-template-columns: 1.2fr 1fr 1fr 1.2fr; gap: 18px; align-items: center; }
.eywa-home .teaser-grid figure { border-radius: 4px; aspect-ratio: 3/4; }
.eywa-home .teaser-grid figure:nth-child(2n) { margin-top: 55px; }
.eywa-home .teaser-grid img { object-position: center; }
.eywa-home .faq-home { border-top: 1px solid var(--line); background: white; }
.eywa-home .faq-list { max-width: 840px; margin-top: 48px; }
.eywa-home .faq-list summary { font-weight: 500; padding-top: 26px; padding-bottom: 26px; line-height: 1.5; }
.eywa-home .places { background: var(--cream); }
.eywa-home .place-list { max-width: none; margin-top: 42px; gap: 32px; }
.eywa-home .place { padding: 28px 0; border: 0; border-top: 1px solid var(--line); border-radius: 0; background: transparent; }
.eywa-home .place-pin { display: none; }
.eywa-home .place h3 { font-size: 1.5rem; font-weight: 400; }
.eywa-home .place p { font-size: .875rem; margin-top: 10px; }
.eywa-home .quote-cta { padding: 84px 0; }
.eywa-home .quote-cta h2 { max-width: 680px; }
.eywa-home .quote-cta .button { color: var(--green); background: var(--cream); }
.eywa-home .quote-cta .button:hover { background: white; }
.eywa-home .button:focus-visible, .nav-button:focus-visible { outline-color: #9e843a; }

@media (max-width: 1100px) {
  .eywa-home .intro-band .wrap { gap: 0 48px; }
  .eywa-home .booking-solo { gap: 48px; }
  .eywa-home .why-grid, .eywa-home .tl { gap: 24px; }
}
@media (max-width: 900px) {
  .eywa-home .intro-band .wrap { grid-template-columns: 1fr; }
  .eywa-home .intro-band h2 { grid-row: auto; max-width: 580px; margin-bottom: 26px; }
  .eywa-home .booking-solo { grid-template-columns: 1fr; max-width: 660px; gap: 36px; }
  .eywa-home .booking h2 { max-width: none; }
  .eywa-home .booking-sub { max-width: none; }
  .service-card { gap: 28px; }
  .service-card figure { aspect-ratio: 4/3; }
  .eywa-home .ev-cols { grid-template-columns: 1fr; gap: 34px; }
  .eywa-home .teaser-grid { grid-template-columns: 1fr 1fr; }
  .eywa-home .teaser-grid figure:nth-child(2n) { margin-top: 28px; }
}
@media (max-width: 600px) {
  .eywa-home :is(.intro-band, .booking, .services, .branding, .why, .timeline, .event-types, .reviews, .gallery-teaser, .faq-home, .places, .cfg) { padding: 64px 0; }
  .eywa-home .mini-devis { padding: 25px 20px; }
  .eywa-home :is(.section-title, .intro-band h2, .booking h2, .branding h2, .why h2, .cfg-head h2, .quote-cta h2) { font-size: 2rem !important; }
  .eywa-home .brand-grid { grid-template-columns: 1fr; }
  .eywa-home .brand-card { padding: 26px 0; }
  .eywa-home .brand-card-note { padding: 28px 24px; }
  .eywa-home .brand-num { margin-bottom: 12px; }
  .eywa-home .why-grid { gap: 30px; }
  .eywa-home .tl { gap: 30px; }
  .eywa-home .tl li { display: grid; grid-template-columns: 48px 1fr; gap: 8px 22px; }
  .eywa-home .tl-num { grid-row: span 2; margin: 0; padding: 0; border: 0; font-size: 2.8rem; }
  .eywa-home .tl h3, .eywa-home .tl p { margin: 0; }
  .eywa-home .teaser-grid { gap: 12px; }
  .eywa-home .place { display: block; text-align: left; padding: 24px 0; }
  .eywa-home .place-list { gap: 0; }
  .eywa-home .quote-cta { padding: 64px 0; }
}

@media (min-width: 761px) and (max-width: 1190px) {
  .nav, .navlinks, .nav-group { gap: 16px; }
  .nav-button { padding: 0 14px; font-size: .8125rem; }
  .logo { font-size: 1.65rem; }
}
@media (max-width: 1100px) and (min-width: 761px) {
  .wrap, .eywa-home .hero { width: calc(100% - 48px); }
  .nav, .navlinks, .nav-group { gap: 14px; }
  .navlinks { font-size: .8125rem; }
  .nav-button { max-width: 172px; text-align: left; line-height: 1.3; }
  .eywa-home .hero-events { grid-template-columns: 1fr; gap: 6px; }
  .eywa-home .carousel-stage { height: 500px !important; }
}
@media (max-width: 850px) {
  .eywa-home .hero { grid-template-columns: 1fr; gap: 28px; padding: 44px 0; }
  .eywa-home .hero-copy { padding: 0; }
  .eywa-home .hero h1 { font-size: clamp(2.5rem, 6.6vw, 3.8rem) !important; }
  .eywa-home .hero-events { grid-template-columns: repeat(2, auto); justify-content: start; }
  .eywa-home .photo-carousel { width: 100%; max-width: none; }
  .eywa-home .carousel-stage { height: auto !important; aspect-ratio: 4/3; }
}
@media (max-width: 760px) {
  .wrap, .eywa-home .hero { width: calc(100% - 40px); }
  .nav { min-height: 72px; }
  .logo { font-size: 1.75rem; }
  .navlinks.open { max-height: calc(100dvh - 72px); overflow-y: auto; padding: 12px 20px 24px; }
  .mobile-menu { width: 44px; height: 44px; }
  .hero-eyebrow { margin-bottom: 22px; font-size: .75rem; letter-spacing: .11em; }
  .eywa-home .hero-events { font-size: .8125rem; gap: 8px 14px; }
  .eywa-home .hero-quote .button { width: 100%; min-height: 54px; }
  .eywa-home .quote-note { max-width: none; font-size: .8125rem; }
  .eywa-home .carousel-thumbs { height: 49px !important; gap: 7px; }
  .eywa-home .carousel-thumb { flex-basis: calc((100% - 28px)/5); }
  .page-hero { padding: 56px 0 !important; }
  .footer-grid { gap: 30px; }
  .footer-links { gap: 20px; }
}
@media (max-width: 380px) {
  .eywa-home .hero h1 { font-size: 2.15rem !important; }
  .eywa-home .hero-events { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0s !important; animation-duration: 0s !important; }
}

/* Accueil : la palette éditoriale, davantage de place pour les images. */
.eywa-home .nav { min-height: 64px; }
.eywa-home .nav-button { max-width: none; white-space: nowrap; }
.eywa-home .hero { width: 100%; grid-template-columns: 1fr 1.08fr; padding: 0; gap: 0; }
.eywa-home .hero-copy { padding: 70px clamp(32px, 5vw, 88px) 70px max(48px, calc((100vw - 1280px)/2)); }
.eywa-home .hero h1 { font-size: clamp(3rem, 4.8vw, 4.6rem) !important; line-height: 1.08; }
.eywa-home .hero h1 em { color: #62745c; }
.hero-description { max-width: 480px; margin: 0 0 12px; font-size: 1rem; line-height: 1.55; color: var(--green); }
.eywa-home .photo-carousel { position: relative; margin: 0; max-width: none; }
.eywa-home .carousel-stage { width: 100%; height: 660px !important; aspect-ratio: auto; border-radius: 0; }
.eywa-home .carousel-slide img { object-position: center 20%; }
.eywa-home .carousel-thumbs { position: absolute; z-index: 3; left: 24px; bottom: 22px; width: 230px; height: 44px !important; margin: 0 !important; gap: 6px; }
.eywa-home .carousel-thumb { flex-basis: calc((100% - 24px)/5); border-color: #ffffff80; opacity: .8; }
.eywa-home .carousel-thumb.active { border: 2px solid white; opacity: 1; }
.eywa-home .carousel-arrow { bottom: 22px; }
.eywa-home .quote-note { margin-top: 13px; }
.hero-film-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 30px; font-size: .875rem; }
.hero-film-link span { display: grid; place-items: center; border: 1px solid #adb5a8; border-radius: 50%; width: 30px; height: 30px; font-size: 1.2rem; }
.hero-film-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.hero-secondary { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 22px; margin-top: 20px; }
.hero-secondary .hero-film-link { margin-top: 0; font-size: .8125rem; }
.hero-rating { display: inline-flex; align-items: center; gap: 8px; font-size: .8125rem; white-space: nowrap; }
.hero-rating:hover { text-decoration: underline; text-underline-offset: 4px; }
.rating-stars { color: #89723e; letter-spacing: .06em; font-size: 1rem; white-space: nowrap; }
.reviews-rating { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 10px 14px; margin: 24px 0 16px; }
.reviews-rating .rating-stars { font-size: 1.35rem; }
.reviews-source { margin: 0 0 28px; color: var(--mute); font-size: .8125rem; text-align: center; }
.event-ribbon { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 22px 32px; }
.eywa-home .event-ribbon .hero-events { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 18px; margin: 0; color: var(--green); font-size: clamp(.9375rem, 1.1vw, 1rem); font-weight: 500; }
.eywa-home .event-ribbon .hero-events li { gap: 18px; }
.eywa-home .event-ribbon .hero-events li::before { display: none; }
.eywa-home .event-ribbon .hero-events li + li::before { content: ''; display: block; flex: 0 0 4px; width: 4px; height: 4px; border-radius: 50%; background: #89723e; }
.eywa-home .visual-split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 7vw, 104px); align-items: center; }
.eywa-home .visual-intro { background: var(--cream); border: 0; }
.eywa-home .visual-intro .wrap { grid-template-columns: 1.08fr 1fr; gap: clamp(40px, 7vw, 104px); }
.editorial-photo { margin: 0; min-width: 0; overflow: hidden; border-radius: 4px; aspect-ratio: 1.15; }
.editorial-photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
.eywa-home .editorial-copy :is(h2, .section-title) { margin: 0 0 24px; max-width: none; text-align: left; font: 400 clamp(2rem, 3.3vw, 3.15rem)/1.15 var(--serif); letter-spacing: -.035em; }
.eywa-home .editorial-copy .section-kicker { margin: 0 0 22px; color: var(--green); text-align: left; font-size: .75rem; line-height: 1.5; }
.eywa-home .editorial-copy > p:not(.section-kicker) { font-size: 1rem; line-height: 1.75; color: var(--mute); }
.simple-points { display: grid; gap: 12px; margin: 26px 0 32px; padding: 0; list-style: none; font-size: .875rem; line-height: 1.6; }
.simple-points li { display: flex; gap: 12px; }
.simple-points li::before { content: '✓'; color: #6d795f; }
.text-link { display: inline-flex; align-items: center; gap: 28px; padding: 8px 0; border-bottom: 1px solid var(--green); font-size: .9375rem; font-weight: 500; }
.text-link:hover { color: #657552; }
.text-link span { font-size: 1.25rem; }
.journey { background: #eeefe8; padding: 96px 0; scroll-margin-top: 40px; }
.journey-grid { display: grid; grid-template-columns: 1.35fr .8fr; align-items: center; gap: 72px; }
.journey-photo img { object-position: center 15%; }
.journey-film { min-width: 0; }
.film-heading { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 16px; font-size: .6875rem; text-transform: uppercase; letter-spacing: .1em; }
.journey-film video { display: block; width: 100%; aspect-ratio: 16/9; object-fit: contain; background: var(--green-dark); border-radius: 4px; }
.film-caption { margin: 14px 0 10px; color: var(--mute); font-size: .75rem; line-height: 1.6; }
.film-transcript { font-size: .8125rem; line-height: 1.75; color: var(--mute); }
.film-transcript summary { padding: 10px 0; cursor: pointer; text-decoration: underline; text-underline-offset: 4px; }
.film-transcript p { margin: 12px 0; }
.journey-copy .section-kicker { text-align: left; margin-bottom: 20px; }
.journey-copy h2 { margin: 0 0 34px; font: 400 clamp(2rem, 3.3vw, 3.15rem)/1.12 var(--serif); letter-spacing: -.035em; }
.journey-steps { display: grid; gap: 22px; margin: 0 0 25px; padding: 0; list-style: none; }
.journey-steps li { display: grid; grid-template-columns: 26px 1fr; gap: 16px; }
.journey-steps li > span { padding-top: 3px; color: #6c795f; font-size: .75rem; }
.journey-steps h3 { margin: 0 0 5px; font: 500 1rem/1.4 var(--sans); }
.journey-steps p { margin: 0; font-size: .875rem; line-height: 1.65; color: var(--mute); }
.brand-highlights { margin: 30px 0 24px; padding: 0; list-style: none; }
.brand-highlights li { border-top: 1px solid #cdd3c7; padding: 17px 0; }
.brand-highlights strong, .brand-highlights span { display: block; }
.brand-highlights strong { margin-bottom: 5px; font-size: .9375rem; font-weight: 500; }
.brand-highlights span { color: var(--mute); font-size: .875rem; line-height: 1.5; }
.brand-photo { aspect-ratio: auto; overflow: visible; }
.brand-photo img { aspect-ratio: 1; border-radius: 4px; }
.eywa-home .brand-photo img { aspect-ratio: 4/3; height: auto; object-fit: contain; }
.eywa-home .visual-intro .editorial-photo { aspect-ratio: 4/3; }
.gallery-v4-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.gallery-v4-grid figure { background: transparent; }
.gallery-v4-grid img { height: auto; aspect-ratio: auto; object-fit: contain; border-radius: 4px; }
.gallery-v4-grid figcaption { padding: 12px 0 0; font-size: .8125rem; line-height: 1.5; color: var(--green); }
.gallery-v4-pair { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.gallery-projection-note { margin: 40px 0 0; color: var(--mute); font-size: .8125rem; line-height: 1.6; }
@media (max-width: 760px) {
  .gallery-v4-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 16px; }
}
@media (max-width: 480px) {
  .gallery-v4-grid { grid-template-columns: 1fr; }
}
.brand-photo figcaption { margin-top: 10px; color: var(--mute); font-size: .6875rem; line-height: 1.6; }
.eywa-home .visual-timeline { background: #eeefe8; border: 0; }
.visual-timeline .editorial-photo { aspect-ratio: 1.05; }
.visual-timeline .editorial-photo img { object-position: center 70%; }
.visual-timeline .journey-steps { margin-top: 34px; gap: 28px; }
.eywa-home .editorial-copy .practical-note { margin: 26px 0 0; padding-top: 20px; border-top: 1px solid #cdd3c7; font-size: .8125rem; }
.event-portraits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 44px; }
.event-portrait { min-width: 0; }
.event-portrait img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 4px; }
.event-portrait h3 { display: flex; justify-content: space-between; gap: 12px; margin: 22px 0 9px; font: 400 1.5rem/1.2 var(--serif); }
.event-portrait h3 span { font: 400 1.3rem var(--sans); }
.event-portrait p { margin: 0; color: var(--mute); font-size: .875rem; line-height: 1.6; }
.event-portrait:hover h3 { text-decoration: underline; text-underline-offset: 5px; }
@media (max-width: 1100px) {
  .eywa-home .hero-copy { padding: 50px 32px; }
  .eywa-home .carousel-stage { height: 620px !important; }
  .journey-grid { gap: 40px; grid-template-columns: 1.1fr 1fr; }
}
@media (max-width: 900px) {
  .eywa-home .visual-split, .eywa-home .visual-intro .wrap { gap: 36px; }
  .journey-grid { grid-template-columns: 1fr; max-width: 700px; }
  .journey-steps { grid-template-columns: 1fr 1fr; gap: 24px; }
  .visual-timeline .journey-steps { grid-template-columns: 1fr; }
  .event-portraits { gap: 18px; }
  .event-portrait h3 { font-size: 1.3rem; }
}
@media (max-width: 760px) {
  .eywa-home .nav { min-height: 60px; }
  .eywa-home .navlinks.open { max-height: calc(100dvh - 60px); }
  .eywa-home .hero { grid-template-columns: 1fr; }
  .eywa-home .hero-copy { padding: 44px 24px 40px; }
  .eywa-home .hero h1 { font-size: clamp(2.8rem, 8.8vw, 4rem) !important; }
  .eywa-home .hero-location { font-size: .9375rem; margin-bottom: 24px; }
  .hero-film-link { margin-top: 22px; }
  .eywa-home .hero-quote .button { width: auto; min-width: 240px; }
  .eywa-home .carousel-stage { height: 450px !important; aspect-ratio: auto; }
  .eywa-home .carousel-slide img { object-position: center 20%; }
  .event-ribbon { padding: 20px; }
  .eywa-home .event-ribbon .hero-events { gap: 12px 16px; font-size: .875rem; }
  .eywa-home .event-ribbon .hero-events li { gap: 12px; }
  .eywa-home .hero-quote .button { width: 100%; max-width: 356px; padding-inline: 20px; gap: 12px; }
  .eywa-home .visual-split, .eywa-home .visual-intro .wrap { grid-template-columns: 1fr; gap: 32px; }
  .editorial-photo { aspect-ratio: 4/3; }
  .visual-branding .editorial-copy { grid-row: 2; }
  .brand-photo img { aspect-ratio: 4/3; }
  .journey { padding: 64px 0; }
  .journey-copy h2 { margin-bottom: 30px; }
  .event-portraits { grid-template-columns: 1fr; gap: 36px; }
  .event-portrait img { aspect-ratio: 4/3; }
  .event-portrait h3 { font-size: 1.55rem; margin-top: 18px; }
  .event-portrait:last-child img { object-position: center 42%; }
  .eywa-home .visual-timeline .editorial-photo { aspect-ratio: 4/3; }
}
/* Le bandeau fait partie du premier écran. La hauteur minimale laisse le
   contenu grandir naturellement en cas de zoom ou de fenêtre très basse. */
@media (min-width: 1024px) {
  .eywa-home .home-opening {
    display: grid;
    grid-template-rows: 1fr auto;
    min-height: min(752px, calc(100vh - 68px));
    min-height: min(752px, calc(100svh - 68px));
  }
  .eywa-home .hero-copy {
    padding-top: clamp(24px, 4svh, 56px);
    padding-bottom: clamp(24px, 4svh, 56px);
  }
  .eywa-home .hero h1 { font-size: clamp(2.5rem, min(4.8vw, 8svh), 4.6rem) !important; }
  .eywa-home .photo-carousel { min-height: 0; }
  .eywa-home .carousel-stage { position: absolute; inset: 0; height: 100% !important; }
  .eywa-home .event-ribbon { padding: 19px 24px; }
}
@media (min-width: 1024px) and (max-height: 700px) {
  .eywa-home .hero h1 { margin-bottom: 14px !important; font-size: clamp(2.375rem, 3.125vw, 2.625rem) !important; }
  .eywa-home .hero-eyebrow { margin-bottom: 12px; }
  .eywa-home .hero-description { font-size: .9375rem; }
  .eywa-home .hero-location { margin-bottom: 14px; }
  .eywa-home .quote-note { margin-top: 8px; }
  .eywa-home .hero-secondary { margin-top: 14px; gap: 12px 18px; }
}
@media (max-width: 420px) {
  .eywa-home .carousel-stage { height: 390px !important; }
  .eywa-home .carousel-thumbs { width: 176px; left: 16px; }
  .eywa-home .carousel-arrow { width: 38px; height: 38px; }
  .eywa-home .carousel-arrow.prev { right: 62px; }
  .eywa-home .carousel-arrow.next { right: 16px; }
  .journey-steps { grid-template-columns: 1fr; }
  .film-heading { font-size: .625rem; letter-spacing: .04em; }
}
.film-stage { position: relative; }
.film-play { position: absolute; inset: 0; width: 100%; border: 0; border-radius: 4px; background: transparent; cursor: pointer; }
.film-play[hidden] { display: none; }
.film-play:focus-visible { outline: 3px solid var(--green); outline-offset: 5px; }
.film-play-label { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.film-error { color: #833b29; font-size: .875rem; }
.film-error a { text-decoration: underline; }

/* Editorial photographs keep their intended card proportions. */
.event-portrait img, .teaser-grid img { height: auto; }

.eywa-home .real-coffee-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.eywa-home .real-coffee-grid img { width: 100%; height: auto; aspect-ratio: auto; }
.eywa-home .real-coffee-grid figcaption { margin-top: 14px; font-size: .9rem; color: var(--green); }
@media (max-width: 600px) { .eywa-home .real-coffee-grid { grid-template-columns: 1fr; } }

.eywa-home .real-coffee-grid figure { aspect-ratio: auto; margin: 0; }
.eywa-home .real-coffee-grid figure:nth-child(2n) { margin-top: 0; }

/* Compact audience overview, without repeated event photographs. */
.eywa-home .event-types-compact { padding: 44px 0; }
.event-types-compact .section-head { text-align: left; margin-bottom: 0; }
.event-types-compact .section-title { font-size: clamp(1.6rem, 2.5vw, 2.3rem); }
.event-types-compact .event-portraits { margin-top: 24px; gap: 16px; }
.event-types-compact .event-portrait { padding: 20px 22px; border: 1px solid #d8ddd3; border-radius: 4px; }
.event-types-compact .event-portrait h3 { margin: 0 0 8px; font-size: 1.35rem; }
.event-types-compact .event-portrait:hover { background: #eeefe8; }
.event-types-compact .event-portrait:focus-visible { outline: 2px solid #244235; outline-offset: 4px; }
@media (max-width: 600px) {
  .eywa-home .event-types-compact { padding: 32px 0; }
  .event-types-compact .event-portraits { gap: 10px; margin-top: 20px; }
  .event-types-compact .event-portrait { padding: 16px 18px; }
}

.private-reception { display: flex; align-items: center; gap: 28px; margin-top: 24px; padding-top: 20px; border-top: 1px solid #d8ddd3; }
.private-reception p { flex: 1; margin: 0; font-size: .875rem; line-height: 1.65; color: var(--mute); }
.private-reception strong { color: var(--green); }
.private-reception .text-link { flex-shrink: 0; font-size: .875rem; }
@media (max-width: 700px) { .private-reception { display: block; } .private-reception .text-link { margin-top: 12px; } }

/* Compact explanation alongside the narrated film. */
.eywa-home .journey { padding: 48px 0; }
.journey .journey-grid { max-width: 1100px; grid-template-columns: 280px minmax(0, 1fr); gap: 48px; }
.journey .journey-photo { width: 100%; aspect-ratio: 3/4; }
.journey .journey-copy .section-kicker { margin-bottom: 12px; }
.journey .journey-copy h2 { font-size: clamp(1.8rem, 2.7vw, 2.5rem); margin-bottom: 24px; }
.journey .journey-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 26px; margin-bottom: 16px; }
.journey .journey-steps li { gap: 10px; grid-template-columns: 22px 1fr; }
.journey.journey-with-film .journey-grid { max-width: 1160px; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: 42px; }
.journey-with-film .journey-film { margin: 0; }
.journey-with-film video:focus-visible { outline: 3px solid var(--green); outline-offset: 5px; }
@media (max-width: 900px) {
  .journey.journey-with-film .journey-grid { grid-template-columns: 1fr; max-width: 700px; gap: 28px; }
}
.journey .practical-note { font-size: .8rem; line-height: 1.6; color: var(--mute); margin: 0 0 12px; }
@media (max-width: 800px) {
  .journey .journey-grid { grid-template-columns: 180px minmax(0, 1fr); gap: 28px; }
  .journey .journey-steps { grid-template-columns: 1fr; gap: 14px; }
}
@media (max-width: 600px) {
  .eywa-home .journey { padding: 32px 0; }
  .journey .journey-grid { grid-template-columns: 1fr; gap: 20px; }
  .journey .journey-photo { width: 120px; justify-self: start; }
  .journey .journey-copy h2 { margin-bottom: 20px; }
}
