/* Magari Dolce Vita — feuille de style du thème */
:root{
  --crema:#F0ECDD;--terracotta:#CB764E;--mattone:#9F3F05;--caffe:#1E1611;--muted:#5B4A40;--line:#DCD3BC;--line-soft:#E6DFCB;--bianco:#FFFFFF;
  --font-display:"DM Serif Display",Georgia,serif;--font-body:"DM Sans",system-ui,-apple-system,sans-serif;--font-hand:"Caveat",cursive;
  /* Compatibilité avec les gabarits du journal */
  --mg-black:#1E1611;--mg-dark:#1E1611;--mg-charcoal:#2B1D16;--mg-gray-900:#2B1D16;--mg-gray-700:#5B4A40;--mg-gray-500:#7A6A60;--mg-gray-300:#C9BFA8;--mg-gray-100:#E9E3D2;
  --mg-white:#FFFFFF;--mg-off-white:#FFFFFF;--mg-cream:#F0ECDD;--mg-gold:#CB764E;--mg-gold-light:rgba(203,118,78,.14);--mg-text:#1E1611;--mg-bg:#F0ECDD;
  --mg-on-dark:#F0ECDD;--mg-on-dark-muted:rgba(240,236,221,.82);--mg-on-dark-subtle:rgba(240,236,221,.62);--mg-on-light:#1E1611;--mg-on-light-muted:#5B4A40;--mg-on-light-subtle:#7A6A60;
  --mg-font-display:"DM Serif Display",Georgia,serif;--mg-font-body:"DM Sans",system-ui,sans-serif;--mg-font-accent:"Caveat",cursive;
  --mg-text-hero:clamp(2.6rem,6vw,4.6rem);--mg-text-h1:clamp(2.4rem,5vw,3.9rem);--mg-text-h2:clamp(1.9rem,3.4vw,2.9rem);--mg-text-h3:clamp(1.3rem,2vw,1.7rem);--mg-text-body:1.05rem;--mg-text-small:.9rem;--mg-text-btn:1rem;--mg-text-label:.75rem;--mg-text-nav:1rem;
  --mg-space-section:clamp(3rem,7vw,6rem);--mg-space-block:clamp(2rem,4vw,3rem);--mg-space-element:1rem;--mg-space-page-x:clamp(20px,5vw,72px);--mg-touch-min:44px;--mg-ease:cubic-bezier(.2,.7,.2,1);--mg-ease-out:ease-out;
}
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
body{margin:0;background:var(--crema);color:var(--caffe);font-family:var(--font-body);font-size:17px;line-height:1.5;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:var(--mattone)}
h1,h2,h3,h4,.serif{font-family:var(--font-display);font-weight:400;margin:0;line-height:1.1;letter-spacing:-.005em}
h1 em,h2 em,h3 em,.lc-hero-title em,.lc-header h2 em{font-family:var(--font-hand);font-style:normal;font-weight:600;color:var(--mattone)}
p{margin:0}
ul{margin:0;padding:0;list-style:none}
.hand{font-family:var(--font-hand);font-weight:600;color:var(--mattone);line-height:1}
.eyebrow{font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--mattone)}
.muted{color:var(--muted)}
.small{font-size:15px;line-height:1.45}
.center-text{text-align:center}
.wrap{max-width:1296px;margin:0 auto;padding-left:20px;padding-right:20px}
.btn{display:inline-flex;align-items:center;justify-content:center;height:52px;padding:0 26px;border-radius:999px;font-family:var(--font-body);font-weight:600;font-size:16px;line-height:1;text-decoration:none;white-space:nowrap;border:1.5px solid transparent;transition:opacity .25s ease-out,transform .25s ease-out;cursor:pointer}
.btn:hover{opacity:.88;transform:translateY(-1px)}
.btn-p{background:var(--mattone);color:#fff;border-color:var(--mattone)}
.btn-s{background:transparent;color:var(--caffe);border-color:var(--caffe)}
.btn-sm{height:40px;padding:0 16px;font-size:14px}
.link{color:var(--mattone);font-weight:600;text-decoration:underline;text-underline-offset:4px}
.rule{height:1px;background:var(--caffe)}
.rule-crema{background:rgba(240,236,221,.55)}
.skip-link{position:absolute;left:-9999px;top:8px;background:var(--caffe);color:#fff;padding:10px 16px;border-radius:8px;z-index:200}
.skip-link:focus{left:16px}
:focus-visible{outline:2px solid var(--mattone);outline-offset:3px}

/* Ornement : filet fin et étoile, comme sur la carte imprimée */
.ornement{display:flex;align-items:center;gap:16px;padding:8px 0}
.ornement-line{flex:1;height:1px;background:var(--caffe);opacity:.7}
.ornement-star{width:18px;height:18px;fill:var(--terracotta);flex-shrink:0}

/* En-tête */
.site-header{position:sticky;top:0;background:var(--crema);z-index:20;transition:box-shadow .25s ease-out}
.site-header.scrolled{box-shadow:0 6px 20px rgba(30,22,17,.08)}
body.admin-bar .site-header{top:46px}
.bar{height:64px;display:flex;align-items:center;justify-content:space-between;gap:12px}
.brand img,.brand .mgc-image img{width:auto;height:32px}
.bar-right{display:flex;align-items:center;gap:8px}
.burger{display:inline-flex;align-items:center;gap:8px;height:40px;padding:0 14px 0 12px;border-radius:999px;border:1.5px solid var(--caffe);background:transparent;color:var(--caffe);font-family:var(--font-body);font-weight:600;font-size:14px;line-height:1;cursor:pointer}
.nav{display:none;position:fixed;inset:0;z-index:60;background:var(--crema);padding:0 20px 28px;flex-direction:column;overflow-y:auto;-webkit-overflow-scrolling:touch}
.nav.open{display:flex;animation:navIn .25s ease-out}
@keyframes navIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
body.nav-open{overflow:hidden}
.nav-top{height:64px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}
.nav-top img,.nav-top .mgc-image img{height:32px;width:auto}
.nav-close{width:44px;height:44px;border:1.5px solid var(--caffe);border-radius:50%;background:transparent;padding:0;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--caffe)}
.nav-list{display:flex;flex-direction:column;margin-top:8px;border-top:1px solid var(--caffe)}
.nav-list li{border-bottom:1px solid var(--line)}
.nav-list li a{display:block;color:var(--caffe);text-decoration:none;font-family:var(--font-display);font-size:30px;line-height:1.1;padding:18px 0}
.nav-list li a[aria-current=page],.nav-list li.current-menu-item>a{color:var(--mattone)}
.nav .nav-cta{margin-top:24px;color:#fff;width:100%}
.nav-tel{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:14px;min-height:44px;color:var(--caffe);text-decoration:none;font-size:17px;font-weight:500}
.nav-tel .ico{width:20px;height:20px}
@media (prefers-reduced-motion:reduce){.nav.open{animation:none}}
@media (min-width:783px){body.admin-bar .site-header{top:32px}}
@media (min-width:1024px){
  .wrap{padding-left:72px;padding-right:72px}
  .site-header{position:relative;top:auto}
  .site-header.scrolled{box-shadow:none}
  .bar{height:96px}
  .brand img,.brand .mgc-image img{height:44px}
  .only-mobile{display:none!important}
  .nav{display:flex;position:static;flex-direction:row;align-items:center;gap:36px;background:transparent;border:0;padding:0;overflow:visible;animation:none}
  .nav-list{flex-direction:row;gap:36px;margin:0;border:0}
  .nav-list li{border:0}
  .nav-list li a{display:inline;padding:0;font-family:var(--font-body);font-size:16px;font-weight:500;line-height:1.2}
  .nav-list li a[aria-current=page],.nav-list li.current-menu-item>a{text-decoration:underline;text-underline-offset:6px;text-decoration-thickness:2px}
  .nav .nav-cta{margin:0;height:48px;width:auto}
}
@media (max-width:1023px){
  .lc-nav{top:64px}
  body.admin-bar .lc-nav{top:110px}
  .lc-section{scroll-margin-top:130px}
}

/* Sections */
.section{padding:48px 0}
.section-white{background:var(--bianco)}
.section-head{display:flex;flex-direction:column;gap:10px;margin-bottom:22px}
.section-head .titles{display:flex;flex-direction:column;gap:12px}
.section-head h2{font-size:34px}
.section-head .hand{font-size:26px}
@media (min-width:1024px){
  .section{padding:96px 0}
  .section-head{flex-direction:row;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:40px}
  .section-head h2{font-size:46px}
  .section-head .hand{font-size:32px;padding-bottom:8px}
}

/* Bienvenue */
.hero{padding:32px 0 36px}
.hero-grid{display:grid;grid-template-columns:1fr;gap:24px;align-items:center}
.hero-text{display:flex;flex-direction:column;gap:18px}
.hero .hand{font-size:30px}
.hero h1{font-size:42px;line-height:1.05}
.hero p{font-size:17px}
.hero-actions{display:flex;flex-direction:column;gap:10px;margin-top:4px}
.hero-img,.hero-grid .mgc-image img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:16px}
@media (min-width:720px){.hero-actions{flex-direction:row;gap:14px}}
@media (min-width:1024px){
  .hero{padding:64px 0 56px}
  .hero-grid{grid-template-columns:1fr 1fr;gap:64px}
  .hero-text{gap:22px}
  .hero .hand{font-size:40px}
  .hero h1{font-size:74px;line-height:1.02}
  .hero p{font-size:20px;max-width:520px}
  .hero-img,.hero-grid .mgc-image img{aspect-ratio:auto;height:560px;border-radius:24px}
}

/* Cartes de la carte */
.cards{display:grid;grid-template-columns:1fr;gap:12px}
.card{display:grid;grid-template-columns:112px 1fr;gap:16px;padding:14px;background:var(--bianco);border:1px solid var(--line);border-radius:16px;text-decoration:none;color:var(--caffe);transition:transform .25s ease-out}
.card:hover{transform:translateY(-2px)}
.card>img,.card .mgc-image img{width:112px;height:112px;object-fit:cover;border-radius:12px}
.card-body{display:flex;flex-direction:column;gap:6px;justify-content:center}
.card-title{font-family:var(--font-display);font-size:22px;line-height:1.15}
.card-text{font-size:14px;line-height:1.4}
.card-meta{font-weight:600;font-size:14px;color:var(--mattone)}
.center{display:flex;justify-content:center;margin-top:24px}
.center .btn{width:100%}
@media (min-width:720px){
  .cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
  .card{display:flex;flex-direction:column;padding:0;border-radius:20px;overflow:hidden}
  .card>img,.card .mgc-image img{width:100%;height:auto;aspect-ratio:4/3;border-radius:0}
  .card-body{padding:24px 24px 26px;gap:10px;flex-grow:1}
  .card-title{font-size:26px}
  .card-text{font-size:16px;line-height:1.5}
  .card-meta{margin-top:auto;padding-top:10px;font-size:15px}
  .center .btn{width:auto}
}
@media (min-width:1024px){.cards{gap:32px}.card-body{padding:28px 28px 30px}.card-title{font-size:28px}.center{margin-top:40px}}

/* Le lieu */
.lieu-grid{display:grid;grid-template-columns:1fr;gap:18px}
.lieu-img,.lieu-grid>.mgc-image img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:16px}
.lieu-text{display:flex;flex-direction:column;gap:18px}
.lieu-text h2{font-size:34px}
.lieu-text p{font-size:16px;line-height:1.55}
.facts{display:flex;flex-direction:column;gap:10px}
.fact{display:flex;align-items:center;gap:12px;font-size:16px}
.dot{width:9px;height:9px;border-radius:50%;background:var(--terracotta);flex-shrink:0}
.mini{display:flex;align-items:center;gap:14px;padding:12px;border:1px solid var(--line);border-radius:14px;text-decoration:none;color:var(--caffe);background:var(--crema);transition:transform .25s ease-out}
.mini:hover{transform:translateY(-2px)}
.mini>img,.mini .mgc-image img{width:92px;height:76px;object-fit:cover;border-radius:10px;flex-shrink:0}
.mini-text{display:flex;flex-direction:column;gap:4px}
.mini-text .serif{font-size:19px}
.mini-text .muted{font-size:14px;line-height:1.35}
@media (min-width:1024px){
  .lieu-grid{grid-template-columns:1fr 1fr;gap:72px;align-items:center}
  .lieu-img,.lieu-grid>.mgc-image img{aspect-ratio:auto;height:568px;border-radius:24px}
  .lieu-text{gap:22px}
  .lieu-text h2{font-size:46px}
  .lieu-text p{font-size:18px;line-height:1.6}
  .fact{font-size:17px;gap:14px}
  .dot{width:10px;height:10px}
  .mini{padding:16px;gap:20px;border-radius:16px}
  .mini>img,.mini .mgc-image img{width:120px;height:88px}
  .mini-text .serif{font-size:22px}
  .mini-text .muted{font-size:15px}
}

