/* ═══════════════════════════════════════════════════════════════════════════
   PAPIER BARYTÉ — L1
   Peau claire livre photo. Une serif (Newsreader). Structure A1 (still).
   Aucun texte, aucune géographie dans le thème.
═══════════════════════════════════════════════════════════════════════════ */

[data-theme="papier-baryte"] {
  --color-bg-primary:    #F3EFE6;
  --color-bg-secondary:  #E8E2D6;
  --color-bg-surface:    rgba(243, 239, 230, 0.96);
  --color-bg-card:       #F7F4EC;
  --color-text-primary:  #1C1916;
  --color-text-secondary:#5C564C;
  --color-text-muted:    #8A8478;
  --color-accent:        #6B5E4E;
  --color-accent-dark:   #3F382F;
  --color-accent-light:  #8A7355;
  --color-accent-rgb:    107, 94, 78;
  --color-border:        rgba(28, 25, 22, 0.10);
  --color-border-strong: rgba(28, 25, 22, 0.22);
  --shadow-accent:       none;
  --gradient-surface:    #F3EFE6;
  --font-heading:        'Newsreader', Georgia, serif;
  --font-body:           'Newsreader', Georgia, serif;
  --site-font-heading:   'Newsreader', Georgia, serif;
  --site-font-body:      'Newsreader', Georgia, serif;
  --radius-sm: 0;
  --radius-md: 0;
  --radius-lg: 0;
  --color-text-custom:   #1C1916;
  --color-heading-custom:#1C1916;
  --color-accent-override: #6B5E4E;
}

html[data-theme="papier-baryte"],
[data-theme="papier-baryte"] html,
[data-theme="papier-baryte"] body {
  background: #F3EFE6 !important;
  color: #1C1916 !important;
  font-family: var(--site-font-body, 'Newsreader', Georgia, serif);
}

[data-theme="papier-baryte"] body::before {
  display: none !important;
}

[data-theme="papier-baryte"] #page-canvas,
[data-theme="papier-baryte"] #page-canvas .page-bg-fill {
  background-color: #F3EFE6;
}

[data-theme="papier-baryte"] body,
[data-theme="papier-baryte"] #admin-bar,
[data-theme="papier-baryte"] .site-footer,
[data-theme="papier-baryte"] .nav-link,
[data-theme="papier-baryte"] .nav-mobile-link,
[data-theme="papier-baryte"] #site-name-display,
[data-theme="papier-baryte"] h1,
[data-theme="papier-baryte"] h2,
[data-theme="papier-baryte"] h3,
[data-theme="papier-baryte"] h4,
[data-theme="papier-baryte"] input,
[data-theme="papier-baryte"] select,
[data-theme="papier-baryte"] textarea,
[data-theme="papier-baryte"] button,
[data-theme="papier-baryte"] .contact-form,
[data-theme="papier-baryte"] .gallery-filter-btn,
[data-theme="papier-baryte"] .gallery-block-title,
[data-theme="papier-baryte"] .footer-title,
[data-theme="papier-baryte"] .footer-text,
[data-theme="papier-baryte"] .footer-link,
[data-theme="papier-baryte"] .footer-copyright,
[data-theme="papier-baryte"] .el-text-inner,
[data-theme="papier-baryte"] .el-text-inner *:not(i):not([class^="fa"]) {
  font-family: var(--site-font-body, 'Newsreader', Georgia, 'Times New Roman', serif) !important;
}

body:not(.admin-mode) #btn-design-studio,
body:not(.admin-mode) #btn-theme,
body:not(.admin-mode) #btn-site-settings,
body:not(.admin-mode) #btn-edit-toggle {
  display: none !important;
}

body:not(.admin-mode) .nav-link i,
body:not(.admin-mode) .nav-mobile-link i,
body:not(.admin-mode) .admin-logo i {
  display: none !important;
}

