
:root{
  --paper:#f3eee5; --paper2:#ebe3d7; --ink:#171411; --muted:#756b60;
  --wine:#89241d; --wine2:#681b16; --black:#10110f; --line:rgba(23,20,17,.16);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif}
body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:90;opacity:.05;background:repeating-linear-gradient(0deg,rgba(50,35,20,.08) 0,rgba(50,35,20,.08) 1px,transparent 1px,transparent 3px)}
.wrap{max-width:1430px;margin:auto;padding:0 52px}
h1,h2,h3,h4,.brand,.hero p,.lead-copy,.library-copy,.footer-brand b{font-family:Baskerville,"Baskerville Old Face","Times New Roman",serif}

.masthead{background:var(--paper);color:var(--ink);position:relative;z-index:20;border-top:3px solid #171512}
.mast-top{height:38px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);font-size:8px;letter-spacing:.18em;text-transform:uppercase;color:var(--muted)}
.mast-links{display:flex;gap:18px}
.mast-links a{color:var(--muted);text-decoration:none}
.mast-brand-row{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:24px 0 20px}
.mast-side{min-height:1px}
.mast-side.right{text-align:right}
.mast-brand{display:flex;align-items:center;gap:14px;text-decoration:none;color:var(--ink);font-family:Baskerville,"Baskerville Old Face","Times New Roman",serif}
.mast-brand img{width:51px;height:51px;border-radius:50%;object-fit:cover}
.mast-brand-text{display:flex;flex-direction:column;align-items:flex-start;line-height:1}
.mast-brand-text em{font-size:17px;font-weight:400;letter-spacing:.01em;margin-bottom:3px}
.mast-brand-text strong{font-size:34px;font-weight:400;letter-spacing:.07em}
.mast-nav{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:rgba(243,238,229,.96)}
.mast-nav-inner{height:55px;display:flex;align-items:center;justify-content:center;gap:36px}
.mast-nav a{color:var(--ink);text-decoration:none;font-size:10px;text-transform:uppercase;letter-spacing:.15em}
.mast-nav a:hover{color:var(--wine)}
.mast-nav .private-link{color:var(--wine);font-weight:700}
.btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;text-transform:uppercase;letter-spacing:.13em;font-size:9px;font-weight:700;padding:13px 18px;border:1px solid rgba(255,255,255,.22);color:white}
.btn.red{background:var(--wine);border-color:var(--wine)}


/* HERO */
.hero{position:relative;min-height:600px;overflow:visible;color:white;background-image:url("/assets/hero-lohengrin-v13.jpg");background-size:cover;background-position:center 31%}
.hero:before{content:"";position:absolute;inset:0;background:
 linear-gradient(90deg,rgba(10,10,9,.98) 0%,rgba(15,12,10,.95) 17%,rgba(20,12,10,.80) 34%,rgba(18,10,9,.24) 58%,rgba(10,9,8,.04) 100%),
 linear-gradient(180deg,rgba(0,0,0,.05) 0%,rgba(0,0,0,0) 66%,rgba(243,238,229,.08) 76%,rgba(243,238,229,.42) 86%,rgba(243,238,229,.82) 94%,var(--paper) 100%)}