/* Infos pratiques */
.infos{background:var(--bianco);border:1px solid var(--line);border-radius:20px;padding:24px;display:grid;grid-template-columns:1fr;gap:26px}
.infos h3{font-size:23px;margin-bottom:12px}
.infos .col{display:flex;flex-direction:column;gap:10px}
.hours{display:flex;flex-direction:column;gap:8px;font-size:16px;line-height:1.4}
.hours strong{font-weight:600}
.addr{font-size:16px;line-height:1.5}
.phone{font-family:var(--font-display);font-size:27px;color:var(--caffe);text-decoration:none}
.infos .btn{width:100%}
.section-infos{padding-bottom:48px}
@media (min-width:720px){.infos{grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;padding:32px}.infos .btn{width:auto;align-self:flex-start}}
@media (min-width:1024px){.infos{padding:40px 48px;gap:48px;border-radius:24px}.infos h3{font-size:26px}.phone{font-size:30px}}

/* Bandeau d'invitation */
.cta{padding:48px 0;text-align:center}
.cta-hand{font-size:30px;margin-bottom:12px}
.cta h2{font-size:34px;margin-bottom:10px}
.cta p{font-size:17px}
.cta-actions{display:flex;flex-direction:column;gap:10px;align-items:stretch;margin-top:22px}
.cta-left{align-items:flex-start}
.cta .small{margin-top:18px}
@media (min-width:720px){.cta-actions{flex-direction:row;justify-content:center;gap:14px}.cta-left{justify-content:flex-start}}
@media (min-width:1024px){.cta{padding:96px 0}.cta h2{font-size:46px}.cta p{font-size:19px}}