[data-theme="papier-baryte"] body:not(.admin-mode) .nav-link,
[data-theme="papier-baryte"] body:not(.admin-mode) .nav-mobile-link {
  font-size: 0.95rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.01em !important;
  text-transform: none !important;
  color: #1C1916 !important;
}

[data-theme="papier-baryte"] #admin-bar {
  border-bottom: 1px solid rgba(28, 25, 22, 0.08) !important;
  background: rgba(243, 239, 230, 0.88) !important;
}

[data-theme="papier-baryte"] body:not(.edit-mode) #admin-bar {
  background: rgba(243, 239, 230, 0.78) !important;
  border-bottom: 1px solid rgba(28, 25, 22, 0.06) !important;
  box-shadow: none !important;
}

[data-theme="papier-baryte"] body:not(.edit-mode) .nav-link,
[data-theme="papier-baryte"] body:not(.edit-mode) #site-name-display {
  color: #1C1916 !important;
}

[data-theme="papier-baryte"] .nav-link.active,
[data-theme="papier-baryte"] .nav-link:hover {
  color: #1C1916 !important;
}

[data-theme="papier-baryte"] .nav-link::after {
  background: rgba(28, 25, 22, 0.45) !important;
  height: 1px !important;
}

/* Photo en tirage : plus de diaporama — fond plat crème */
[data-theme="papier-baryte"] body[data-page="home"]:not(.edit-mode) .page-bg-slideshow,
[data-theme="papier-baryte"] body[data-page="home"]:not(.edit-mode) .page-bg-video,
[data-theme="papier-baryte"] body[data-page="home"]:not(.edit-mode) .page-bg-overlay {
  display: none !important;
}

[data-theme="papier-baryte"] body[data-page="home"] #page-canvas.has-media-bg .page-bg-overlay {
  display: none !important;
}

[data-theme="papier-baryte"] body[data-page="home"] #page-canvas::after {
  display: none !important;
}

[data-theme="papier-baryte"] #scroll-hint {
  color: rgba(28, 25, 22, 0.42) !important;
  font-family: var(--site-font-body, 'Newsreader', Georgia, serif) !important;
  letter-spacing: 0.04em !important;
  text-transform: none !important;
}

[data-theme="papier-baryte"] .el-separator hr,
[data-theme="papier-baryte"] .el-separator .sep-line {
  background: rgba(28, 25, 22, 0.28) !important;
}

[data-theme="papier-baryte"] .gallery-block-title-wrap::after,
[data-theme="papier-baryte"] .gallery-filter-btn.active {
  background: rgba(28, 25, 22, 0.06) !important;
  border-color: rgba(28, 25, 22, 0.28) !important;
  color: #1C1916 !important;
}

[data-theme="papier-baryte"] .site-footer {
  background: #E8E2D6 !important;
  border-top: 1px solid rgba(28, 25, 22, 0.08) !important;
  color: #1C1916 !important;
}

[data-theme="papier-baryte"] .btn-admin,
[data-theme="papier-baryte"] .btn-edit {
  border-color: rgba(28, 25, 22, 0.16) !important;
  background: rgba(28, 25, 22, 0.04) !important;
  color: #1C1916 !important;
}

[data-theme="papier-baryte"] .gallery-item-exif {
  font-family: var(--site-font-body, 'Newsreader', Georgia, serif) !important;
}

