:root {
  color-scheme: light;
  --brand-blue: #2500ff;
  --sky: #22aef7;
  --sky-soft: #dff3ff;
  --page: #f7f7f4;
  --ink: #050505;
  --muted: #777;
  --line: #050505;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body, #app { min-height: 100%; margin: 0; }
body { background: var(--page); color: var(--ink); font: 16px/1.4 Arial, Helvetica, sans-serif; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
main { --display-font: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 118px;
  padding: 12px 28px;
  background: var(--brand-blue);
  color: #fff;
  border-bottom: 2px solid #050505;
}

.brand-mark { justify-self: start; display: flex; align-items: center; min-width: 260px; min-height: 88px; }
.brand-mark span { font: 82px/0.8 var(--display-font); letter-spacing: 0; color: #fff; text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff; }
.brand-mark img { max-width: 380px; max-height: 96px; object-fit: contain; }

.main-nav { display: flex; gap: clamp(14px, 3vw, 42px); align-items: center; }
.main-nav a,
.section-heading h2,
.section-heading strong,
.contact-section h2,
.atelier-section h3,
.atelier-link,
.gallery-subheading h3,
.product-buy-panel h1,
.product-buy-panel h2,
.product-detail-shirt span,
.product-detail-shirt small { font-family: var(--display-font); letter-spacing: 0; }
.main-nav a { display: inline-flex; align-items: center; justify-content: center; min-width: 0; min-height: 0; padding: 0 8px; color: #fff; font-size: clamp(24px, 2.35vw, 36px); line-height: 1; border: 0; border-radius: 0; }

.header-actions { justify-self: end; display: flex; gap: 20px; align-items: center; }
.icon-action { position: relative; display: grid; place-items: center; width: 58px; height: 58px; padding: 0; background: transparent; color: #fff; border: 0; }
.icon-action img { width: 100%; height: 100%; object-fit: contain; }
.icon-action span { font: 18px/1 var(--display-font); }
.cart-action i { position: absolute; right: -7px; bottom: -4px; display: grid; place-items: center; width: 22px; height: 22px; background: #fff; color: var(--brand-blue); border-radius: 50%; font: 13px/1 Arial, sans-serif; }
.atelier-link { padding: 8px 12px; color: #fff; font-size: 18px; border: 2px solid #fff; border-radius: 999px; }

.hero-band { min-height: 430px; background: linear-gradient(rgba(255,255,255,0.48), rgba(255,255,255,0.04)), repeating-linear-gradient(90deg, rgba(0,0,0,0.04) 0 2px, transparent 2px 76px), var(--sky); border-bottom: 3px solid var(--line); overflow: hidden; }
.hero-video { width: 100%; height: min(54vw, 570px); object-fit: cover; }
.hero-fallback { min-height: 430px; display: grid; grid-template-columns: minmax(120px, 210px) minmax(0, 1fr) minmax(120px, 210px); align-items: center; gap: 28px; padding: 28px; }
.hero-fallback h1 { margin: 0; max-width: 980px; text-align: center; font: clamp(56px, 8vw, 128px)/0.86 var(--display-font); letter-spacing: 0; }
.hero-character { width: min(16vw, 190px); aspect-ratio: 3 / 5; background: #a9ddff; border: 4px solid var(--line); border-radius: 48% 48% 18% 18%; }
.hero-character.right { justify-self: end; }

.catalog-section,
.contact-section,
.atelier-section { padding: clamp(48px, 7vw, 92px) clamp(20px, 6vw, 112px); background: #fff; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 18px; margin-bottom: 18px; scroll-margin-top: 138px; }
.section-heading h2,
.section-heading strong,
.contact-section h2 { margin: 0; font-size: clamp(30px, 3.6vw, 52px); line-height: 0.9; }
.catalog-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; }
.catalog-card { min-width: 0; }

.media-frame { width: 100%; aspect-ratio: 1 / 1.28; display: grid; place-items: center; padding: 0; overflow: hidden; background: linear-gradient(#2bb6f7, #eefbff 46%, #28aef2); border: 0; border-radius: 0; }
.media-frame img { width: 100%; height: 100%; object-fit: contain; }
.gallery.media-frame { background: transparent; }
.cover-card .gallery.media-frame { aspect-ratio: 1; background: var(--sky-soft); }
.cover-card .gallery.media-frame img { width: 100%; height: 100%; object-fit: cover; }
.illustration-card .gallery.media-frame { background: transparent; }
.illustration-card .gallery.media-frame:not(.has-media) { aspect-ratio: 210 / 297; background: var(--sky-soft); }
.gallery.media-frame.has-media { align-self: start; background: transparent; }
.empty-label { color: rgba(0,0,0,0.35); font: 26px/1 var(--display-font); }

.shirt-preview { position: relative; width: 54%; aspect-ratio: 0.72; filter: drop-shadow(0 18px 24px rgba(0,0,0,0.2)); }
.shirt-body { width: 100%; height: 100%; display: grid; place-items: center; align-content: center; gap: 14px; background: #f8f8f8; color: #050505; clip-path: polygon(18% 12%, 34% 0, 66% 0, 82% 12%, 100% 25%, 86% 43%, 78% 34%, 78% 100%, 22% 100%, 22% 34%, 14% 43%, 0 25%); }
.shirt-dark .shirt-body { background: #111; color: #fff; }
.shirt-body span,
.shirt-body small { font-family: var(--display-font); font-size: clamp(18px, 2.2vw, 34px); line-height: 0.95; }
.shirt-body small { font-size: clamp(16px, 1.8vw, 28px); }

.card-meta { display: flex; justify-content: space-between; gap: 12px; padding-top: 12px; font-size: 14px; color: #111; }
.card-meta button { padding: 0; background: transparent; border: 0; font-weight: 700; }

.gallery-group { margin-top: 42px; }
.gallery-subheading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; border-top: 2px solid #111; padding-top: 18px; }
.gallery-subheading h3 { margin: 0; font-size: clamp(24px, 3vw, 42px); line-height: 1; }
.gallery-subheading span { font-weight: 800; }
.covers-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.illustrations-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: start; }

.product-page { min-height: calc(100vh - 118px); background: #fff; padding: 30px clamp(20px, 5vw, 92px) clamp(52px, 7vw, 92px); }
.back-link { margin-bottom: 22px; padding: 0; background: transparent; border: 0; color: #111; font: 600 13px/1 Arial, Helvetica, sans-serif; letter-spacing: 0.08em; text-decoration: none; }
.product-page-layout { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(360px, 0.75fr); gap: clamp(34px, 7vw, 92px); align-items: start; }
.product-page-media { min-height: 0; display: block; background: transparent; overflow: hidden; }
.product-page-media img { width: 100%; height: auto; max-height: none; object-fit: initial; }
.product-detail-shirt { width: min(44%, 360px); aspect-ratio: 0.72; display: grid; place-items: center; align-content: center; gap: 12px; background: #f8f8f8; color: #050505; clip-path: polygon(18% 12%, 34% 0, 66% 0, 82% 12%, 100% 25%, 86% 43%, 78% 34%, 78% 100%, 22% 100%, 22% 34%, 14% 43%, 0 25%); }
.product-detail-shirt.shirt-dark { background: #111; color: #fff; }
.product-buy-panel { padding-top: 24px; }
.product-type { margin: 0 0 8px; font-size: 12px; text-transform: uppercase; color: #555; }
.product-buy-panel h1 { margin: 0 0 18px; font-size: clamp(30px, 3vw, 46px); line-height: 0.95; }
.product-buy-panel > strong { display: block; margin-bottom: 14px; font: 500 clamp(22px, 2vw, 28px)/1 Arial Narrow, Arial, Helvetica, sans-serif; letter-spacing: -0.02em; }
.shipping-note { margin: 0 0 24px; color: #444; font: 500 12px/1.45 Arial, Helvetica, sans-serif; letter-spacing: 0.015em; text-transform: uppercase; }
.option-block { margin-bottom: 22px; }
.option-block > span { display: block; margin-bottom: 10px; font: 600 12px/1.2 Arial, Helvetica, sans-serif; letter-spacing: 0.04em; text-transform: uppercase; }
.color-options,
.size-options { display: flex; flex-wrap: wrap; gap: 10px; }
.color-swatch { display: grid; place-items: center; gap: 5px; width: 54px; padding: 4px; background: #fff; border: 1px solid #d6d6d6; }
.color-swatch.is-active { border-color: #050505; }
.color-swatch i { width: 28px; height: 28px; border-radius: 50%; border: 1px solid #111; }
.swatch-light { background: #f5f5f1; }
.swatch-dark { background: #111; }
.color-swatch small { font-size: 9px; }
.size-option { min-width: 48px; height: 42px; background: #fff; border: 1px solid #ddd; }
.size-option.is-active { background: #050505; color: #fff; border-color: #050505; }
.buy-row { display: grid; grid-template-columns: 126px 1fr; gap: 12px; margin-bottom: 28px; }
.quantity-control { display: grid; grid-template-columns: 1fr 1fr 1fr; border: 1px solid #ddd; }
.quantity-control button,
.quantity-control output { display: grid; place-items: center; min-height: 52px; background: #fff; border: 0; }
.add-cart-main { min-height: 52px; background: #202020; color: #fff; border: 0; font-weight: 800; }
.product-infos { border-top: 1px solid #ddd; padding-top: 18px; }
.product-infos h2 { margin: 0 0 12px; font-size: 28px; line-height: 1; }
.product-infos p { margin: 0 0 12px; font-size: 14px; }
.product-infos ul { margin: 0; padding-left: 18px; font: 13px/1.5 Arial, Helvetica, sans-serif; }

.contact-section { border-top: 2px solid #111; border-bottom: 2px solid #111; }
.contact-section p,
.contact-section a { display: block; max-width: 700px; margin: 18px 0 0; font-size: clamp(19px, 2vw, 28px); line-height: 1.2; }
.contact-section a { width: fit-content; font-weight: 700; border-bottom: 2px solid currentColor; }
.atelier-section { background: #f3f3ef; }
.atelier-grid,
.upload-lists { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 32px; }
.atelier-grid label,
.upload-lists label { display: grid; gap: 8px; padding: 14px 0; border-bottom: 1px solid #c9c9c2; font-weight: 700; }
.atelier-grid input,
.upload-lists input { width: 100%; min-height: 42px; }
.atelier-section h3 { margin: 28px 0 6px; font-size: 32px; }
.atelier-lock { max-width: 460px; display: grid; gap: 16px; }
.atelier-lock label,
.new-product-form label { display: grid; gap: 8px; font-weight: 700; }
.atelier-lock input,
.new-product-form input,
.new-product-form textarea,
.new-product-form select { width: 100%; min-height: 44px; padding: 10px; border: 1px solid #111; background: #fff; }
.new-product-form { display: grid; gap: 14px; margin: 34px 0; padding: 24px 0; border-top: 2px solid #111; border-bottom: 2px solid #111; }
.new-product-form textarea { min-height: 92px; resize: vertical; }
.atelier-lock button,
.new-product-form button,
.logout-button,
.atelier-row button { min-height: 46px; padding: 10px 14px; background: #050505; color: #fff; border: 0; font-weight: 800; }
.atelier-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 12px; align-items: end; border-bottom: 1px solid #c9c9c2; }
.atelier-row label { border-bottom: 0; }
.atelier-row button { background: #7a1212; }
.atelier-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.atelier-actions button:first-child { background: #111; }
.product-editor { display: grid; gap: 14px; margin: 0 0 22px; padding: 20px; background: #fff; border: 1px solid #111; }
.product-editor label { display: grid; gap: 8px; font-weight: 700; }
.product-editor input,
.product-editor textarea { width: 100%; min-height: 44px; padding: 10px; border: 1px solid #111; background: #fff; }
.product-editor textarea { min-height: 88px; resize: vertical; }

.preview-modal { width: min(92vw, 980px); max-height: 92vh; padding: 28px; background: #fff; border: 2px solid #111; }
.preview-modal.artwork-only { width: auto; max-width: 96vw; padding: 0; background: transparent; border: 0; overflow: visible; }
.preview-modal::backdrop { background: rgba(0,0,0,0.72); }
.modal-close { position: absolute; top: 10px; right: 14px; width: 38px; height: 38px; background: #fff; border: 2px solid #111; font-size: 28px; line-height: 1; }
.artwork-only .modal-close { top: -46px; right: 0; }
.modal-figure { margin: 0 auto; display: grid; place-items: center; gap: 18px; }
.modal-figure img { width: 100%; height: 100%; object-fit: contain; }
.modal-figure .modal-original { width: auto; height: auto; max-width: 96vw; max-height: 86vh; }
.ratio-a4 { width: min(70vw, 620px); aspect-ratio: 210 / 297; }
.ratio-square { width: min(78vw, 720px); aspect-ratio: 1; }
.ratio-original { width: auto; }
.modal-placeholder { width: 100%; height: 100%; min-height: 320px; display: grid; place-items: center; padding: 28px; background: var(--sky-soft); text-align: center; }
.cart-panel { width: 100%; min-height: 320px; display: grid; place-items: start; padding: 28px; background: var(--sky-soft); text-align: left; }
.cart-panel h2 { margin: 0 0 14px; font: 48px/1 var(--display-font); }

noscript { display: block; padding: 1rem 1.25rem; color: var(--muted); }

@media (max-width: 1080px) {
  .product-page-layout { grid-template-columns: 1fr; }
  .product-page-media { min-height: 0; }
}

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr; gap: 16px; justify-items: center; }
  .brand-mark,
  .header-actions { justify-self: center; }
  .catalog-grid,
  .covers-grid,
  .illustrations-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .site-header { min-height: 0; padding: 14px; }
  .main-nav { width: 100%; gap: 8px; justify-content: center; }
  .main-nav a { min-width: 0; flex: 0 1 auto; padding-inline: 6px; font-size: 20px; }
  .hero-fallback { grid-template-columns: 1fr; min-height: 360px; }
  .hero-character { display: none; }
  .catalog-grid,
  .covers-grid,
  .illustrations-grid,
  .atelier-grid,
  .upload-lists { grid-template-columns: 1fr; }
  .section-heading { align-items: start; flex-direction: column; }
  .buy-row { grid-template-columns: 1fr; }
  .atelier-row { grid-template-columns: 1fr; }
}
/* Produits : visuel propre, survol discret et enchainement avec la galerie */
.media-frame.product { position: relative; background: transparent; }
.media-frame.product.has-media img { width: 100%; height: 100%; object-fit: cover; transition: opacity 260ms ease, transform 360ms ease; }
.media-frame.product .media-hover { position: absolute; inset: 0; opacity: 0; }
.catalog-card:hover .media-frame.product .media-primary { transform: scale(1.018); }
.catalog-card:hover .media-frame.product .media-hover { opacity: 1; transform: scale(1.018); }
.catalog-section#shop { padding-bottom: 24px; }
.catalog-section#shop + .catalog-section#galerie { padding-top: 24px; }

.back-link { font-family: var(--display-font); font-size: clamp(19px, 2vw, 28px); font-weight: 400; letter-spacing: 0.02em; }
.product-page-gallery { min-width: 0; }
.product-page-media { position: relative; }
.product-image-arrow { position: absolute; top: 50%; z-index: 1; width: 42px; height: 42px; border: 1px solid #111; background: rgba(255,255,255,0.9); color: #111; font-size: 24px; transform: translateY(-50%); }
.product-image-arrow.previous { left: 12px; }
.product-image-arrow.next { right: 12px; }
.product-thumbnails { display: flex; gap: 10px; margin-top: 12px; overflow-x: auto; }
.product-thumbnail { width: 78px; height: 96px; flex: 0 0 auto; padding: 0; overflow: hidden; background: transparent; border: 1px solid transparent; }
.product-thumbnail.is-active { border-color: #111; }
.product-thumbnail img { width: 100%; height: 100%; object-fit: cover; }

.cart-drawer { position: fixed; top: 0; left: 0; z-index: 50; display: grid; grid-template-rows: auto 1fr auto; width: min(410px, 92vw); height: 100dvh; padding: 24px; background: #fff; border-right: 2px solid #111; box-shadow: 18px 0 42px rgba(0,0,0,0.16); transform: translateX(-105%); transition: transform 260ms ease; }
.cart-drawer.is-open { transform: translateX(0); }
.cart-overlay { position: fixed; inset: 0; z-index: 45; display: none; padding: 0; background: rgba(0,0,0,0.35); border: 0; }
.cart-drawer.is-open + .cart-overlay { display: block; }
.cart-drawer-top { display: flex; justify-content: space-between; align-items: start; padding-bottom: 20px; border-bottom: 2px solid #111; }
.cart-drawer h2 { margin: 0; font: 42px/0.9 var(--display-font); }
.cart-drawer-top button { width: 36px; height: 36px; padding: 0; background: transparent; border: 0; font-size: 30px; line-height: 1; }
.cart-drawer-lines { padding: 24px 0; overflow-y: auto; }
.cart-drawer-lines ul { display: grid; gap: 18px; margin: 0; padding: 0; list-style: none; }
.cart-line { display: grid; grid-template-columns: 82px 1fr auto auto; gap: 12px; align-items: start; }
.cart-line-image { width: 82px; height: 98px; display: grid; place-items: center; overflow: hidden; background: #f1f1ee; font: 11px/1 Arial, sans-serif; text-align: center; }
.cart-line-image img { width: 100%; height: 100%; object-fit: cover; }
.cart-line strong, .cart-line small { display: block; }
.cart-line small { margin-top: 5px; color: #555; font-size: 12px; }
.cart-line b { font: 600 13px/1 Arial, sans-serif; white-space: nowrap; }
.cart-drawer-footer { padding-top: 18px; border-top: 2px solid #111; }
.checkout-button { width: 100%; min-height: 54px; display: grid; place-items: center; padding: 12px; background: #111; color: #fff; border: 0; font: 700 13px/1 Arial, sans-serif; letter-spacing: 0.05em; text-align: center; }

@media (max-width: 620px) { .product-thumbnail { width: 64px; height: 78px; } .product-image-arrow { width: 36px; height: 36px; } }
.cart-remove { width: 24px; height: 24px; padding: 0; background: transparent; border: 0; color: #777; font-size: 22px; line-height: 1; }

/* Interactions legeres */
.cart-action.is-added { animation: cart-pop 520ms cubic-bezier(.2,.8,.25,1); }
@keyframes cart-pop { 0% { transform: scale(1); } 35% { transform: scale(1.28) rotate(-7deg); } 70% { transform: scale(.96) rotate(3deg); } 100% { transform: scale(1); } }
.media-frame.product .media-primary { transform-origin: center; }
.catalog-card:hover .media-frame.product .media-primary { animation: product-primary-cycle 2.4s ease-in-out infinite; }
.catalog-card:hover .media-frame.product .media-hover { animation: product-hover-cycle 2.4s ease-in-out infinite; }
@keyframes product-primary-cycle { 0%, 38% { opacity: 1; transform: scale(1.045); } 55%, 100% { opacity: 0; transform: scale(1.075); } }
@keyframes product-hover-cycle { 0%, 38% { opacity: 0; transform: scale(1.075); } 55%, 100% { opacity: 1; transform: scale(1.045); } }
.product-image-arrow { width: 26px; height: 30px; padding: 0; background: transparent; border: 0; color: rgba(0,0,0,0.42); font-size: 20px; line-height: 1; opacity: .55; transition: opacity 180ms ease, color 180ms ease; }
.product-image-arrow:hover { color: #111; opacity: 1; }
.product-image-arrow.previous { left: 4px; }
.product-image-arrow.next { right: 4px; }
.cart-drawer { left: auto; right: 0; border-right: 0; border-left: 2px solid #111; box-shadow: -18px 0 42px rgba(0,0,0,0.16); transform: translateX(105%); }
@font-face { font-family: "Army Rust"; src: url("../assets/fonts/army-rust.ttf") format("truetype"); font-display: swap; }
@font-face { font-family: "Capture It"; src: url("../assets/fonts/capture-it.ttf") format("truetype"); font-display: swap; }
@font-face { font-family: "Comicate"; src: url("../assets/fonts/comicate.ttf") format("truetype"); font-display: swap; }
@font-face { font-family: "Faith Collapsing"; src: url("../assets/fonts/faith-collapsing.ttf") format("truetype"); font-display: swap; }

/* La police choisie s'applique au contenu, jamais au bandeau bleu. */
.site-header { --display-font: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; }
.gallery-subheading { border-top-width: 1px; border-top-color: #bdbdb8; padding-top: 14px; }
.media-frame.product.has-media img { transition: opacity 150ms ease-out, transform 300ms cubic-bezier(.2,.75,.2,1); }
.catalog-card:hover .media-frame.product .media-primary { animation: none; opacity: 0; transform: scale(1.04); }
.catalog-card:hover .media-frame.product .media-hover { animation: product-hover-drift 3s ease-in-out infinite alternate; opacity: 1; transform: scale(1.025); }
@keyframes product-hover-drift { from { transform: scale(1.025) translateY(0); } to { transform: scale(1.055) translateY(-1.2%); } }
.color-swatch { width: auto; min-width: 66px; padding: 7px 9px; }
.color-swatch small { font-size: 11px; text-transform: uppercase; }
/* Harmonisation Shop et galerie */
.catalog-section#shop .section-heading {
  margin-bottom: 24px;
  padding-bottom: 14px;
  border-bottom: 1px solid #bdbdb8;
}
.catalog-section#shop .section-heading h2,
.catalog-section#galerie > .section-heading h2 {
  font-size: clamp(24px, 3vw, 42px);
}

/* Badge panier proche de l’icône */
.cart-action i {
  right: 2px;
  bottom: 2px;
  width: 18px;
  height: 18px;
  font-size: 11px;
  box-shadow: 0 0 0 2px var(--brand-blue);
}

/* Fiche produit : visuel plus respirant et navigation discrète */
.product-page-media img.product-page-image {
  display: block;
  width: min(84%, 680px);
  height: auto;
  margin-inline: auto;
}
.product-image-arrow {
  display: grid;
  place-items: center;
  width: 30px;
  height: 42px;
  opacity: .62;
}
.product-image-arrow::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.product-image-arrow.previous::after { border-right: 8px solid currentColor; }
.product-image-arrow.next::after { border-left: 8px solid currentColor; }
.product-page-image.is-next { animation: product-image-slide-next 360ms cubic-bezier(.2,.75,.2,1) both; }
.product-page-image.is-previous { animation: product-image-slide-previous 360ms cubic-bezier(.2,.75,.2,1) both; }
@keyframes product-image-slide-next {
  from { opacity: 0; transform: translateX(18px); }
  to { opacity: 1; transform: translateX(0); }
}
@keyframes product-image-slide-previous {
  from { opacity: 0; transform: translateX(-18px); }
  to { opacity: 1; transform: translateX(0); }
}
@media (max-width: 620px) {
  .product-page-media img.product-page-image { width: 92%; }
  .product-image-arrow { width: 26px; height: 36px; }
}
/* Hiérarchie des catégories principales */
.catalog-section#shop .section-heading h2,
.catalog-section#galerie > .section-heading h2 {
  font-size: clamp(38px, 4.5vw, 64px);
}
/* Titres principaux plus proches de leur séparateur */
.catalog-section#shop .section-heading {
  margin-bottom: 14px;
  padding-bottom: 8px;
}.catalog-section#galerie > .section-heading {
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid #bdbdb8;
}
.catalog-section#galerie .gallery-group { margin-top: 28px; }
/* Galerie : une seule séparation fine avant les sous-catégories */
.catalog-section#galerie > .section-heading { border-bottom: 0; }
.catalog-section#galerie .gallery-group { margin-top: 14px; }
/* Écran de verrouillage public */
.site-lock-screen {
  min-height: 100dvh;
  padding: 22px clamp(24px, 4vw, 64px);
  background: var(--brand-blue);
  display: grid;
  grid-template-rows: auto 1fr;
}
.site-lock-brand { min-height: 88px; display: flex; align-items: center; }
.site-lock-brand img { max-width: 380px; max-height: 96px; object-fit: contain; }
.site-lock-brand span { color: #fff; font: 82px/.8 var(--display-font); }
.site-lock-card { width: min(92vw, 360px); height: 54px; align-self: center; justify-self: center; display: grid; grid-template-columns: 1fr 54px; background: #fff; border: 4px solid rgba(255,255,255,.72); box-shadow: 0 0 0 2px rgba(0,0,0,.08); }
.site-lock-card input { min-width: 0; padding: 0 18px; border: 0; outline: 0; font: 16px/1 Arial, sans-serif; color: #111; }
.site-lock-card input::placeholder { color: #b6bec9; }
.site-lock-card button { padding: 0; border: 0; background: transparent; color: #b6bec9; font: 42px/.8 Arial, sans-serif; cursor: pointer; }
.site-lock-card p { grid-column: 1 / -1; margin: 10px 0 0; color: #fff; font: 13px/1.3 Arial, sans-serif; text-align: center; }
.site-lock-toggle { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; font: 700 14px/1.2 Arial, sans-serif; }
.site-lock-toggle input { width: 18px; height: 18px; accent-color: var(--brand-blue); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
@media (max-width: 620px) { .site-lock-brand { justify-content: center; } .site-lock-brand img { max-width: 250px; max-height: 72px; } }.site-lock-label { position: absolute; top: -38px; left: 0; color: #fff; font: 30px/1 "Capture It", Impact, sans-serif; letter-spacing: .02em; }
.site-lock-card { position: relative; }@font-face { font-family: "Cityburn"; src: url("../assets/fonts/cityburn.ttf") format("truetype"); font-display: swap; }
.site-lock-label { font-family: "Cityburn", Impact, sans-serif; letter-spacing: -0.045em; }
/* Sous-titres Galerie indépendants */
.gallery-subheading h3 { font-family: var(--subheading-font, var(--display-font)); }
.uses-cityburn .section-heading h2,
.uses-cityburn .contact-section h2,
.uses-cityburn .atelier-section h3,
.uses-cityburn .product-buy-panel h1,
.uses-cityburn .product-buy-panel h2 {
  font-weight: 400;
  font-synthesis: none;
}
.uses-cityburn-subhead .gallery-subheading h3 {
  font-weight: 400;
  font-synthesis: none;
}
/* Acces aux collections completes */
.view-all-button { display: block; margin: 28px auto 0; padding: 10px 2px 7px; background: transparent; color: var(--ink); border: 0; border-bottom: 1px solid currentColor; font: 400 clamp(22px, 2.4vw, 34px)/1 var(--display-font); letter-spacing: .015em; }
.view-all-button:hover { opacity: .62; }
.catalog-page { min-height: calc(100vh - 118px); }