/* Pages : le lieu, événements, contact, réservation, génériques */
.page-hero{padding:32px 0 24px}
.page-hero .hand{font-size:30px}
.page-hero h1{font-size:40px;margin:12px 0 14px}
.page-hero p{font-size:17px;max-width:720px}
.section-photos{padding-bottom:8px}
.wide-img,.section-photos .wrap>.mgc-image img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:16px}
.gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:10px}
.gallery img,.gallery .mgc-image img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:12px}
.tiles{display:grid;grid-template-columns:1fr;gap:12px}
.tile{background:var(--bianco);border:1px solid var(--line);border-radius:16px;padding:22px;display:flex;flex-direction:column;gap:8px;text-decoration:none;color:var(--caffe)}
.tile h2,.tile h3,.tile-title{font-family:var(--font-display);font-size:24px;line-height:1.15}
.tile p,.tile .muted{font-size:15px;line-height:1.45}
.tile-link{transition:transform .25s ease-out}
.tile-link:hover{transform:translateY(-2px)}
.steps{display:grid;grid-template-columns:1fr;gap:14px}
.step{display:flex;gap:14px;align-items:flex-start;font-size:16px;line-height:1.45}
.step .num{font-family:var(--font-display);font-size:22px;color:var(--mattone);width:26px;flex-shrink:0;line-height:1.1}
.section-prose{padding:8px 0 64px}
.prose{max-width:820px;font-size:17px;line-height:1.7}
.prose-narrow{max-width:760px}
.prose h2{font-size:30px;margin:36px 0 12px}
.prose h3{font-size:23px;margin:28px 0 10px}
.prose p,.prose ul,.prose ol{margin:0 0 18px}
.prose ul{list-style:disc;padding-left:22px}
.prose ol{list-style:decimal;padding-left:22px}
.prose img{border-radius:16px}
.prose a{color:var(--mattone)}
.section-widget{padding:8px 0 24px}
.widget-frame{background:var(--bianco);border:1px solid var(--line);border-radius:20px;padding:12px;min-height:520px;max-width:400px;margin:0 auto}
.widget-frame iframe{width:100%;min-height:520px;border:0;display:block}
.section-widget .small{margin-top:16px}
@media (min-width:720px){.tiles{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:32px}.gallery{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}}
@media (min-width:1024px){
  .page-hero{padding:64px 0 40px}
  .page-hero .hand{font-size:40px}
  .page-hero h1{font-size:62px;margin:18px 0 18px}
  .page-hero p{font-size:19px}
  .wide-img,.section-photos .wrap>.mgc-image img{aspect-ratio:21/9;border-radius:24px}
  .gallery{margin-top:16px}
  .tiles{gap:24px}
  .tile{padding:28px;border-radius:20px}
  .tile h2,.tile h3,.tile-title{font-size:26px}
  .tile p,.tile .muted{font-size:16px}
  .widget-frame{padding:20px}
}

