/* Sorrene V3 — Bootstrap 5, identité bordeaux / blanc conservée. */
:root {
    --wine: #6a1a14;
    --wine-dark: #411410;
    --paper: #f4f0e8;
    --ink: #211d1a;
    --muted: #746b63;
    --line: #d9d1c5;
}
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; line-height: 1.7; }
a { color: inherit; text-underline-offset: 5px; }
a:hover { color: var(--wine); }
img { max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
:focus-visible { outline: 3px solid #ba6b46; outline-offset: 5px; }
.container { max-width: 1240px; }
h1, h2, h3, h4 { line-height: 1.05; letter-spacing: -.04em; font-weight: 700; }
h1 { font-size: clamp(3rem, 6.6vw, 6.8rem); }
h2 { font-size: clamp(2.4rem, 4.1vw, 4.5rem); }
h3 { font-size: 1.45rem; }
em { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
p { margin-bottom: 1.2rem; }
.eyebrow { font-size: .72rem; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; margin-bottom: 1.4rem; }
.lead { font-size: clamp(1.1rem, 1.6vw, 1.35rem); line-height: 1.7; font-weight: 400; }
.section-pad { padding: 100px 0; }
.page-heading { margin-bottom: 65px; }
.page-heading h1 { margin-bottom: 25px; }
.btn { border-radius: 0; padding: 14px 23px; font-size: .78rem; font-weight: 700; letter-spacing: .04em; min-height: 48px; }
.btn-primary { --bs-btn-bg: var(--wine); --bs-btn-border-color: var(--wine); --bs-btn-hover-bg: var(--wine-dark); --bs-btn-hover-border-color: var(--wine-dark); }
.btn-light { --bs-btn-bg: var(--paper); --bs-btn-border-color: var(--paper); }
.btn-outline-dark { --bs-btn-color: var(--ink); --bs-btn-border-color: var(--ink); }
.text-link { display: inline-block; font-size: .85rem; font-weight: 700; border-bottom: 1px solid; padding-bottom: 6px; text-decoration: none; }
.skip-link { position: fixed; left: 15px; top: -100px; z-index: 2000; padding: 10px 20px; background: #fff; }
.skip-link:focus { top: 10px; }
.site-header { position: relative; z-index: 1030; background: var(--wine); }
.home-header { position: absolute; top: 0; width: 100%; background: linear-gradient(#0009, transparent); }
.site-nav { padding: 25px 4%; border-bottom: 1px solid #ffffff30; }
.navbar-brand img { width: 185px; height: auto; }
.navbar-nav { gap: 19px; }
.navbar .nav-link { color: #fff; font-size: .76rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.navbar .nav-link:hover, .navbar .nav-link[aria-current] { color: #fff; text-decoration: underline; }
.language-link { opacity: .7; }
.nav-booking { margin-left: 12px; padding: 11px 15px; }
.hero { position: relative; min-height: 760px; height: 96svh; max-height: 1150px; background: #221916; color: #fff; display: flex; align-items: flex-end; }
.hero-video, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-shade { background: linear-gradient(90deg, #1509068c, #0001 80%), linear-gradient(0deg, #100905ad, transparent 75%); }
.hero-content { position: relative; z-index: 1; padding-bottom: 135px; }
.hero h1 { font-size: clamp(3.5rem, 6.5vw, 6.8rem); line-height: .98; max-width: 820px; color: #fff; }
.hero h1 em { color: #ecd5bb; }
.hero-bottom { position: absolute; z-index: 2; bottom: 28px; left: 4%; right: 4%; display: flex; gap: 20px; align-items: center; justify-content: space-between; font-size: .67rem; letter-spacing: .13em; }
.hero-bottom > a { font-size: 1.8rem; color: white; text-decoration: none; }
.video-toggle { background: none; color: white; border: 1px solid #ffffff60; padding: 10px 15px; margin-left: auto; min-height: 44px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 25px; margin-bottom: 55px; }
.section-heading h2 { margin: 0; }
.show-row { display: grid; grid-template-columns: 180px 1fr auto; gap: 25px; align-items: start; padding: 30px 0; border-top: 1px solid var(--line); }
.show-row:last-child { border-bottom: 1px solid var(--line); }
.show-row time { text-transform: uppercase; color: var(--wine); font-size: .86rem; font-weight: 700; padding-top: 4px; }
.show-info p { margin: 7px 0; color: var(--muted); font-size: .9rem; }
.show-info details { font-size: .8rem; margin-top: 7px; }
.show-info details p { max-width: 630px; }
.show-poster { width: 240px; max-height: 340px; object-fit: contain; object-position: left; margin-top: 15px; }
.status-tag { font-size: .75rem; border: 1px solid var(--line); padding: 12px 20px; display: inline-block; }
.album-section { background: var(--wine); color: var(--paper); }
.album-art { padding: 10px 30px 10px 0; }
.album-art img { width: 100%; box-shadow: 20px 20px 0 #ffffff0a; }
.album-copy { padding-left: 35px; }
.album-copy h2 { font-size: clamp(4rem, 6.5vw, 7rem); margin-bottom: 30px; }
.platforms { display: flex; flex-wrap: wrap; gap: 20px; font-size: .82rem; padding-top: 15px; }
.platforms a:hover { color: #fff; }
.artist-section h2 { margin-bottom: 32px; }
.artist-portrait { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; filter: saturate(.65); }
.booking-strip { padding: 65px 0; background: var(--wine); color: white; }
.booking-strip h2 { font-size: clamp(2rem, 3.4vw, 3.7rem); }
.site-footer { padding: 80px 0 20px; background: #1d1917; color: #e9e0d6; }
.footer-logo { width: 250px; }
.site-footer a:hover { color: white; }
.social-links { display: flex; flex-wrap: wrap; gap: 12px 20px; font-size: .8rem; max-width: 360px; }
.footer-nav { list-style: none; padding: 0; }
.footer-nav li { margin-bottom: 9px; }
.footer-nav a { text-decoration: none; font-size: .9rem; }
.footer-bottom { margin-top: 70px; padding-top: 25px; border-top: 1px solid #ffffff25; display: flex; justify-content: space-between; gap: 15px; flex-wrap: wrap; font-size: .72rem; color: #c4b8aa; }
.site-footer .form-control { border-radius: 0; background: #ffffff0b; color: white; border-color: #ffffff50; min-height: 44px; }
.site-footer .form-control::placeholder { color: #c4b8aa; }
.site-footer .text-muted, .site-footer .text-white-muted { color: #c4b8aa !important; }
.site-footer .text-exxs { font-size: .66rem; }
.site-footer .text-success { color: #e9e0d6 !important; }
.site-footer h4 { font-size: 1.4rem; }
.site-footer .btn-primary { background: #e9e0d6; border-color: #e9e0d6; color: #211d1a; }
.prose { max-width: 800px; font-size: 1.07rem; }
.prose p { margin-bottom: 1.7rem; }
.bio-quote { font: italic clamp(1.7rem, 3vw, 3rem)/1.3 Georgia, serif; color: var(--wine); margin-top: 40px; }
.archive-disclosure { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 20px 0; }
.archive-disclosure > summary { font-size: 1.1rem; font-weight: 700; }
.empty-state { padding: 35px; border: 1px solid var(--line); }
/* Compatibilité avec les archives et les adresses partagées de V2. */
.bg-black, .bg-dark, .bg-bio { background: var(--paper) !important; color: var(--ink) !important; }
.bg-black .text-white, .bg-dark .text-white, .bg-bio .text-white { color: var(--ink) !important; }
.legacy-content { color: var(--ink); }
.legacy-content .text-white { color: var(--ink) !important; }
.legacy-content .container > .row:first-child:has(h2), .legacy-content .container > .row:first-child:has(.h2) { display: none; }
.legacy-content .border-bottom { border-color: var(--line) !important; padding-bottom: 30px; }
.legacy-content .card, .bg-bio .card { background: transparent; border: 0 !important; text-align: left !important; box-shadow: none !important; }
.legacy-content .card-body, .bg-bio .card-body { padding: 22px 0; }
.legacy-content .card-footer, .bg-bio .card-footer { background: none; border-color: var(--line); padding: 15px 0; text-align: left !important; }
.legacy-content .card > img, .bg-bio .card > img { aspect-ratio: 4/3; object-fit: cover; }
.legacy-content .text-exs { font-size: .9rem; }
.legacy-content iframe { max-width: 100%; }
.legacy-content .imgWhite { filter: none; }
.legacy-content h4 { font-size: 2rem; }
.legacy-content .col-md-8 > p:not(.h6) { max-width: 760px; }
.music-content .row.border-bottom { margin: 0 0 60px !important; gap: 25px; justify-content: space-between !important; }
.music-content .col-md-3 { margin-left: 0 !important; }
.music-content .col-md-3 img { width: 100%; border: 0 !important; border-radius: 0 !important; }
.music-content .col-md-8 { width: 66%; }
.music-content .col-md-8 > p:not(.h6) { font-size: .95rem; }
.modal-content { border-radius: 0; }
.linkp-main { background: var(--paper); }
.linkp-frame { width: 100%; min-height: 70vh; border: 1px solid var(--line); background: white; }
.contact-panel { padding: 35px; background: #eae3d8; }
.form-control, .form-select { border-radius: 0; border-color: #aaa196; min-height: 46px; }
.admin-body { background: var(--paper); }
.admin-wrap { max-width: 1140px; padding: 45px 20px 90px; margin: auto; }
.admin-card { background: white; padding: 30px; border: 1px solid var(--line); }
.admin-table { vertical-align: middle; }
.admin-table .btn { padding: 9px 12px; }
@media (min-width: 1400px) { .container { max-width: 1280px; } }
@media (max-width: 991px) {
    .site-nav { padding: 18px 5%; }
    .navbar-collapse { background: var(--wine); margin: 16px -5.5% -18px; padding: 25px; }
    .navbar-nav { gap: 8px; }
    .nav-booking { margin: 12px 0 0; }
    .hero { min-height: 690px; }
    .hero-content { padding-left: 6%; padding-right: 6%; }
    .show-row { grid-template-columns: 145px 1fr auto; gap: 18px; }
}
@media (max-width: 767px) {
    .container { padding-left: 24px; padding-right: 24px; }
    .section-pad { padding: 65px 0; }
    .hero { min-height: 650px; height: 92svh; }
    .hero-content { padding-bottom: 130px; }
    .hero h1 { font-size: clamp(3.2rem, 12vw, 5rem); }
    .hero-bottom { font-size: .55rem; gap: 10px; }
    .hero-video { object-position: 57% center; }
    .hero-content .btn { padding: 12px 15px; font-size: .72rem; }
    .section-heading { display: block; margin-bottom: 35px; }
    .section-heading .text-link { margin-top: 25px; }
    .show-row { grid-template-columns: 1fr auto; gap: 10px 15px; padding: 25px 0; }
    .show-row time { grid-column: 1/-1; font-size: .75rem; }
    .show-info h3 { font-size: 1.2rem; }
    .show-action .btn { padding: 10px; font-size: .66rem; }
    .album-art { padding: 0; }
    .album-copy { padding-left: 12px; }
    .page-heading { margin-bottom: 40px; }
    .legacy-content .row { margin-left: 0 !important; margin-right: 0 !important; }
    .legacy-content .col-3 { width: 50%; margin-bottom: 20px; }
    .legacy-content .col-md-3 { margin-left: 0 !important; }
    .music-content .col-md-8 { width: 100%; }
    .music-content .col-md-3 img { max-width: 320px; }
    .contact-panel { padding: 24px; }
    .site-footer { padding-top: 55px; }
    .footer-bottom { margin-top: 45px; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
.shared-content { max-width: 1240px; margin: auto; padding-left: 24px; padding-right: 24px; }
.shared-content .container-fluid { margin-top: 0 !important; }
.shared-content .card { background: transparent; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; box-shadow: none !important; padding: 25px 0; }
.shared-content .modal-dialog { max-width: min(1140px, 94vw); }
.shared-frame { width: 100%; min-height: 70vh; border: 0; background: #fff; }
.shared-content .modal-body { padding: 0; }
@media (max-width: 767px) { .shared-content img { max-width: 100% !important; width: auto; } }
.video-card { display: block; position: relative; }
.video-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.video-card span { position: absolute; bottom: 12px; right: 12px; background: var(--wine); color: white; font-size: 24px; padding: 2px 14px; }
.gallery-image { width: 100%; aspect-ratio: 4/5; object-fit: cover; }

/* Les liens des plateformes restent sans trait entre les icônes. */
a.music-platform-link,
a.music-platform-link:hover,
a.music-platform-link:focus {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    text-decoration: none;
    border: 0;
    margin-right: 6px;
}
a.music-platform-link img {
    display: block;
    width: 30px;
    height: 30px;
    object-fit: contain;
    background: transparent;
}