.hero-inner{min-height:600px;display:flex;align-items:center;position:relative;z-index:2}
.hero-copy{width:600px;margin-left:0;margin-top:-6px}
.eyebrow{font-size:9px;text-transform:uppercase;letter-spacing:.22em;color:#d9c9bb;margin-bottom:20px}
h1{font-size:60px;line-height:.96;font-weight:400;letter-spacing:-.02em;margin:0 0 22px}
.hero-line{width:72px;height:1px;background:var(--wine);margin-bottom:20px}
.hero p{font-size:19px;line-height:1.48;color:#eee4db;max-width:520px;margin:0 0 30px}
.hero-actions{display:flex;gap:11px;flex-wrap:wrap}
.hero-actions .btn{padding:15px 20px}
.hero-actions .ghost{background:rgba(10,10,9,.24)}

/* GENERAL SECTIONS */
.home{padding-top:52px}
.section{padding:66px 0 72px}
.section + .section{border-top:1px solid var(--line)}
.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:32px}
.section-title{position:relative;padding-top:12px}
.section-title:before{content:"";position:absolute;left:0;top:0;width:42px;height:2px;background:var(--wine)}
.section-title h2{font-size:31px;font-weight:400;margin:0}
.more{text-decoration:none;color:var(--wine);font-size:8px;text-transform:uppercase;letter-spacing:.15em;padding-bottom:4px}

/* VIDEOS */
.video-feature{display:grid;grid-template-columns:1.5fr .72fr;gap:46px;align-items:stretch}
.big-video{position:relative;display:block;min-height:430px;overflow:hidden;background:#251b17}
.big-video img{width:100%;height:100%;object-fit:cover;display:block}
.big-video:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 42%,rgba(11,10,9,.78) 100%)}
.big-video-copy{position:absolute;left:28px;right:28px;bottom:25px;z-index:2;color:white}
.big-video-copy .micro{color:#d9b49b}
.big-video-copy h3{font-size:35px;line-height:1.02;font-weight:400;margin:8px 0 5px}
.big-video-copy p{font-family:Baskerville,serif;font-size:16px;margin:0;color:#ddd3ca}
.side-videos{display:grid;grid-template-rows:repeat(3,1fr);gap:14px}
.side-video{display:grid;grid-template-columns:180px 1fr;gap:20px;align-items:center;padding-bottom:14px;border-bottom:1px solid var(--line)}
.side-video:last-child{border-bottom:0;padding-bottom:0}
.side-video img{width:180px;aspect-ratio:16/9;object-fit:cover;display:block}
.side-video h4{font-size:20px;line-height:1.06;font-weight:400;margin:5px 0 5px}
.micro{font-size:8px;text-transform:uppercase;letter-spacing:.14em;color:var(--wine);font-weight:700}
.meta{font-size:9px;color:var(--muted)}

/* LIBRARY */
.library{background:linear-gradient(135deg,#181411 0%,#211714 58%,#2e1714 100%);color:#eee5da;position:relative;overflow:hidden;border-top:0!important}
.library:after{content:"EN";position:absolute;right:8%;bottom:-55px;font-family:Baskerville,serif;font-size:260px;color:rgba(255,255,255,.025);letter-spacing:-.08em}
.library-grid{display:grid;grid-template-columns:.9fr 1.08fr .76fr;gap:56px;align-items:center;position:relative;z-index:2}

.library-visual{height:360px;position:relative;border:1px solid rgba(255,255,255,.1);background:#111;overflow:hidden}
.library-visual img{width:100%;height:100%;object-fit:cover;display:block}
.library-copy .micro{color:#c19778}
.library-copy h2{font-size:43px;line-height:1.02;font-weight:400;margin:10px 0 17px}
.library-copy p{font-size:17px;line-height:1.5;color:#bdb2a7;margin:0 0 22px}
.library-price{border-left:1px solid rgba(255,255,255,.16);padding-left:28px}
.price{font-family:Baskerville,serif;font-size:44px;color:white}
.price small{font-size:14px;color:#b6aa9d}
.library-price ul{list-style:none;padding:0;margin:18px 0 0}
.library-price li{padding:9px 0;border-bottom:1px solid rgba(255,255,255,.09);font-size:11px;color:#c4b9ad}
.library-price li:last-child{border-bottom:0}

/* ARTICLES */
.article-layout{display:grid;grid-template-columns:1.02fr .98fr;gap:58px;align-items:start}
.big-article{display:grid;grid-template-columns:1fr;gap:14px}
.big-article-img{display:block;aspect-ratio:16/9;overflow:hidden;background:#222}
.big-article-img img{width:100%;height:100%;object-fit:cover;object-position:center 34%;filter:none;display:block}
.lead-copy h3{font-size:31px;line-height:1.03;font-weight:400;margin:7px 0 6px}
.lead-copy h3 em{font-weight:400}
.lead-copy .subtitle{font-family:Baskerville,serif;font-size:17px;margin:0 0 10px}
.lead-copy .excerpt{font-family:Baskerville,serif;font-size:15px;line-height:1.42;color:#514a43;margin:0 0 10px}
.small-articles{display:grid;grid-template-columns:1fr 1fr;gap:38px 30px}
.small-article{display:block;align-items:start}
.small-art-img{display:block;aspect-ratio:16/9;overflow:hidden;background:#231a16;margin-bottom:12px}
.small-art-img img{width:100%;height:100%;object-fit:cover;display:block}
.small-article h4{font-size:20px;line-height:1.08;font-weight:400;margin:5px 0 8px}
.by{font-size:9px;color:var(--muted)}

/* FOOTER */
footer{background:#0f100e;color:#9f9589;padding:31px 0 20px}
.footer-main{display:grid;grid-template-columns:1.25fr repeat(3,.65fr);gap:38px;align-items:start}
.footer-brand{display:flex;gap:13px;align-items:flex-start}
.footer-brand img{width:50px;height:50px;border-radius:50%}
.footer-brand b{display:block;color:#eee4d7;font-size:26px;font-weight:400}
.footer-brand p{font-size:10px;line-height:1.45;max-width:310px}
footer h5{font-size:8px;text-transform:uppercase;letter-spacing:.18em;color:#e7ded2;margin:0 0 11px}
footer a{display:block;color:#9f9589;text-decoration:none;font-size:10px;margin:7px 0}
.legal{margin-top:24px;padding-top:15px;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;gap:25px;font-size:9px}
.legal-links{display:flex;gap:20px;flex-wrap:wrap}
.legal-links a{margin:0}


/* FOLLOW / SOCIAL */
.follow-section{
  padding:72px 0 82px;
  border-top:1px solid var(--line);
}
.follow-head{
  text-align:center;
  margin-bottom:34px;
}
.follow-kicker{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  color:var(--wine);
  font-size:9px;
  text-transform:uppercase;
  letter-spacing:.22em;
  font-weight:700;
  margin-bottom:16px;
}
.follow-kicker:before,
.follow-kicker:after{
  content:"";
  width:34px;
  height:1px;
  background:var(--wine);
}
.follow-head h2{
  font-size:39px;
  font-weight:400;
  margin:0 0 10px;
}
.follow-head h2 em{font-weight:400}
.follow-head p{
  margin:0;
  color:var(--muted);
  font-family:Baskerville,"Baskerville Old Face","Times New Roman",serif;
  font-size:17px;
}
.follow-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:14px;
}
.social-card{
  min-height:245px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.18);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:26px 18px;
  text-decoration:none;
  color:var(--ink);
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.social-card:hover{
  transform:translateY(-3px);
  border-color:rgba(137,36,29,.45);
  box-shadow:0 12px 28px rgba(39,28,20,.08);
}
.social-icon{
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  margin-bottom:18px;
  font-size:35px;
  line-height:1;
  font-family:Arial,Helvetica,sans-serif;
  color:#181512;
}
.social-icon.instagram{
  border:3px solid var(--wine);
  border-radius:14px;
  color:var(--wine);
  font-size:24px;
  font-weight:700;
}
.social-icon.youtube{
  width:58px;height:40px;border-radius:11px;
  background:#181512;color:#fff;font-size:18px;
}
.social-icon.facebook{
  font-family:Georgia,serif;font-weight:700;font-size:40px;
}
.social-icon.spotify{
  border-radius:50%;
  background:#181512;
  color:white;
  font-size:24px;
}
.social-name{
  display:block;
  font-family:Baskerville,"Baskerville Old Face","Times New Roman",serif;
  font-size:22px;
  margin-bottom:7px;
}
.social-handle{
  display:block;
  color:#978c81;
  font-family:Baskerville,"Baskerville Old Face","Times New Roman",serif;
  font-style:italic;
  font-size:15px;
  margin-bottom:25px;
}
.social-cta{
  color:var(--wine);
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:8px;
  font-weight:700;
}
.social-card.soon{
  opacity:.68;
  cursor:default;
}
.social-card.soon:hover{
  transform:none;
  border-color:var(--line);
  box-shadow:none;
}
.contact-mail{
  color:#cfc5b8!important;
  word-break:break-word;
}

@media(max-width:980px){
 .wrap{padding:0 22px}.mast-side{display:none}.mast-brand-row{grid-template-columns:1fr}.mast-brand{justify-content:center}.mast-nav-inner{justify-content:flex-start;overflow:auto;gap:24px}
 .hero{min-height:530px;background-position:58% 31%} .hero-inner{min-height:530px}
 .hero-copy{width:520px} h1{font-size:50px}
 .video-feature,.library-grid,.article-layout,.footer-main{grid-template-columns:1fr}.follow-grid{grid-template-columns:repeat(2,1fr)}
 .library-price{border-left:0;border-top:1px solid rgba(255,255,255,.16);padding:25px 0 0}
}
@media(max-width:650px){
 .mast-top{display:none}.mast-brand-row{padding:18px 0 14px}.mast-brand-text em{font-size:15px}.mast-brand-text strong{font-size:28px}.mast-nav-inner{height:52px}
 .hero{min-height:570px;background-position:65% 27%}
 .hero:before{background:linear-gradient(90deg,rgba(10,10,9,.97),rgba(14,11,10,.82) 67%,rgba(14,11,10,.32)),linear-gradient(180deg,transparent 63%,var(--paper) 100%)}
 .hero-inner{min-height:570px;align-items:flex-start;padding-top:92px}
 .hero-copy{width:100%} h1{font-size:43px}
 .side-video{grid-template-columns:120px 1fr} .side-video img{width:120px}
 .small-articles{grid-template-columns:1fr}.follow-grid{grid-template-columns:1fr} .small-article{grid-template-columns:105px 1fr}
 .legal{flex-direction:column}
}

/* FRONTISPICE V8 — inspiration Les Belles Lettres */
.belles-frontispiece{
  background:var(--paper);
  color:var(--ink);
  border-top:0;
  padding:0 0 14px;
}
.belles-frontispiece .wrap{max-width:1430px}
.belles-frontispiece .mast-top{
  height:34px;
  border-bottom:0;
  display:flex;
  justify-content:flex-end;
  align-items:center;
}
.belles-frontispiece .mast-links{
  margin-left:auto;
  display:flex;
  gap:20px;
}
.belles-frontispiece .mast-links a{
  color:#8b8177;
  text-decoration:none;
  font-family:Baskerville,"Baskerville Old Face","Times New Roman",serif;
  font-size:12px;
  letter-spacing:.07em;
}
.belles-frontispiece .mast-links a:hover{color:var(--wine)}

.belles-brand{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:16px 0 28px;
}
.belles-logo-link{
  display:block;
  line-height:0;
  margin-bottom:14px;
}
.belles-logo-link img{
  width:92px;
  height:92px;
  border-radius:50%;
  object-fit:cover;
  display:block;
}
.belles-motto{
  font-family:Baskerville,"Baskerville Old Face","Times New Roman",serif;
  font-size:43px;
  line-height:1;
  letter-spacing:.08em;
  font-weight:400;
  color:#211d19;
}

.belles-nav{
  min-height:64px;
  border-top:3px double rgba(23,20,17,.35);
  border-bottom:3px double rgba(23,20,17,.35);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:0 4px;
}
.belles-nav a{
  flex:1;
  text-align:center;
  color:#625950;
  text-decoration:none;
  font-family:Baskerville,"Baskerville Old Face","Times New Roman",serif;
  font-size:18px;
  letter-spacing:.08em;
  font-weight:400;
  white-space:nowrap;
}
.belles-nav a:hover{color:var(--wine)}
.belles-nav .private-link{color:var(--wine)}

.belles-search-row{
  display:flex;
  justify-content:flex-end;
  align-items:center;
  min-height:62px;
}
.belles-search{
  display:grid;
  grid-template-columns:minmax(250px,360px) 42px;
  height:38px;
}
.belles-search input{
  width:100%;
  border:1px solid rgba(23,20,17,.09);
  border-right:0;
  background:#e4dfd7;
  color:var(--ink);
  padding:0 14px;
  outline:none;
  font-family:Baskerville,"Baskerville Old Face","Times New Roman",serif;
  font-size:15px;
}
.belles-search input::placeholder{color:#8c8379}
.belles-search button{
  border:1px solid rgba(23,20,17,.09);
  background:#d7d2cb;
  color:#675f56;
  font-size:20px;
  cursor:pointer;
}
.belles-search button:hover{
  background:#cbc5bd;
  color:var(--wine);
}

.mast-brand-row,.mast-nav{display:none!important}

@media(max-width:950px){
  .belles-motto{font-size:36px}
  .belles-nav{
    overflow-x:auto;
    justify-content:flex-start;
    gap:0;
  }
  .belles-nav a{
    flex:0 0 auto;
    padding:0 22px;
    font-size:17px;
  }
}
@media(max-width:650px){
  .belles-frontispiece .mast-top{display:none}
  .belles-brand{padding:18px 0 22px}
  .belles-logo-link img{width:74px;height:74px}
  .belles-motto{
    font-size:29px;
    letter-spacing:.045em;
    text-align:center;
  }
  .belles-nav{min-height:56px}
  .belles-nav a{padding:0 17px;font-size:16px}
  .belles-search-row{min-height:56px}
  .belles-search{
    width:100%;
    grid-template-columns:1fr 42px;
  }
}


/* V9 — frontispice plus compact, réseaux à gauche, recherche à droite */
.belles-frontispiece{
  padding-bottom:8px;
}
.belles-frontispiece .mast-top.belles-utility{
  height:44px;
  border-bottom:1px solid rgba(23,20,17,.10);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
}
.belles-frontispiece .mast-links{
  margin-left:0;
  display:flex;
  gap:18px;
}
.belles-search-top{
  width:330px;
  grid-template-columns:1fr 40px;
  height:34px;
}
.belles-brand{
  padding:11px 0 20px;
}
.belles-logo-link{
  margin-bottom:10px;
}
.belles-logo-link img{
  width:82px;
  height:82px;
}
.belles-motto{
  font-size:38px;
  letter-spacing:.105em;
}
.belles-nav{
  min-height:56px;
}
.belles-nav a{
  font-size:17px;
}
/* V5.4.1 — huit cellules restent sur une ligne : légère compaction typographique uniquement sur desktop. */
@media(min-width:951px){
  .belles-nav > a{
    font-size:16px;
    letter-spacing:.065em;
    padding-left:6px!important;
    padding-right:6px!important;
  }
  .belles-nav > .nav-search-toggle{
    min-width:0;
    font-size:26px;
  }
}
.belles-search-row{
  display:none!important;
}

/* Remonter légèrement Lohengrin et réduire la hauteur totale */
.hero{
  min-height:545px;
  background-position:center 27%;
}
.hero-inner{
  min-height:545px;
}
.hero-copy{
  margin-top:-10px;
}
.hero h1{
  font-size:57px;
}

/* L'ensemble frontispice + hero tient plus facilement dans un écran desktop */
@media(min-width:1100px){
  .belles-frontispiece .wrap{
    max-width:1430px;
  }
}

@media(max-width:950px){
  .belles-frontispiece .mast-top.belles-utility{
    height:auto;
    min-height:48px;
    flex-wrap:wrap;
    padding:8px 0;
  }
  .belles-search-top{
    width:300px;
  }
}
@media(max-width:650px){
  .belles-frontispiece .mast-top.belles-utility{
    display:none;
  }
  .belles-logo-link img{
    width:72px;
    height:72px;
  }
  .belles-motto{
    font-size:27px;
    letter-spacing:.065em;
  }
  .hero{
    min-height:555px;
  }
  .hero-inner{
    min-height:555px;
  }
}


/* V10 — finitions du frontispice */
.belles-frontispiece .mast-top.belles-utility{
  border-bottom:0 !important;
}

.belles-logo-link img{
  width:92px;
  height:92px;
  border-radius:0 !important;
  object-fit:cover;
}

.belles-nav a{
  font-size:19px;
}

/* Le bandeau Lohengrin redescend légèrement pour remplir
   la petite bande ivoire qui restait visible en bas de l'écran. */
.hero{
  min-height:575px;
}
.hero-inner{
  min-height:575px;
}

@media(max-width:950px){
  .belles-nav a{
    font-size:18px;
  }
}
@media(max-width:650px){
  .belles-logo-link img{
    width:78px;
    height:78px;
  }
  .belles-nav a{
    font-size:17px;
  }
  .hero,
  .hero-inner{
    min-height:570px;
  }
}


/* V11 — alignements et finitions du frontispice */

/* Les marges du bandeau sont désormais exactement celles du cadre des onglets */
.hero-wrap{
  padding-left:52px;
  padding-right:52px;
}
.hero-wrap .hero{
  width:100%;
  max-width:none;
  margin:0;
}

/* On ne déplace PAS le bandeau verticalement.
   On remonte seulement visuellement le logo/devise et les onglets,
   ce qui ouvre un peu d'air juste au-dessus de Lohengrin. */
.belles-brand{
  transform:translateY(-9px);
}
.belles-nav{
  transform:translateY(-9px);
}

/* Logo rond */
.belles-logo-link img{
  width:92px;
  height:92px;
  border-radius:50% !important;
  object-fit:cover;
}

/* Onglets encore un peu plus grands */
.belles-nav a{
  font-size:22px;
  letter-spacing:.055em;
}

/* Texte du bandeau en ivoire, plus doux que le blanc pur */
.hero h1,
.hero p{
  color:var(--paper) !important;
}
.hero .btn{
  color:var(--paper);
}

/* Responsive : mêmes alignements sans marges excessives */
@media(max-width:950px){
  .hero-wrap{
    padding-left:22px;
    padding-right:22px;
  }
  .belles-brand,
  .belles-nav{
    transform:translateY(-6px);
  }
  .belles-nav a{
    font-size:19px;
  }
}
@media(max-width:650px){
  .hero-wrap{
    padding-left:0;
    padding-right:0;
  }
  .belles-brand,
  .belles-nav{
    transform:none;
  }
  .belles-logo-link img{
    width:78px;
    height:78px;
  }
  .belles-nav a{
    font-size:18px;
  }
}


/* V12 — navigation, recherche contextuelle, abonnement / connexion */

/* Coin supérieur droit */
.account-links{
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:10px;
  white-space:nowrap;
}
.account-links a{
  color:#746b61;
  text-decoration:none;
  font-family:Baskerville,"Baskerville Old Face","Times New Roman",serif;
  font-size:13px;
  letter-spacing:.06em;
}
.account-links a:hover{
  color:var(--wine);
}
.account-separator{
  color:#a99f95;
  font-family:Baskerville,"Baskerville Old Face","Times New Roman",serif;
  font-size:13px;
}

/* On neutralise définitivement l'ancienne recherche du haut */
.belles-search-top{
  display:none!important;
}

/* Navigation V5.4.1 : 7 intitulés + une case loupe, tous sur une seule ligne desktop */
.belles-nav{
  position:relative;
  display:grid!important;
  grid-template-columns:repeat(8,minmax(0,1fr));
  align-items:center;
  gap:0!important;
}
.belles-nav > a,
.belles-nav > .nav-search-toggle{
  width:100%;
  min-width:0;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
}
.belles-nav > a{
  flex:none!important;
  padding:0 10px!important;
}
.nav-search-toggle{
  border:0;
  background:transparent;
  color:#625950;
  font-family:Baskerville,"Baskerville Old Face","Times New Roman",serif;
  font-size:28px;
  cursor:pointer;
  padding:0;
}
.nav-search-toggle:hover,
.nav-search-toggle[aria-expanded="true"]{
  color:var(--wine);
}

/* Pop-up de recherche : flottant, donc il ne déplace ni le cadre ni Lohengrin */
.belles-frontispiece{
  position:relative;
}
.search-popover{
  position:absolute;
  z-index:60;
  right:max(52px, calc((100vw - 1430px)/2 + 52px));
  bottom:-68px;
  width:min(470px, calc(100vw - 104px));
  padding:12px;
  background:var(--paper);
  border:1px solid rgba(23,20,17,.18);
  box-shadow:0 16px 34px rgba(35,26,20,.14);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateY(-6px);
  transition:opacity .16s ease, transform .16s ease, visibility .16s ease;
}
.search-popover.open{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateY(0);
}
.popover-search-form{
  height:44px;
  display:grid;
  grid-template-columns:1fr 46px;
}
.popover-search-form input{
  border:1px solid rgba(23,20,17,.11);
  border-right:0;
  background:#e7e1d8;
  padding:0 14px;
  outline:none;
  color:var(--ink);
  font-family:Baskerville,"Baskerville Old Face","Times New Roman",serif;
  font-size:16px;
}
.popover-search-form input::placeholder{
  color:#8c8278;
}
.popover-search-form button{
  border:1px solid rgba(23,20,17,.11);
  background:#d7d1c8;
  color:#625950;
  font-size:22px;
  cursor:pointer;
}
.popover-search-form button:hover{
  color:var(--wine);
}

/* Responsive sans modifier la position desktop du bandeau */
@media(max-width:950px){
  .belles-nav{
    display:flex!important;
    overflow-x:auto;
    justify-content:flex-start;
  }
  .belles-nav > a,
  .belles-nav > .nav-search-toggle{
    flex:0 0 auto!important;
    width:auto;
    min-width:150px;
  }
  .search-popover{
    right:22px;
    width:min(470px, calc(100vw - 44px));
  }
}
@media(max-width:650px){
  .account-links{
    display:none;
  }
  .belles-nav > a,
  .belles-nav > .nav-search-toggle{
    min-width:132px;
  }
  .search-popover{
    right:12px;
    width:calc(100vw - 24px);
  }
}


/* V13 — double filet des onglets + hero simplifié */
.belles-nav{
  position:relative;
  border-top:2px solid rgba(45,40,35,.46) !important;
  border-bottom:2px solid rgba(45,40,35,.46) !important;
  min-height:64px;
  padding-top:7px;
  padding-bottom:7px;
  overflow:visible;
}
.belles-nav:before,
.belles-nav:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  height:1px;
  background:rgba(45,40,35,.24);
  pointer-events:none;
}
.belles-nav:before{
  top:6px;
}
.belles-nav:after{
  bottom:6px;
}

/* Le contenu reste bien centré entre les deux doubles filets */
.belles-nav > a,
.belles-nav > .nav-search-toggle{
  position:relative;
  z-index:1;
}

/* Bandeau Lohengrin : titre unique, sans point final */
.hero h1{
  max-width:620px;
  margin-bottom:28px;
}
.hero-actions{
  display:none!important;
}



/* =========================================================
   TRUE SITE FOUNDATION — shared page layer
   ========================================================= */
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{
  outline:2px solid var(--wine);
  outline-offset:3px;
}
.inner-page{
  min-height:58vh;
  padding:66px 0 90px;
}
.inner-page .page-kicker{
  color:var(--wine);
  font-size:9px;
  text-transform:uppercase;
  letter-spacing:.18em;
  font-weight:700;
  margin-bottom:12px;
}
.inner-page h1{
  color:var(--ink)!important;
  font-size:52px;
  line-height:1;
  margin:0 0 18px;
}
.page-intro{
  max-width:760px;
  font-family:Baskerville,"Baskerville Old Face","Times New Roman",serif;
  font-size:20px;
  line-height:1.55;
  color:#554d45;
  margin:0 0 34px;
}
.foundation-panel{
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  padding:26px 0;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:28px;
}
.foundation-panel h2{
  font-size:25px;
  font-weight:400;
  margin:0 0 8px;
}
.foundation-panel p{
  font-family:Baskerville,"Baskerville Old Face","Times New Roman",serif;
  font-size:15px;
  line-height:1.45;
  color:var(--muted);
  margin:0;
}
.content-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
  margin-top:34px;
}
.content-card{
  border:1px solid var(--line);
  background:rgba(255,255,255,.16);
  padding:22px;
}
.content-card .micro{margin-bottom:8px}
.content-card h2{
  font-size:25px;
  line-height:1.06;
  font-weight:400;
  margin:0 0 8px;
}
.content-card p{
  font-family:Baskerville,"Baskerville Old Face","Times New Roman",serif;
  color:#61584f;
  line-height:1.45;
  margin:0 0 15px;
}
.text-link{color:var(--wine);text-decoration:none;font-size:12px}
.private-foundation{
  background:#151210;
  color:#eee5da;
  padding:42px;
  margin-top:28px;
}
.private-foundation h2{font-size:38px;font-weight:400;margin:0 0 12px}
.private-foundation p{font-family:Baskerville,serif;font-size:18px;color:#c4b9ad;max-width:700px}
.private-foundation .price{margin:18px 0}
.account-form{
  max-width:520px;
  margin:0 auto;
  border:1px solid var(--line);
  padding:32px;
  background:rgba(255,255,255,.16);
}
.account-form label{
  display:block;
  font-family:Baskerville,serif;
  font-size:15px;
  margin:14px 0 6px;
}
.account-form input{
  width:100%;
  height:44px;
  border:1px solid var(--line);
  background:#ebe4da;
  padding:0 12px;
  font-family:Baskerville,serif;
  font-size:16px;
}
.account-form button{
  margin-top:20px;
  width:100%;
  border:0;
  background:var(--wine);
  color:white;
  min-height:46px;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:10px;
  font-weight:700;
}
.about-foundation{
  max-width:790px;
  margin:0 auto;
}
.about-foundation img{
  width:100%;
  max-height:560px;
  object-fit:cover;
  display:block;
  margin-bottom:36px;
}
.about-foundation h2{
  font-size:28px;
  font-weight:400;
  margin:34px 0 12px;
}
.about-foundation p{
  font-family:Baskerville,serif;
  font-size:19px;
  line-height:1.62;
  color:#403a35;
}
.search-results{
  border-top:1px solid var(--line);
  margin-top:30px;
}
.search-result{
  padding:18px 0;
  border-bottom:1px solid var(--line);
}
.search-result h2{font-size:23px;font-weight:400;margin:0 0 5px}
.search-result p{font-family:Baskerville,serif;color:var(--muted);margin:0}
.site-notice{
  margin:20px 0 0;
  padding:12px 15px;
  border-left:2px solid var(--wine);
  background:rgba(137,36,29,.045);
  font-family:Baskerville,serif;
  color:#665d54;
}
@media(max-width:900px){
  .foundation-panel,.content-grid{grid-template-columns:1fr}
}
@media(max-width:650px){
  .inner-page{padding:46px 0 70px}
  .inner-page h1{font-size:39px}
  .page-intro{font-size:18px}
  .account-form{padding:24px 18px}
}


/* V2 ported pages */
.ported-page{width:100%;min-width:0;}
.ported-page img{max-width:100%;}
.ported-page iframe{max-width:100%;}

.belles-frontispiece .disabled-platform{color:#aaa096;cursor:default}


/* V5.4R.1 — retour en haut des longues pages */
.back-to-top{position:fixed;right:24px;bottom:28px;width:44px;height:44px;border:1px solid rgba(255,255,255,.28);background:#7f1714;color:#fff;font:20px/1 Arial,sans-serif;display:grid;place-items:center;z-index:80;cursor:pointer;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease,background .2s ease;box-shadow:0 5px 18px rgba(35,22,16,.18)}
.back-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}
.back-to-top:hover{background:#65110f}
@media(max-width:700px){.back-to-top{right:14px;bottom:18px;width:40px;height:40px}}


/* V5.4R.1 — verrou cohérent depuis le catalogue Vidéos */
.access-lock-modal{position:fixed;inset:0;z-index:120;display:grid;place-items:center;padding:24px;opacity:0;visibility:hidden;transition:opacity .18s ease,visibility .18s ease}
.access-lock-modal.open{opacity:1;visibility:visible}
.access-lock-backdrop{position:absolute;inset:0;background:rgba(20,16,13,.72);backdrop-filter:blur(2px)}
.access-lock-dialog{position:relative;width:min(520px,100%);background:#f4ede3;border:1px solid #c9bdb0;padding:48px 46px 44px;text-align:center;box-shadow:0 20px 60px rgba(20,14,10,.28)}
.access-lock-close{position:absolute;right:14px;top:10px;border:0;background:transparent;color:#64584e;font-size:27px;cursor:pointer}
.access-lock-icon{font-size:28px;margin-bottom:17px}
.access-lock-dialog h2{font-family:Baskerville,"Baskerville Old Face","Times New Roman",serif;font-size:34px;font-weight:400;line-height:1.08;margin:0 0 15px}
.access-lock-dialog p{font-family:Baskerville,"Baskerville Old Face","Times New Roman",serif;font-size:18px;line-height:1.5;color:#665c54;margin:0 0 26px}
.access-lock-dialog .btn{display:inline-block;text-decoration:none}
body.modal-open{overflow:hidden}
@media(max-width:600px){.access-lock-dialog{padding:42px 24px 34px}.access-lock-dialog h2{font-size:29px}}


/* V5.9.3 — bandeau d'accueil piloté depuis l'administration */
.hero.home-hero-config .hero-inner{display:block;position:relative}
.hero.home-hero-config .hero-copy{
  position:absolute;left:var(--hero-copy-x,3.8%);top:var(--hero-copy-y,33%);width:var(--hero-copy-width,46%);
  max-width:none;margin:0;z-index:3;
}
.hero.home-hero-config .hero-copy h1{margin:0 0 var(--hero-copy-gap,24px);max-width:none;font-weight:400}
.hero.home-hero-config .hero-copy p{margin:0;max-width:none}
.hero.home-hero-config .hero-copy strong{font-weight:700}.hero.home-hero-config .hero-copy em{font-style:italic}.hero.home-hero-config .hero-copy u{text-underline-offset:.12em}
@media(max-width:950px){
  .hero.home-hero-config .hero-copy{left:5%;top:22%;width:66%}
  .hero.home-hero-config .hero-copy h1{font-size:clamp(38px,6vw,64px)!important}
  .hero.home-hero-config .hero-copy p{font-size:clamp(17px,2.4vw,23px)!important}
}
@media(max-width:650px){
  .hero.home-hero-config .hero-copy{
    left:var(--hero-mobile-copy-x,7%)!important;
    top:var(--hero-mobile-copy-y,16%)!important;
    width:var(--hero-mobile-copy-width,86%)!important;
    filter:drop-shadow(0 var(--hero-mobile-shadow-y,1px) var(--hero-mobile-shadow-blur,3px) rgba(0,0,0,var(--hero-mobile-shadow-alpha,.16)))!important;
  }
  .hero.home-hero-config .hero-copy h1{
    font-family:var(--hero-mobile-title-font,Baskerville,"Baskerville Old Face","Times New Roman",serif)!important;
    font-size:var(--hero-mobile-title-size,44px)!important;
    line-height:var(--hero-mobile-title-line-height,1)!important;
    letter-spacing:var(--hero-mobile-title-letter-spacing,-.02em)!important;
    text-align:var(--hero-mobile-title-align,left)!important;
    color:var(--hero-mobile-title-color,#f3eee5)!important;
    margin-bottom:var(--hero-mobile-copy-gap,20px)!important;
  }
  .hero.home-hero-config .hero-copy p{
    font-family:var(--hero-mobile-text-font,Baskerville,"Baskerville Old Face","Times New Roman",serif)!important;
    font-size:var(--hero-mobile-text-size,19px)!important;
    line-height:var(--hero-mobile-text-line-height,1.38)!important;
    letter-spacing:var(--hero-mobile-text-letter-spacing,0em)!important;
    text-align:var(--hero-mobile-text-align,left)!important;
    color:var(--hero-mobile-text-color,#f3eee5)!important;
  }
}

/* V5.11 — liens éditoriaux & finesse typographique */
.big-article .featured-title-link{color:inherit;text-decoration:none}.big-article .featured-title-link:hover{color:var(--wine)}
.small-caps{font-variant-caps:small-caps;letter-spacing:.04em}sup{font-size:.72em;line-height:0;vertical-align:super}sub{font-size:.72em;line-height:0;vertical-align:sub}


/* EGO NON — correctif vidéo responsive + police mobile */

/*
   Police web utilisée uniquement comme secours mobile.
   Elle ne remplace PAS la Baskerville native du desktop.
*/
@font-face{
  font-family:"Ego Libre Baskerville";
  src:url("/fonts/libre-baskerville.ttf") format("truetype");
  font-style:normal;
  font-weight:400 700;
  font-display:swap;
}

@font-face{
  font-family:"Ego Libre Baskerville";
  src:url("/fonts/libre-baskerville-italic.ttf") format("truetype");
  font-style:italic;
  font-weight:400 700;
  font-display:swap;
}

/* Grande vidéo : vrai cadre 16:9, sans recadrage variable. */
.big-video{
  min-height:0;
  aspect-ratio:16 / 9;
}

.big-video img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}

/* Sur mobile seulement, secours Baskerville stable. */
@media(max-width:650px){
  .hero.home-hero-config .hero-copy h1{
    font-family:Baskerville,"Baskerville Old Face","Ego Libre Baskerville","Times New Roman",serif!important;
  }

  .hero.home-hero-config .hero-copy p{
    font-family:Baskerville,"Baskerville Old Face","Ego Libre Baskerville","Times New Roman",serif!important;
  }

  .big-video{
    width:100%;
    min-height:0!important;
    height:auto!important;
    aspect-ratio:16 / 9!important;
  }
}

/* Mobile : le ratio est porté par .big-video-media,
   le conteneur extérieur reste libre pour les métadonnées. */
@media(max-width:650px){
  .big-video{
    aspect-ratio:auto!important;
    height:auto!important;
  }
}


/* EGO NON — Baskervville mobile */

@font-face{
  font-family:"Ego Baskervville";
  src:url("/fonts/baskervville.ttf") format("truetype");
  font-style:normal;
  font-weight:400 700;
  font-display:swap;
}

@font-face{
  font-family:"Ego Baskervville";
  src:url("/fonts/baskervville-italic.ttf") format("truetype");
  font-style:italic;
  font-weight:400 700;
  font-display:swap;
}

/*
   Smartphone uniquement.
   Le desktop conserve sa Baskerville native actuelle.
*/
@media(max-width:650px){
  .hero.home-hero-config .hero-copy h1{
    font-family:Baskerville,"Baskerville Old Face","Ego Baskervville","Times New Roman",serif!important;
  }

  .hero.home-hero-config .hero-copy p{
    font-family:Baskerville,"Baskerville Old Face","Ego Baskervville","Times New Roman",serif!important;
  }
}

/* EGO NON — forçage Baskervville sur bandeau smartphone */
@media(max-width:650px){
  .hero.home-hero-config .hero-copy h1{
    font-family:"Ego Baskervville",Baskerville,"Baskerville Old Face","Times New Roman",serif!important;
  }

  .hero.home-hero-config .hero-copy p{
    font-family:"Ego Baskervville",Baskerville,"Baskerville Old Face","Times New Roman",serif!important;
  }
}

/* EGO NON — grande vidéo d'accueil : légende sous la vignette */
.big-video{
  display:block;
  height:auto!important;
  min-height:0!important;
  aspect-ratio:auto!important;
  overflow:visible;
  color:var(--ink);
  text-decoration:none;
  background:transparent;
}

.big-video:after{
  display:none!important;
}

.big-video-media{
  position:relative!important;
  inset:auto!important;
  display:block;
  width:100%;
  aspect-ratio:16 / 9;
  overflow:hidden;
  background:#251b17;
}

.big-video-media>img{
  position:absolute;
  inset:0;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  display:block;
}

.big-video-below{
  padding-top:14px;
}

.big-video-below h3{
  margin:7px 0 5px;
  color:var(--ink);
  font-family:Baskerville,"Baskerville Old Face","Times New Roman",serif;
  font-size:31px;
  line-height:1.08;
  font-weight:400;
}

.big-video-below .meta{
  margin:0;
}

@media(max-width:650px){
  .big-video-below{
    padding-top:11px;
  }

  .big-video-below h3{
    font-size:28px;
    line-height:1.08;
  }

  .big-video-mobile-meta{
    display:none!important;
  }
}

/* EGO NON — légendes des illustrations dans le corps des articles */
.article-body figcaption{
  margin-top:8px;
  color:#766d66;
  font-family:Baskerville,"Baskerville Old Face","Times New Roman",serif;
  font-size:15px;
  line-height:1.4;
  font-style:italic;
  text-align:center;
}

@media(max-width:650px){
  .article-body figcaption{
    font-size:14px;
    line-height:1.38;
  }
}