/* Icônes en trait fin */
.ico{width:20px;height:20px;flex-shrink:0;color:var(--mattone)}
.h-ico{display:flex;align-items:center;gap:10px}
.h-ico .ico{width:22px;height:22px}
.ico-line{display:flex;align-items:center;gap:8px}
.ico-line .ico{width:18px;height:18px}
.hero-notes{display:flex;flex-wrap:wrap;gap:10px 22px;margin-top:2px}
.hero-notes>span{display:inline-flex;align-items:center;gap:8px;font-size:15px;color:var(--muted)}
.hero-notes .ico{width:18px;height:18px}
.fact .ico{width:22px;height:22px}
.gm-logo,.fact-gm .mgc-image img,.tile-gm .mgc-image img,.foot-gm .mgc-image img{height:26px;width:auto;display:inline-block}
.fact-gm{gap:10px}
.tile-gm{display:inline-flex;height:44px;align-items:center;margin-bottom:4px}
.tile-gm .gm-logo,.tile-gm .mgc-image img{height:26px}
.tile-ico{display:inline-flex;width:44px;height:44px;border-radius:12px;background:var(--crema);align-items:center;justify-content:center;margin-bottom:4px}
.tile-ico .ico{width:22px;height:22px}
.site-footer .ico{color:var(--crema)}