/* ── Chrome admin / édition (clair, aligné sur le papier) ── */
[data-theme="papier-baryte"] .ds-editor-bar {
  background: rgba(28, 25, 22, 0.04);
  border-color: rgba(28, 25, 22, 0.10);
}
[data-theme="papier-baryte"] .ds-editor-group {
  border-right-color: rgba(28, 25, 22, 0.08);
}
[data-theme="papier-baryte"] .editor-bar {
  background: #F3EFE6 !important;
  border-bottom: 1px solid rgba(28, 25, 22, 0.10) !important;
  box-shadow: none !important;
}
[data-theme="papier-baryte"] .editor-bar-group {
  border-right-color: rgba(28, 25, 22, 0.08);
}
[data-theme="papier-baryte"] .editor-bar-label {
  color: rgba(28, 25, 22, 0.42);
}
[data-theme="papier-baryte"] #editor-page-chip {
  color: #1C1916;
}
[data-theme="papier-baryte"] .ebtn {
  background: rgba(28, 25, 22, 0.04);
  border-color: rgba(28, 25, 22, 0.12);
  color: #1C1916;
}
[data-theme="papier-baryte"] .ebtn:hover {
  background: rgba(28, 25, 22, 0.08);
  color: #1C1916;
  border-color: rgba(28, 25, 22, 0.22);
}
[data-theme="papier-baryte"] .ebtn-save {
  background: rgba(46, 120, 70, 0.10);
  border-color: rgba(46, 120, 70, 0.28);
  color: #2d6a3e;
}
[data-theme="papier-baryte"] .ebtn-exit {
  background: rgba(160, 50, 50, 0.08);
  border-color: rgba(160, 50, 50, 0.22);
  color: #8a3030;
}
[data-theme="papier-baryte"] .editor-select {
  background: #F7F4EC;
  border-color: rgba(28, 25, 22, 0.14);
  color: #1C1916;
}
[data-theme="papier-baryte"] .editor-select option {
  background: #F3EFE6;
  color: #1C1916;
}
[data-theme="papier-baryte"] .properties-panel {
  background: #F7F4EC !important;
  border-right: 1px solid rgba(28, 25, 22, 0.10) !important;
  border-left: none !important;
  color: #1C1916;
}
[data-theme="papier-baryte"] .pp-edge-tab {
  background: #F3EFE6;
  color: #1C1916;
  border-color: rgba(28, 25, 22, 0.16);
}
[data-theme="papier-baryte"] .pp-header {
  background: rgba(28, 25, 22, 0.04);
  border-bottom-color: rgba(28, 25, 22, 0.08);
}
[data-theme="papier-baryte"] #pp-title,
[data-theme="papier-baryte"] .pp-label,
[data-theme="papier-baryte"] .pp-section-title {
  color: #5C564C;
}
[data-theme="papier-baryte"] .pp-close,
[data-theme="papier-baryte"] .pp-collapse {
  color: #5C564C;
}
[data-theme="papier-baryte"] .pp-input,
[data-theme="papier-baryte"] .pp-select {
  background: #F3EFE6;
  border-color: rgba(28, 25, 22, 0.14);
  color: #1C1916;
}
[data-theme="papier-baryte"] .pp-select option {
  background: #F3EFE6;
  color: #1C1916;
}
[data-theme="papier-baryte"] .pp-btn {
  background: rgba(28, 25, 22, 0.05);
  border-color: rgba(28, 25, 22, 0.16);
  color: #1C1916;
}
[data-theme="papier-baryte"] .btn-edit {
  color: #F3EFE6;
}
[data-theme="papier-baryte"] .btn-logout {
  background: rgba(160, 50, 50, 0.08);
  color: #8a3030;
  border-color: rgba(160, 50, 50, 0.22);
}
[data-theme="papier-baryte"] .software-card__visual {
  background: linear-gradient(160deg, #E8E2D6 0%, #D4CBBB 100%);
}
[data-theme="papier-baryte"] .software-card__visual--logo {
  background: #E8E2D6;
}
[data-theme="papier-baryte"] .software-card__visual--icon {
  background: radial-gradient(ellipse 65% 55% at 50% 48%, rgba(107, 94, 78, 0.16) 0%, transparent 68%);
}
[data-theme="papier-baryte"] .software-card__visual--icon i {
  color: #6B5E4E;
  opacity: 0.78;
  text-shadow: none;
}
[data-theme="papier-baryte"] .sw-icon-choice {
  background: #F3EFE6;
  color: #1C1916;
  border-color: rgba(28, 25, 22, 0.14);
}
[data-theme="papier-baryte"] .sw-icon-preview {
  background: #E8E2D6;
  border-color: rgba(28, 25, 22, 0.14);
}
[data-theme="papier-baryte"] .sw-icon-preview i {
  color: #6B5E4E;
}

/* Textes canvas : encre sur papier, toutes les pages */
[data-theme="papier-baryte"] body:not(.edit-mode):not([data-canvas-mode="composed"]) .canvas-element[data-typo="title"] .el-text-inner,
[data-theme="papier-baryte"] body:not(.edit-mode):not([data-canvas-mode="composed"]) .canvas-element[data-typo="title"] .el-text-inner h1,
[data-theme="papier-baryte"] body:not(.edit-mode):not([data-canvas-mode="composed"]) .canvas-element[data-typo="title"] .el-text-inner h2 {
  color: #1C1916 !important;
  font-family: var(--site-font-heading, 'Newsreader', Georgia, serif) !important;
  font-weight: 300 !important;
}
[data-theme="papier-baryte"] body:not(.edit-mode):not([data-canvas-mode="composed"]) .canvas-element[data-typo="intro"] .el-text-inner,
[data-theme="papier-baryte"] body:not(.edit-mode):not([data-canvas-mode="composed"]) .canvas-element[data-typo="intro"] .el-text-inner p,
[data-theme="papier-baryte"] body:not(.edit-mode):not([data-canvas-mode="composed"]) .canvas-element[data-typo="legal"] .el-text-inner,
[data-theme="papier-baryte"] body:not(.edit-mode):not([data-canvas-mode="composed"]) .canvas-element[data-typo="legal"] .el-text-inner p,
[data-theme="papier-baryte"] body:not(.edit-mode):not([data-canvas-mode="composed"]) .canvas-element[data-typo="legal"] .el-text-inner li {
  color: #3A3428 !important;
  font-family: var(--site-font-body, 'Newsreader', Georgia, serif) !important;
}
[data-theme="papier-baryte"] body:not(.edit-mode):not([data-canvas-mode="composed"]) .canvas-element[data-typo="label"] .el-text-inner,
[data-theme="papier-baryte"] body:not(.edit-mode):not([data-canvas-mode="composed"]) .canvas-element[data-typo="label"] .el-text-inner p {
  color: #6B5E4E !important;
  font-family: var(--site-font-heading, 'Newsreader', Georgia, serif) !important;
}
[data-theme="papier-baryte"] .nav-mobile-overlay {
  background: rgba(243, 239, 230, 0.97);
}
[data-theme="papier-baryte"] .nav-mobile-link {
  color: #1C1916;
  text-transform: none;
  letter-spacing: 0.02em;
}
[data-theme="papier-baryte"] .nav-mobile-link.active,
[data-theme="papier-baryte"] .nav-mobile-link:hover {
  color: #1C1916;
}
[data-theme="papier-baryte"] .nav-mobile-close {
  color: #5C564C;
}
[data-theme="papier-baryte"] .site-footer .footer-title,
[data-theme="papier-baryte"] .site-footer .footer-text,
[data-theme="papier-baryte"] .site-footer .footer-link,
[data-theme="papier-baryte"] .site-footer .footer-copyright {
  color: #1C1916 !important;
}

@media (max-width: 720px) {
  [data-theme="papier-baryte"] body[data-page="home"]:not(.edit-mode) .page-bg-slideshow,
  [data-theme="papier-baryte"] body[data-page="home"]:not(.edit-mode) .page-bg-video,
  [data-theme="papier-baryte"] body[data-page="home"]:not(.edit-mode) .page-bg-overlay {
    top: 4.25rem !important;
    right: 0.75rem !important;
    bottom: 0.75rem !important;
    left: 0.75rem !important;
  }
}

@media (max-width: 480px) {
  [data-theme="papier-baryte"] body[data-page="home"]:not(.edit-mode) .page-bg-slideshow,
  [data-theme="papier-baryte"] body[data-page="home"]:not(.edit-mode) .page-bg-video,
  [data-theme="papier-baryte"] body[data-page="home"]:not(.edit-mode) .page-bg-overlay {
    top: 3.75rem !important;
    right: 0.5rem !important;
    bottom: 0.5rem !important;
    left: 0.5rem !important;
  }
}

/* ── Portfolio musée : l'image porte la page, l'UI s'efface ── */
[data-theme="papier-baryte"] body:not(.edit-mode) #admin-bar {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
[data-theme="papier-baryte"] body:not(.edit-mode) .gallery-block,
[data-theme="papier-baryte"] body:not(.edit-mode) .software-card,
[data-theme="papier-baryte"] body:not(.edit-mode) .contact-form,
[data-theme="papier-baryte"] body:not(.edit-mode) .contact-info-card {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow: none !important;
  background: #F7F4EC !important;
  border: 1px solid rgba(28, 25, 22, 0.08) !important;
}
[data-theme="papier-baryte"] body:not(.edit-mode) .gallery-item {
  border-radius: 0;
  content-visibility: auto;
  contain-intrinsic-size: 240px 240px;
}
[data-theme="papier-baryte"] body:not(.edit-mode) .gallery-item img,
[data-theme="papier-baryte"] body:not(.edit-mode) .gallery-item video {
  transform: none;
}
[data-theme="papier-baryte"] body:not(.edit-mode) .gallery-item:hover img,
[data-theme="papier-baryte"] body:not(.edit-mode) .gallery-item:hover video {
  transform: scale(1.02);
  filter: none;
}
[data-theme="papier-baryte"] body:not(.edit-mode) .gallery-filter-btn {
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid transparent !important;
  border-radius: 0 !important;
  letter-spacing: 0.04em !important;
  text-transform: none !important;
  font-size: 0.92rem !important;
  padding: 0.35rem 0.15rem !important;
  color: #5C564C !important;
}
[data-theme="papier-baryte"] body:not(.edit-mode) .gallery-filter-btn.active,
[data-theme="papier-baryte"] body:not(.edit-mode) .gallery-filter-btn:hover {
  background: transparent !important;
  color: #1C1916 !important;
  border-bottom-color: #1C1916 !important;
}
[data-theme="papier-baryte"] body:not(.edit-mode) .gallery-filter-bar {
  gap: 1.25rem;
}
[data-theme="papier-baryte"] body:not(.edit-mode) .gallery-block {
  margin-bottom: 4.5rem;
}
[data-theme="papier-baryte"] body:not(.edit-mode) .gallery-item-overlay {
  background: linear-gradient(transparent 55%, rgba(28, 25, 22, 0.55));
}
[data-theme="papier-baryte"] .slideshow-layer.active .slideshow-layer__img {
  animation: none;
  transform: none;
}
[data-theme="papier-baryte"] body:not(.edit-mode) .site-footer {
  padding-top: 3rem;
}
[data-theme="papier-baryte"] #cursor-dot,
[data-theme="papier-baryte"] #cursor-ring {
  display: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .slideshow-layer.active .slideshow-layer__img {
    animation: none !important;
    transform: none !important;
  }
}

[data-theme="papier-baryte"] .atelier-dock-inner,
[data-theme="papier-baryte"] #modal-design-studio.atelier-dock .modal-box--studio {
  background: #F7F4EC;
  border-left-color: rgba(28, 25, 22, 0.12);
  color: #1C1916;
}
[data-theme="papier-baryte"] .atelier-tab.active,
[data-theme="papier-baryte"] #modal-design-studio.atelier-dock .design-studio-tab.active {
  color: #1C1916;
  border-bottom-color: #1C1916;
}
[data-theme="papier-baryte"] .atelier-preset,
[data-theme="papier-baryte"] .atelier-details,
[data-theme="papier-baryte"] .ds-tool-card {
  background: rgba(28, 25, 22, 0.03);
  border-color: rgba(28, 25, 22, 0.12);
}
[data-theme="papier-baryte"] .editor-more-menu {
  background: #F7F4EC;
  border-color: rgba(28, 25, 22, 0.16);
}