/* Pied de page */
.site-footer{background:var(--mattone);color:var(--crema);padding:40px 0 28px;margin-top:24px}
.site-footer a{color:var(--crema);text-decoration:none}
.site-footer a:hover{text-decoration:underline}
.foot-row{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-bottom:22px}
.foot-brand img,.foot-brand .mgc-image img{height:34px;width:auto;filter:brightness(0) invert(1);opacity:.94}
.foot-social{display:flex;gap:10px}
.foot-social a{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border-radius:50%;border:1px solid rgba(240,236,221,.4);transition:background .25s ease-out}
.foot-social a:hover{background:rgba(240,236,221,.12);text-decoration:none}
.foot-social .ico{width:18px;height:18px;color:var(--crema)}
.foot-grid{display:grid;grid-template-columns:1fr;gap:28px;padding:32px 0 8px}
.foot-label{font-family:var(--font-body);font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:rgba(240,236,221,.72);margin:0 0 14px}
.foot-col p{font-size:15px;line-height:1.6;margin:0 0 6px}
.foot-soft{opacity:.72}
.foot-hours{margin:0}
.foot-hours div{margin-bottom:10px}
.foot-hours dt{font-size:15px;font-weight:600;line-height:1.4}
.foot-hours dd{margin:1px 0 0;font-size:15px;line-height:1.4;opacity:.85}
.foot-sign{display:flex;justify-content:center;margin:20px 0 22px}
.foot-sign img{width:76px;height:auto;opacity:.95}
.foot-bottom{padding-top:18px;display:flex;flex-direction:column;gap:12px;font-size:13px;opacity:.85}
.foot-legal{display:flex;flex-wrap:wrap;gap:8px 18px}
.foot-credit{font-size:13px}
@media (min-width:720px){.foot-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:32px}}
@media (min-width:1024px){
  .site-footer{padding:52px 0 32px;margin-top:0}
  .foot-row{padding-bottom:26px}
  .foot-brand img,.foot-brand .mgc-image img{height:40px}
  .foot-social{gap:12px}
  .foot-grid{gap:48px;padding:40px 0 8px}
  .foot-sign{margin:28px 0 26px}
  .foot-bottom{flex-direction:row;align-items:center;justify-content:space-between}
  .foot-legal{gap:24px}
}

/* ─────────────────────────────────────────────────────────────────────
   La carte : habillage du rendu produit par le module magari-carte
   ───────────────────────────────────────────────────────────────────── */
.carte-page{padding-bottom:40px}
.lc-hero{background-image:none!important;background:var(--crema)!important;position:relative;padding:32px 20px 8px;max-width:1296px;margin:0 auto}
.lc-hero-overlay{display:none}
.lc-hero-content{max-width:1152px;margin:0 auto;display:flex;flex-direction:column;gap:12px}
.lc-hero-overline{font-family:var(--font-hand);font-weight:600;font-size:34px;color:var(--mattone);line-height:1}
.lc-hero-title{font-size:40px;line-height:1.04;color:var(--caffe)}
.lc-hero-sub{font-size:17px;color:var(--muted);max-width:620px;margin:0}
.carte-illus{display:flex;justify-content:center;align-items:flex-end;gap:16px;margin:10px 0 4px}
.carte-illus img{height:auto;width:auto;max-width:30%;max-height:84px;object-fit:contain}
.lc-nav{position:sticky;top:0;z-index:10;background:var(--crema);padding:12px 20px}
.lc-nav-inner{max-width:1152px;margin:0 auto;display:flex;gap:10px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}
.lc-nav-inner::-webkit-scrollbar{display:none}
.lc-nav::after{content:"";position:absolute;right:0;top:0;bottom:0;width:48px;background:linear-gradient(90deg,rgba(240,236,221,0),var(--crema) 70%);pointer-events:none}
.lc-nav-link{flex-shrink:0;display:inline-flex;align-items:center;height:44px;padding:0 18px;border-radius:999px;border:1.5px solid var(--caffe);color:var(--caffe);text-decoration:none;font-weight:500;font-size:15px;background:var(--crema);transition:background .25s ease-out,color .25s ease-out}
.lc-nav-link.active,.lc-nav-link:hover{background:var(--mattone);border-color:var(--mattone);color:#fff}
.lc-section{padding:40px 20px 8px;scroll-margin-top:76px}
.lc-section-cream{background:var(--bianco);padding-top:48px;padding-bottom:40px;margin-top:32px}
.lc-container{max-width:1152px;margin:0 auto}
.lc-header{display:flex;flex-direction:column;align-items:flex-start;gap:4px;margin-bottom:18px;padding-bottom:14px;border-bottom:1.5px solid var(--caffe);position:relative}
.lc-header .lc-overline{order:-1}
.lc-header::after{content:"";position:absolute;left:0;bottom:-12px;width:1.5px;height:12px;background:var(--caffe)}
.lc-header h2{font-size:36px;color:var(--mattone)}
.lc-header h2 em{font-family:var(--font-display);font-style:italic;font-weight:400;color:var(--caffe)}
.lc-overline{font-family:var(--font-hand);font-weight:500;font-size:26px;color:var(--caffe);line-height:1}
.lc-header-desc{font-size:15px;color:var(--muted);margin:6px 0 0;max-width:720px}
.lc-reveal{opacity:1;transform:none}
.lc-grid{display:grid;grid-template-columns:1fr;gap:0}
.lc-item{padding:14px 0;border-bottom:1px solid var(--line)}
.lc-item-top{display:flex;justify-content:space-between;align-items:baseline;gap:16px}
.lc-item-top h4,.lc-item-top h3{font-size:20px;line-height:1.2}
.lc-item p{font-size:15px;line-height:1.45;color:var(--muted);margin:4px 0 0}
.lc-price{font-weight:600;font-size:17px;color:var(--mattone);white-space:nowrap}
.lc-price sup{font-size:.7em;vertical-align:baseline;position:relative;top:-.35em}
.lc-price-lg{font-size:20px}
.lc-sup{display:block;font-size:13px;line-height:1.4;color:var(--mattone);margin-top:4px;font-weight:500}
.lc-weight{font-size:14px;color:var(--muted);font-weight:400;margin-left:6px}
.lc-v{display:inline-block;margin-left:8px;font-size:12px;font-weight:600;color:#4C7A3F;letter-spacing:.06em;vertical-align:middle}
.lc-note{font-size:14px;line-height:1.45;color:var(--muted);margin:16px 0 0}
.lc-muted{color:var(--muted)}
.lc-banner{background:var(--bianco);border:1px solid var(--line);border-radius:20px;padding:22px;display:flex;flex-direction:column;gap:10px;margin-bottom:12px}
.lc-banner-text strong{font-family:var(--font-display);font-weight:400;font-size:24px;line-height:1.15;display:block;margin-bottom:6px}
.lc-banner-text p{font-size:15px;line-height:1.45;color:var(--muted);margin:0}
.lc-banner-price{font-family:var(--font-display);font-size:34px;line-height:1;color:var(--mattone)}
.lc-banner-price sup{font-size:.5em;vertical-align:baseline;position:relative;top:-.6em}
.lc-formules{display:grid;grid-template-columns:1fr;gap:16px}
.lc-formule:only-child{grid-column:1/-1}
.lc-formule{background:var(--bianco);border:1px solid var(--line);border-radius:20px;overflow:hidden;display:flex;flex-direction:column;position:relative}
.lc-formule-star-label{position:absolute;top:14px;left:14px;z-index:2;background:var(--mattone);color:#fff;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:6px 12px;border-radius:999px}
.lc-formule-photo img{width:100%;aspect-ratio:4/3;object-fit:cover}
.lc-formule-body{padding:22px;display:flex;flex-direction:column;gap:10px}
.lc-formule-badge{font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--mattone)}
.lc-formule-body h3{font-size:28px}
.lc-formule-desc{font-size:15px;color:var(--muted);line-height:1.45;margin:0}
.lc-formule-price{font-family:var(--font-display);font-size:36px;line-height:1;color:var(--mattone)}
.lc-formule-price sup{font-size:.5em;vertical-align:baseline;position:relative;top:-.6em}
.lc-formule-price span{font-family:var(--font-body);font-size:14px;color:var(--muted);margin-left:6px}
.lc-formule-dual{display:flex;gap:24px;align-items:flex-start}
.lc-dual-col{display:flex;flex-direction:column;gap:6px}
.lc-dual-price{font-family:var(--font-display);font-size:36px;line-height:1;color:var(--mattone)}
.lc-dual-price sup{font-size:.5em;vertical-align:baseline;position:relative;top:-.6em}
.lc-dual-label{font-size:14px;font-weight:600}
.lc-dual-info{font-size:14px;color:var(--muted);line-height:1.35}
.lc-dual-sep{width:1px;background:var(--line);align-self:stretch}
.lc-formule-details p{font-size:15px;color:var(--muted);margin:0;line-height:1.5}
.lc-formule-incl{font-size:14px;color:var(--mattone);font-weight:500;margin:0}
.lc-signatures{display:grid;grid-template-columns:1fr;gap:12px;margin:16px 0}
.lc-signature{background:var(--bianco);border:1px solid var(--line);border-radius:16px;padding:18px}
.lc-signature-label{font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--mattone);margin-bottom:8px}
.lc-signature p{font-size:15px;line-height:1.45;color:var(--muted);margin:4px 0 0}
.lc-premium{margin:20px 0 8px;padding:20px;background:var(--bianco);border:1px solid var(--line);border-radius:20px}
.lc-premium-label{font-family:var(--font-hand);font-weight:600;font-size:30px;color:var(--mattone);line-height:1;margin-bottom:8px}
.lc-premium-items{display:grid;grid-template-columns:1fr;gap:0}
.lc-premium-item{padding:12px 0;border-bottom:1px solid var(--line)}
.lc-premium-item:last-child{border-bottom:0}
.lc-premium-item p{font-size:15px;line-height:1.45;color:var(--muted);margin:4px 0 0}
.lc-premium-sep{display:none}
.lc-mini-pasta,.lc-accomp,.lc-gelato-badge{background:var(--bianco);border:1px solid var(--line);border-radius:16px;padding:18px;margin-top:16px}
.lc-mini-pasta-top{display:flex;justify-content:space-between;align-items:baseline;gap:16px}
.lc-mini-pasta-top h3{font-size:22px}
.lc-mini-pasta p,.lc-accomp p,.lc-gelato p{font-size:15px;color:var(--muted);line-height:1.45;margin:6px 0 0}
.lc-accomp{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px 12px}
.lc-accomp h4{font-size:20px}
.lc-accomp-price{font-weight:600;color:var(--mattone)}
.lc-pills{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px;width:100%}
.lc-pills span{display:inline-flex;align-items:center;height:32px;padding:0 12px;border-radius:999px;border:1px solid var(--line);font-size:14px;background:var(--crema)}
.lc-pills-light span,.lc-pills-cream span{background:var(--crema)}
.lc-gelato{display:grid;grid-template-columns:1fr;gap:16px}
.lc-gelato-main .lc-item-top h3{font-size:24px}
.lc-gelato-badge strong{font-family:var(--font-display);font-weight:400;font-size:20px;display:block;margin-bottom:4px}
.lc-gelato-badge{margin-top:0}
.lc-break{max-width:1152px;margin:28px auto 8px;border-radius:20px;overflow:hidden;position:relative;min-height:240px;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;padding:32px 20px}
.lc-break-short{min-height:200px}
.lc-break-overlay{position:absolute;inset:0;background:rgba(30,22,17,.42)}
.lc-break-quote{position:relative;margin:0;font-family:var(--font-hand);font-weight:600;font-size:34px;line-height:1.1;color:#fff;text-align:center;max-width:720px}
.lc-break-quote em{font-style:normal;color:#fff}
.lc-cta{background-image:none!important;background:var(--bianco)!important;position:relative;padding:48px 20px;margin-top:40px;text-align:center}
.lc-cta-overlay{display:none}
.lc-cta-content{max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:12px;align-items:center}
.lc-cta .lc-overline{color:var(--mattone)!important;font-size:30px}
.lc-cta h2{font-size:34px;color:var(--caffe)}
.lc-cta p{font-size:17px;color:var(--muted);margin:0}
.lc-btn-white{display:inline-flex;align-items:center;justify-content:center;height:52px;padding:0 26px;border-radius:999px;background:var(--mattone);color:#fff;font-weight:600;font-size:16px;text-decoration:none;margin-top:8px}
@media (min-width:720px){
  .lc-grid,.lc-grid-large{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 48px}
  .lc-formules{grid-template-columns:repeat(3,minmax(0,1fr))}
  .lc-signatures{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
  .lc-premium-items{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 40px}
  .lc-gelato{grid-template-columns:1.4fr 1fr;align-items:start}
  .lc-nav-inner{flex-wrap:wrap;overflow:visible}
  .lc-nav::after{display:none}
}
@media (min-width:1024px){
  .carte-page{padding-bottom:0}
  .lc-hero{padding:56px 72px 16px;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);gap:48px;align-items:center}
  .lc-hero-content{margin:0;max-width:none;justify-self:start}
  .lc-hero-overline{font-size:40px}
  .lc-hero-title{font-size:62px}
  .lc-hero-sub{font-size:18px}
  .carte-illus{display:flex;justify-content:center;align-items:flex-end;gap:28px}
  .carte-illus img{height:auto;width:auto;max-width:30%;max-height:150px;object-fit:contain}
  .lc-nav{padding:14px 72px}
  .lc-section{padding:56px 72px 8px;scroll-margin-top:90px}
  .lc-section-cream{padding-top:64px;padding-bottom:48px;margin-top:48px}
  .lc-header{margin-bottom:28px;gap:6px}
  .lc-header h2{font-size:46px}
  .lc-overline{font-size:30px}
  .lc-header-desc{font-size:16px}
  .lc-grid,.lc-grid-large{gap:0 72px}
  .lc-item{padding:16px 0}
  .lc-item-top h4,.lc-item-top h3{font-size:21px}
  .lc-formules{gap:24px}
  .lc-formule:only-child{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);align-items:stretch}
  .lc-formule:only-child .lc-formule-photo img{height:100%;min-height:380px;aspect-ratio:auto}
  .lc-formule:only-child .lc-formule-body{padding:40px;justify-content:center}
  .lc-formule-body{padding:28px}
  .lc-formule-body h3{font-size:30px}
  .lc-break{min-height:320px;margin:40px auto 8px;border-radius:24px}
  .lc-cta{padding:80px 72px}
  .lc-cta h2{font-size:46px}
}

/* Journal */
.mg-post-cat{text-decoration:none;display:inline-block}
.mg-post-meta{font-size:16px}
.mg-post-sep{margin:0 8px}
.mg-journal{padding:24px 0 64px}
.mg-journal-inner{max-width:1296px;margin:0 auto;padding:0 20px}
.mg-journal-grid{display:grid;grid-template-columns:1fr;gap:16px}
.mg-article-carte{background:var(--bianco);border:1px solid var(--line);border-radius:20px;overflow:hidden;transition:transform .25s ease-out}
.mg-article-carte:hover{transform:translateY(-2px)}
.mg-article-lien{display:block;color:var(--caffe);text-decoration:none}
.mg-article-photo img{width:100%;aspect-ratio:4/3;object-fit:cover}
.mg-article-corps{padding:22px;display:flex;flex-direction:column;gap:8px}
.mg-article-cat{font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--mattone)}
.mg-article-titre{font-size:24px;line-height:1.15}
.mg-article-extrait{font-size:15px;line-height:1.5;color:var(--muted);margin:0}
.mg-article-meta{font-size:13px;color:var(--muted)}
.mg-journal-pagination{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:32px}
.mg-journal-pagination a,.mg-journal-pagination span{display:inline-flex;align-items:center;height:44px;padding:0 16px;border-radius:999px;border:1.5px solid var(--caffe);color:var(--caffe);text-decoration:none;font-weight:500}
.mg-journal-pagination .current{background:var(--mattone);border-color:var(--mattone);color:#fff}
.mg-journal-vide{text-align:center;max-width:560px;margin:0 auto;padding:24px 0 40px}
.mg-journal-vide h2{font-size:34px;margin-bottom:12px}
.mg-journal-vide p{color:var(--muted);margin-bottom:22px}
.mg-journal-recherche{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}
.mg-journal-recherche input{height:52px;padding:0 20px;border-radius:999px;border:1.5px solid var(--caffe);background:var(--bianco);font:inherit;font-size:16px;min-width:240px}
.mg-journal-recherche button{height:52px;padding:0 26px;border-radius:999px;border:0;background:var(--mattone);color:#fff;font:inherit;font-weight:600;font-size:16px;cursor:pointer}
.mg-journal-btn,.mg-post-btn,.mg-post-retour{display:inline-flex;align-items:center;justify-content:center;height:52px;padding:0 26px;border-radius:999px;background:var(--mattone);color:#fff;font-weight:600;font-size:16px;text-decoration:none}
.mg-post-retour{background:transparent;color:var(--caffe);border:1.5px solid var(--caffe);margin-top:24px}
.mg-post-corps{padding:24px 0 40px}
.mg-post-inner{max-width:820px;margin:0 auto;padding:0 20px;font-size:17px;line-height:1.7}
.mg-post-chapo{font-size:20px;line-height:1.55;color:var(--muted);margin:0 0 24px}
.mg-post-contenu p,.mg-post-contenu ul,.mg-post-contenu ol{margin:0 0 18px}
.mg-post-contenu ul{list-style:disc;padding-left:22px}
.mg-post-contenu ol{list-style:decimal;padding-left:22px}
.mg-post-contenu img{border-radius:16px}
.mg-post-contenu h2{font-size:30px;margin:36px 0 12px}
.mg-post-contenu h3{font-size:23px;margin:28px 0 10px}
.mg-post-pages{display:flex;gap:8px;margin:16px 0}
.mg-post-tags{display:flex;flex-wrap:wrap;gap:8px;margin:24px 0 0}
.mg-post-tags a{font-size:14px;padding:6px 12px;border-radius:999px;border:1px solid var(--line);color:var(--caffe);text-decoration:none}
.mg-post-nav{padding:0 0 48px}
.mg-post-nav-inner{max-width:820px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;gap:16px}
.mg-post-nav-lien{display:flex;flex-direction:column;gap:4px;color:var(--caffe);text-decoration:none;max-width:48%}
.mg-post-nav-lien span{font-size:13px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--mattone)}
.mg-post-nav-lien strong{font-family:var(--font-display);font-weight:400;font-size:20px;line-height:1.2}
.mg-post-nav-droite{text-align:right;margin-left:auto}
.mg-post-cta{padding:48px 0;text-align:center;background:var(--bianco)}
.mg-post-cta-inner{max-width:640px;margin:0 auto;padding:0 20px;display:flex;flex-direction:column;gap:12px;align-items:center}
.mg-post-cta h2{font-size:34px}
.mg-post-cta p{color:var(--muted)}
@media (min-width:720px){.mg-journal-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}}
@media (min-width:1024px){
  .mg-journal{padding:32px 0 96px}
  .mg-journal-inner{padding:0 72px}
  .mg-journal-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:32px}
  .mg-post-cta{padding:96px 0}
  .mg-post-cta h2{font-size:46px}
}
