:root {
  --ink: #202125;
  --muted: #666970;
  --paper: #fbfaf7;
  --surface: #ffffff;
  --surface-soft: #f1eee8;
  --accent: #8f2230;
  --accent-dark: #681722;
  --line: rgba(32, 33, 37, .13);
  --shadow: 0 18px 50px rgba(23, 23, 28, .10);
  --radius-sm: .75rem;
  --radius: 1.25rem;
  --radius-lg: 2rem;
  --container: 1200px;
  --header-height: 5.25rem;
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select { font: inherit; }
button, select { cursor: pointer; }

.container { width: min(calc(100% - 2rem), var(--container)); margin-inline: auto; }
.section { padding-block: clamp(4rem, 8vw, 7rem); }
.eyebrow { margin: 0 0 .65rem; color: var(--accent); font-weight: 800; letter-spacing: .09em; text-transform: uppercase; font-size: .77rem; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 1000; top: .5rem; left: .5rem; transform: translateY(-150%); background: var(--ink); color: white; padding: .75rem 1rem; border-radius: .5rem; }
.skip-link:focus { transform: none; }

.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid transparent; background: color-mix(in srgb, var(--paper) 88%, transparent); backdrop-filter: blur(16px); transition: box-shadow .2s, border-color .2s; }
.site-header.is-scrolled { box-shadow: 0 8px 30px rgba(20,20,20,.07); border-color: var(--line); }
.header-inner { min-height: var(--header-height); display: flex; align-items: center; gap: 1.5rem; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 132px; height: auto; }
.main-nav { margin-left: auto; }
.main-nav ul { display: flex; align-items: center; gap: .15rem; list-style: none; padding: 0; margin: 0; }
.main-nav a, .nav-button { display: inline-flex; align-items: center; gap: .35rem; padding: .8rem .75rem; border-radius: .65rem; border: 0; background: transparent; text-decoration: none; font-weight: 650; font-size: .92rem; }
.main-nav a:hover, .main-nav a:focus-visible, .nav-button:hover, .nav-button:focus-visible { background: var(--surface-soft); outline: none; }
.nav-item { position: relative; }
.nav-dropdown { position: absolute; top: calc(100% + .55rem); left: 0; min-width: 17rem; display: grid !important; padding: .55rem !important; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-.35rem); transition: .18s ease; }
.nav-item.is-open .nav-dropdown { opacity: 1; visibility: visible; transform: none; }
.menu-toggle { display: none; margin-left: auto; width: 2.8rem; height: 2.8rem; border: 1px solid var(--line); border-radius: .8rem; background: var(--surface); }

.hero { min-height: min(760px, calc(100vh - var(--header-height))); display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: clamp(2rem, 7vw, 7rem); padding-block: clamp(4rem, 9vw, 8rem); }
.hero h1 { max-width: 16ch; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.6rem, 6.5vw, 5.8rem); line-height: .99; letter-spacing: -.045em; font-weight: 600; }
.hero__lead { max-width: 43rem; margin: 1.6rem 0 0; color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.3rem); }
.hero__actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 3rem; padding: .75rem 1.15rem; border: 1px solid var(--accent); border-radius: 999px; background: var(--accent); color: white; text-decoration: none; font-weight: 760; transition: transform .18s, background .18s; }
.button:hover { transform: translateY(-2px); background: var(--accent-dark); }
.button--ghost { color: var(--ink); background: transparent; border-color: var(--line); }
.hero__visual { min-height: 460px; display: grid; place-items: center; position: relative; isolation: isolate; }
.hero__visual::before { content: ""; position: absolute; inset: 10% 0; z-index: -1; border-radius: 45% 55% 51% 49% / 44% 43% 57% 56%; background: radial-gradient(circle at 35% 30%, #ead8dc, #d8ccc1 65%, #c8bbb0); transform: rotate(-8deg); }
.hero__visual img { max-height: 470px; width: auto; filter: drop-shadow(0 28px 22px rgba(26,20,20,.24)); animation: float-book 6s ease-in-out infinite; }
@keyframes float-book { 50% { transform: translateY(-12px) rotate(1deg); } }

.stats { background: var(--ink); color: white; }
.stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.15); }
.stats__grid > div { display: grid; gap: .15rem; padding: 2rem clamp(1rem, 3vw, 2.5rem); background: var(--ink); }
.stats strong { font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1; }
.stats span { color: rgba(255,255,255,.68); }

.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 1.25rem; }
.section-heading h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(2.2rem, 5vw, 4rem); line-height: 1; }
.catalogue-tools { display: flex; flex-wrap: wrap; gap: .65rem; }
.catalogue-tools input, .catalogue-tools select { min-height: 2.9rem; border: 1px solid var(--line); border-radius: 999px; background: var(--surface); padding: .65rem 1rem; color: var(--ink); }
.catalogue-tools input { width: min(22rem, 70vw); }
.results-status { min-height: 1.5rem; margin: 0 0 1.5rem; color: var(--muted); }
.book-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(1rem, 2.4vw, 2rem); }
.book-card { min-width: 0; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); box-shadow: 0 1px 0 rgba(0,0,0,.02); transition: transform .25s, box-shadow .25s; }
.book-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.book-card__visual { position: relative; aspect-ratio: 4 / 5; display: grid; place-items: center; padding: 1.7rem; overflow: hidden; background: linear-gradient(145deg, #f4efe9, #e8e0d7); }
.book-card__visual img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 15px 12px rgba(30,22,20,.2)); transition: transform .35s; }
.book-card:hover .book-card__visual img { transform: scale(1.035) rotate(.3deg); }
.book-card__badge { position: absolute; top: .85rem; left: .85rem; padding: .32rem .62rem; border-radius: 999px; background: rgba(32,33,37,.86); color: white; font-size: .71rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.book-card__body { display: flex; flex-direction: column; flex: 1; padding: 1.15rem; }
.book-card__category { margin: 0 0 .45rem; color: var(--accent); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.book-card h3 { margin: 0; font-size: 1.02rem; line-height: 1.25; }
.book-card h3 a { text-decoration: none; }
.book-card h3 a::after { content: ""; position: absolute; inset: 0; }
.book-card { position: relative; }
.book-card__authors { margin: .5rem 0 0; color: var(--muted); font-size: .88rem; }
.book-card__meta { margin-top: auto; padding-top: 1rem; display: flex; justify-content: space-between; align-items: center; gap: .75rem; color: var(--muted); font-size: .83rem; }
.book-card__price { color: var(--ink); font-weight: 800; }
.empty-state { grid-column: 1 / -1; padding: 3rem; text-align: center; border: 1px dashed var(--line); border-radius: var(--radius); color: var(--muted); }

.site-footer { margin-top: 3rem; padding-block: 4rem 1.5rem; background: #17181b; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 3rem; }
.footer-brand img { width: 145px; height: auto; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 34rem; color: rgba(255,255,255,.65); }
.footer-title { margin: 0 0 .8rem; font-size: .88rem; text-transform: uppercase; letter-spacing: .08em; }
.footer-links { list-style: none; padding: 0; margin: 0; display: grid; gap: .45rem; }
.footer-links a { color: rgba(255,255,255,.68); text-decoration: none; }
.footer-links a:hover { color: white; }
.footer-bottom { margin-top: 3rem; padding-top: 1.25rem; border-top: 1px solid rgba(255,255,255,.13); display: flex; justify-content: space-between; gap: 1rem; color: rgba(255,255,255,.5); font-size: .82rem; }

[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .book-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .main-nav a, .nav-button { padding-inline: .55rem; font-size: .85rem; }
}
@media (max-width: 820px) {
  .menu-toggle { display: grid; place-items: center; }
  .main-nav { position: fixed; inset: var(--header-height) 1rem auto; margin: 0; padding: .7rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-.5rem); transition: .18s; }
  .main-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .main-nav ul { align-items: stretch; flex-direction: column; }
  .main-nav a, .nav-button { width: 100%; justify-content: space-between; }
  .nav-dropdown { position: static; min-width: 0; display: none !important; opacity: 1; visibility: visible; transform: none; box-shadow: none; margin-top: .25rem; }
  .nav-item.is-open .nav-dropdown { display: grid !important; }
  .hero { grid-template-columns: 1fr; text-align: center; }
  .hero h1, .hero__lead { margin-inline: auto; }
  .hero__actions { justify-content: center; }
  .hero__visual { min-height: 340px; }
  .hero__visual img { max-height: 350px; }
  .stats__grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 650px) {
  .book-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .section-heading { align-items: stretch; flex-direction: column; }
  .catalogue-tools { display: grid; }
  .catalogue-tools input { width: 100%; }
}
@media (max-width: 470px) {
  .container { width: min(calc(100% - 1.2rem), var(--container)); }
  .brand img { width: 112px; }
  .book-grid { grid-template-columns: 1fr; }
  .book-card { display: grid; grid-template-columns: 42% 58%; border-radius: var(--radius); }
  .book-card__visual { aspect-ratio: auto; min-height: 230px; padding: 1rem; }
  .book-card__body { padding: 1rem .9rem; }
  .stats__grid, .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Page d'accueil éditoriale */
.home-hero { position: relative; overflow: hidden; padding-top: clamp(2.5rem, 5vw, 5rem); background: radial-gradient(circle at 78% 24%, rgba(143,34,48,.12), transparent 24rem), linear-gradient(180deg, #fbfaf7 0%, #f3eee8 100%); }
.home-hero::before { content: ""; position: absolute; width: 32rem; height: 32rem; border: 1px solid rgba(143,34,48,.13); border-radius: 50%; right: -12rem; top: -15rem; }
.home-hero__grid { min-height: 690px; display: grid; grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr); align-items: center; gap: clamp(2rem, 6vw, 6.5rem); padding-bottom: 4rem; }
.home-hero__copy { position: relative; z-index: 2; }
.home-hero h1 { max-width: 12ch; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.3rem, 6.2vw, 6.4rem); line-height: .94; letter-spacing: -.045em; }
.home-hero__lead { max-width: 45rem; margin: 1.65rem 0 0; color: var(--muted); font-size: clamp(1.08rem, 1.6vw, 1.28rem); }
.hero-trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; list-style: none; padding: 0; margin: 3rem 0 0; }
.hero-trust li { display: grid; padding-top: 1rem; border-top: 1px solid var(--line); }
.hero-trust strong { font-family: Georgia, serif; font-size: 1.65rem; line-height: 1; }
.hero-trust span { margin-top: .25rem; color: var(--muted); font-size: .76rem; text-transform: uppercase; letter-spacing: .055em; }
.hero-library { position: relative; min-height: 590px; }
.hero-orbit { position: absolute; inset: 10% 0 0 7%; border-radius: 48% 52% 45% 55% / 55% 43% 57% 45%; background: linear-gradient(135deg, #e4d4cc, #d2c0b8); box-shadow: inset 0 0 0 1px rgba(255,255,255,.42); transform: rotate(-4deg); }
.hero-orbit::after { content: ""; position: absolute; inset: 13%; border: 1px solid rgba(255,255,255,.55); border-radius: inherit; }
.hero-book { position: absolute; z-index: 2; display: block; transition: transform .45s ease; }
.hero-book img { width: auto; max-height: 390px; filter: drop-shadow(0 28px 22px rgba(40,25,25,.26)); }
.hero-book:hover { z-index: 8; }
.hero-book--1 { left: 5%; top: 16%; transform: rotate(-10deg); }
.hero-book--1:hover { transform: translateY(-12px) rotate(-6deg); }
.hero-book--2 { left: 30%; top: 4%; transform: rotate(4deg); }
.hero-book--2 img { max-height: 430px; }
.hero-book--2:hover { transform: translateY(-14px) rotate(1deg); }
.hero-book--3 { right: 3%; top: 18%; transform: rotate(10deg); }
.hero-book--3:hover { transform: translateY(-12px) rotate(6deg); }
.hero-book--4 { left: 32%; bottom: -1%; transform: rotate(-1deg); }
.hero-book--4 img { max-height: 310px; }
.hero-book--4:hover { transform: translateY(-10px) rotate(1deg); }
.hero-marquee { overflow: hidden; border-block: 1px solid var(--line); background: rgba(255,255,255,.56); }
.hero-marquee div { width: max-content; padding: .8rem 0; color: var(--accent); font-family: Georgia, serif; font-size: 1.05rem; letter-spacing: .025em; animation: marquee 30s linear infinite; }
@keyframes marquee { to { transform: translateX(-50%); } }

.home-intro { padding-block: clamp(5rem, 10vw, 9rem); }
.split-intro { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 9vw, 9rem); align-items: start; }
.split-intro h2, .section-heading--editorial h2, .author-band h2, .collectors-teaser h2, .home-cta h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(2.7rem, 5vw, 5rem); line-height: 1; letter-spacing: -.035em; }
.prose-large { max-width: 48rem; font-size: clamp(1.15rem, 2vw, 1.55rem); line-height: 1.55; }
.prose-large p { margin-top: 0; }
.text-link { display: inline-flex; gap: .6rem; align-items: center; color: var(--accent); font-weight: 800; text-decoration: none; font-size: 1rem; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(.3rem); }
.section--soft { background: #ede7e0; }
.section--paper { background: var(--paper); }
.section-heading--editorial { align-items: start; }
.section-heading--editorial > p { max-width: 35rem; margin: .5rem 0 0; color: var(--muted); font-size: 1.05rem; }

.featured-books { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(1rem, 2.5vw, 2.2rem); margin-top: 3rem; }
.featured-book__visual { position: relative; min-height: 385px; display: grid; place-items: center; padding: 2rem 1.5rem; overflow: hidden; border-radius: var(--radius-lg); background: rgba(255,255,255,.65); text-decoration: none; }
.featured-book:nth-child(even) .featured-book__visual { background: #ddd0c7; }
.featured-book__visual img { width: 100%; height: 320px; object-fit: contain; filter: drop-shadow(0 18px 14px rgba(35,24,22,.24)); transition: transform .4s ease; }
.featured-book:hover img { transform: translateY(-9px) rotate(1deg); }
.featured-book__number { position: absolute; top: 1rem; left: 1rem; color: rgba(32,33,37,.35); font-family: Georgia, serif; font-size: 1rem; }
.featured-book__body { padding: 1.15rem .25rem 0; }
.featured-book__body p { margin: 0 0 .4rem; color: var(--accent); font-size: .7rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.featured-book__body h3 { margin: 0; font-size: 1.06rem; line-height: 1.25; }
.featured-book__body h3 a { text-decoration: none; }
.featured-book__body span { display: block; margin-top: .4rem; color: var(--muted); font-size: .87rem; }
.section-cta { display: flex; justify-content: center; margin-top: 3rem; }

.category-showcase { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-top: 3rem; }
.category-card { position: relative; min-height: 260px; display: grid; grid-template-columns: 1fr 180px; align-items: end; overflow: hidden; padding: 2rem; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #f6f1ec; text-decoration: none; transition: transform .25s, box-shadow .25s; }
.category-card:nth-child(2), .category-card:nth-child(5) { background: #e9ddd5; }
.category-card:nth-child(3) { background: #242529; color: white; }
.category-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.category-card__copy { position: relative; z-index: 2; }
.category-card__copy > span { color: var(--accent); font-family: Georgia, serif; }
.category-card:nth-child(3) .category-card__copy > span { color: #dcaab1; }
.category-card h3 { max-width: 12ch; margin: 1rem 0 .45rem; font-family: Georgia, serif; font-size: clamp(1.65rem, 3vw, 2.7rem); line-height: 1; }
.category-card p { margin: 0; color: var(--muted); }
.category-card:nth-child(3) p { color: rgba(255,255,255,.6); }
.category-card img { width: 180px; height: 220px; object-fit: contain; align-self: center; filter: drop-shadow(0 16px 13px rgba(25,18,18,.23)); transition: transform .35s; }
.category-card:hover img { transform: rotate(3deg) scale(1.04); }
.category-card i { position: absolute; top: 1.4rem; right: 1.4rem; display: grid; place-items: center; width: 2.6rem; height: 2.6rem; border: 1px solid currentColor; border-radius: 50%; font-style: normal; }

.author-band { padding-block: clamp(5rem, 10vw, 9rem); background: #1d1e22; color: white; }
.author-band__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 9vw, 9rem); }
.author-band__copy p:last-child { max-width: 37rem; color: rgba(255,255,255,.62); font-size: 1.05rem; }
.eyebrow--light { color: #e5a9b1; }
.author-list { border-top: 1px solid rgba(255,255,255,.18); }
.author-list a { display: grid; grid-template-columns: 2.5rem 1fr auto; align-items: center; gap: 1rem; padding: 1.55rem 0; border-bottom: 1px solid rgba(255,255,255,.18); color: white; text-decoration: none; transition: padding .2s, color .2s; }
.author-list a:hover { padding-left: .75rem; color: #f2bec5; }
.author-list span { color: rgba(255,255,255,.4); font-family: Georgia, serif; }
.author-list strong { font-family: Georgia, serif; font-size: clamp(1.3rem, 2.2vw, 2rem); }
.author-list em { color: rgba(255,255,255,.52); font-style: normal; font-size: .82rem; }

.collectors-teaser { overflow: hidden; }
.collectors-teaser__grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(4rem, 10vw, 10rem); }
.collectors-teaser__grid > div:last-child p:not(.eyebrow) { max-width: 38rem; margin: 1.5rem 0 2rem; color: var(--muted); font-size: 1.1rem; }
.collector-stack { position: relative; min-height: 520px; border-radius: 50%; background: radial-gradient(circle, #e2d5cd 0 55%, transparent 56%); }
.collector-cover { position: absolute; left: 50%; top: 50%; width: 230px; max-height: 360px; object-fit: contain; filter: drop-shadow(0 22px 17px rgba(27,18,18,.25)); }
.collector-cover--1 { transform: translate(-115%, -52%) rotate(-14deg); }
.collector-cover--2 { transform: translate(-68%, -63%) rotate(-4deg); }
.collector-cover--3 { transform: translate(-20%, -58%) rotate(6deg); }
.collector-cover--4 { transform: translate(25%, -45%) rotate(13deg); }

.catalogue-heading { align-items: end; }
.home-cta { padding-block: clamp(4rem, 8vw, 7rem); background: var(--accent); color: white; }
.home-cta__inner { display: flex; justify-content: space-between; align-items: center; gap: 3rem; }
.home-cta h2 { max-width: 17ch; }
.button--light { border-color: white; background: white; color: var(--accent); }
.button--light:hover { background: #f7e8ea; }

@media (max-width: 1050px) {
  .home-hero__grid { grid-template-columns: 1fr 1fr; }
  .hero-library { transform: scale(.88); transform-origin: center; }
  .featured-books { grid-template-columns: repeat(2, 1fr); }
  .category-card { grid-template-columns: 1fr 140px; }
  .category-card img { width: 140px; }
}
@media (max-width: 820px) {
  .home-hero__grid { min-height: auto; grid-template-columns: 1fr; text-align: left; }
  .home-hero h1 { max-width: 13ch; }
  .hero-library { min-height: 520px; width: min(100%, 620px); margin-inline: auto; transform: none; }
  .split-intro, .author-band__grid, .collectors-teaser__grid { grid-template-columns: 1fr; }
  .category-showcase { grid-template-columns: 1fr; }
  .collector-stack { order: 2; }
  .home-cta__inner { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 650px) {
  .home-hero { padding-top: 2rem; }
  .home-hero__grid { padding-bottom: 2.5rem; }
  .home-hero h1 { font-size: clamp(3rem, 14vw, 4.5rem); }
  .hero-trust { grid-template-columns: 1fr; gap: .5rem; }
  .hero-trust li { grid-template-columns: 6rem 1fr; align-items: center; }
  .hero-library { min-height: 410px; transform: scale(.82); transform-origin: top center; margin-bottom: -70px; }
  .featured-books { grid-template-columns: 1fr 1fr; gap: 1rem; }
  .featured-book__visual { min-height: 280px; padding: 1rem; }
  .featured-book__visual img { height: 240px; }
  .category-card { min-height: 225px; grid-template-columns: 1fr 110px; padding: 1.4rem; }
  .category-card img { width: 110px; height: 180px; }
  .author-list a { grid-template-columns: 2rem 1fr; }
  .author-list em { grid-column: 2; }
  .collector-stack { min-height: 400px; transform: scale(.82); margin: -2rem; }
}
@media (max-width: 470px) {
  .featured-books { grid-template-columns: 1fr; }
  .featured-book { display: grid; grid-template-columns: 42% 58%; align-items: center; }
  .featured-book__visual { min-height: 230px; }
  .featured-book__visual img { height: 205px; }
  .featured-book__body { padding: 1rem; }
  .category-card h3 { font-size: 1.75rem; }
}

/* Ajustements éditoriaux — retour de validation */
:root {
  --logo-lilac: #dad0f1;
  --footer-deep: #38213f;
  --header-height: 5.25rem;
}
body { padding-top: var(--header-height); }
.site-header {
  position: fixed;
  inset: 0 0 auto;
  width: 100%;
  background: var(--logo-lilac);
  backdrop-filter: none;
  border-bottom-color: rgba(56,33,63,.12);
}
.site-header.is-scrolled { border-color: rgba(56,33,63,.18); }
.main-nav a:hover,
.main-nav a:focus-visible,
.nav-button:hover,
.nav-button:focus-visible { background: rgba(255,255,255,.38); }
.menu-toggle { background: rgba(255,255,255,.46); }

.home-hero h1 { font-size: clamp(2.7rem, 5vw, 4.7rem); }
.split-intro h2,
.section-heading--editorial h2,
.author-band h2,
.collectors-teaser h2,
.home-cta h2 { font-size: clamp(2.25rem, 4vw, 4rem); }

.hero-book img,
.featured-book__visual img,
.category-card img,
.book-card__visual img {
  filter: none;
}
.hero-book img { max-height: 410px; }
.featured-book__visual {
  padding: 1rem;
  background: rgba(255,255,255,.28);
}
.featured-book:nth-child(even) .featured-book__visual { background: rgba(255,255,255,.18); }
.featured-book__visual img { height: 350px; object-fit: cover; border-radius: .35rem; }
.book-card__visual { padding: 0; background: #ece7e1; }
.book-card__visual img { object-fit: cover; }
.category-card img { object-fit: cover; height: 220px; border-radius: .45rem; }

.hero-marquee { display: flex; justify-content: center; }
.hero-marquee div {
  width: max-content;
  max-width: none;
  padding-inline: 1rem;
  text-align: center;
  animation: marquee-bounce 9s ease-in-out infinite alternate;
}
@keyframes marquee-bounce {
  from { transform: translateX(-4vw); }
  to { transform: translateX(4vw); }
}

.home-intro--photo {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background-image:
    linear-gradient(90deg, rgba(251,250,247,.96) 0%, rgba(251,250,247,.88) 50%, rgba(251,250,247,.62) 100%),
    url('../images/nature-famille-ifhe.jpg');
  background-size: cover;
  background-position: center;
}
.home-intro--photo::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(to bottom, rgba(251,250,247,.15), rgba(251,250,247,.38));
}
.home-intro--photo .container { position: relative; z-index: 1; }

.category-showcase { grid-template-columns: repeat(3, 1fr); }
.category-card { min-height: 255px; grid-template-columns: 1fr 125px; }
.category-card:nth-child(6) { background: #eadfcf; }
.category-card:nth-child(6) .category-card__copy > span { color: #7a4e1e; }

.collector-stack { overflow: visible; }
.collector-cover { mix-blend-mode: normal; }

.site-footer { background: var(--footer-deep); }
.footer-brand img {
  width: 145px;
  height: auto;
  filter: none;
  border-radius: .3rem;
}
.footer-bottom { justify-content: flex-start; }

@media (max-width: 1050px) {
  .category-showcase { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 820px) {
  .main-nav { top: var(--header-height); background: var(--logo-lilac); }
  .home-intro--photo {
    background-image:
      linear-gradient(rgba(251,250,247,.9), rgba(251,250,247,.9)),
      url('../images/nature-famille-ifhe.jpg');
  }
}
@media (max-width: 650px) {
  .home-hero h1 { font-size: clamp(2.45rem, 12vw, 3.8rem); }
  .category-showcase { grid-template-columns: 1fr; }
  .featured-book__visual img { object-fit: contain; }
  .book-card__visual img { object-fit: contain; padding: .5rem; }
  .hero-marquee div { animation: none; white-space: normal; }
}

/* Correction des couvertures de la section « Trouver son chemin » */
.category-card {
  display: block;
  min-height: 285px;
  padding-right: 9.5rem;
}
.category-card__copy {
  max-width: 100%;
}
.category-card h3 {
  max-width: 10ch;
  font-size: clamp(1.75rem, 2.45vw, 2.45rem);
}
.category-card img {
  position: absolute;
  right: 1.35rem;
  bottom: 1.35rem;
  width: 112px;
  height: 218px;
  object-fit: contain;
  object-position: center;
  border-radius: .45rem;
  transform: none;
}
.category-card:hover img {
  transform: translateY(-5px) rotate(1.5deg);
}
.category-card i { z-index: 3; }

@media (max-width: 1050px) {
  .category-card { min-height: 270px; padding-right: 9rem; }
}
@media (max-width: 620px) {
  .category-card { min-height: 240px; padding-right: 8rem; }
  .category-card img { width: 92px; height: 178px; right: 1rem; bottom: 1rem; }
  .category-card h3 { font-size: 1.85rem; }
}

/* Pages livres — styles strictement isolés de la page d’accueil */
.book-page-main { min-height: 70vh; }
.book-breadcrumb { display: flex; flex-wrap: wrap; gap: .55rem; align-items: center; padding-top: 2rem; padding-bottom: 1.25rem; color: var(--color-muted, #69616a); font-size: .88rem; }
.book-breadcrumb a { color: inherit; text-decoration: none; }
.book-breadcrumb a:hover { color: var(--color-accent, #8f1720); }
.book-hero { position: relative; padding: 1.5rem 0 5.5rem; overflow: hidden; }
.book-hero::before { content: ''; position: absolute; inset: 0; z-index: -2; background: radial-gradient(circle at 15% 40%, rgba(144, 58, 119, .11), transparent 34%), linear-gradient(135deg, #fbf8f3 0%, #f4ede5 100%); }
.book-hero::after { content: ''; position: absolute; width: 30rem; height: 30rem; border: 1px solid rgba(111, 39, 91, .12); border-radius: 50%; right: -14rem; top: -17rem; z-index: -1; }
.book-hero--collector::before { background: radial-gradient(circle at 15% 40%, rgba(129, 75, 33, .13), transparent 34%), linear-gradient(135deg, #faf6ee 0%, #efe2ce 100%); }
.book-hero__grid { display: grid; grid-template-columns: minmax(18rem, .88fr) minmax(22rem, 1.12fr); gap: clamp(3rem, 7vw, 7.5rem); align-items: center; }
.book-gallery { min-width: 0; }
.book-gallery__stage { position: relative; min-height: 34rem; display: grid; place-items: center; padding: 2rem; }
.book-gallery__stage::after { content: ''; position: absolute; z-index: -1; width: 75%; height: 12%; bottom: 6%; border-radius: 50%; background: rgba(42, 26, 38, .18); filter: blur(18px); }
.book-gallery__stage > img { display: block; max-width: min(100%, 27rem); max-height: 37rem; width: auto; height: auto; object-fit: contain; filter: drop-shadow(0 1.7rem 1.3rem rgba(42, 23, 36, .18)); transition: opacity .16s ease, transform .16s ease; }
.book-gallery__stage > img.is-changing { opacity: .2; transform: scale(.98); }
.book-gallery__badge { position: absolute; z-index: 2; top: .8rem; left: .8rem; padding: .55rem .85rem; border-radius: 999px; background: #3c243b; color: white; font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.book-gallery__controls { display: flex; justify-content: center; gap: .8rem; flex-wrap: wrap; margin-top: .2rem; }
.book-gallery__thumb { width: 5.4rem; padding: .45rem; border: 1px solid rgba(45, 34, 43, .16); border-radius: 1rem; background: rgba(255,255,255,.72); cursor: pointer; color: inherit; transition: border-color .2s ease, transform .2s ease, background .2s ease; }
.book-gallery__thumb:hover, .book-gallery__thumb.is-active { border-color: #672352; background: #fff; transform: translateY(-2px); }
.book-gallery__thumb img { display: block; width: 100%; height: 5rem; object-fit: contain; }
.book-gallery__thumb span { display: block; margin-top: .35rem; font-size: .68rem; }
.book-categories { display: flex; flex-wrap: wrap; gap: .55rem; align-items: center; margin-bottom: 1.25rem; color: #8d1c26; font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.book-categories a { color: inherit; text-decoration: none; }
.book-hero__content h1 { max-width: 16ch; margin: 0; font-family: var(--font-display, Georgia, serif); font-size: clamp(2.65rem, 5.2vw, 5.5rem); line-height: .94; letter-spacing: -.04em; }
.book-subtitle { max-width: 37rem; margin: 1.5rem 0 .9rem; font-size: clamp(1.1rem, 1.6vw, 1.35rem); line-height: 1.55; color: #524852; }
.book-authors { margin: 0 0 1.4rem; color: #675e65; }
.book-note { display: inline-block; margin: 0 0 1.4rem; padding: .65rem .85rem; border-left: 3px solid #a11d26; background: rgba(255,255,255,.64); font-weight: 650; }
.book-purchase { display: flex; flex-wrap: wrap; gap: 1.5rem 2rem; align-items: center; padding: 1.35rem 0; border-top: 1px solid rgba(49, 34, 46, .14); border-bottom: 1px solid rgba(49, 34, 46, .14); }
.book-price-label { display: block; color: #766b73; font-size: .73rem; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.book-price { display: block; margin-top: .2rem; font-family: var(--font-display, Georgia, serif); font-size: 1.8rem; }
.book-purchase__actions { display: flex; gap: .75rem; flex-wrap: wrap; }
.book-unavailable { max-width: 29rem; margin: 0; color: #655b63; line-height: 1.55; }
.book-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; margin: 1.3rem 0 0; }
.book-facts div { padding: .9rem .8rem .9rem 0; border-bottom: 1px solid rgba(49, 34, 46, .11); }
.book-facts dt { margin-bottom: .22rem; color: #847981; font-size: .72rem; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.book-facts dd { margin: 0; font-weight: 650; }
.book-content-section { background: #fffdf9; }
.book-content-grid { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(17rem, .7fr); gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.book-presentation h2, .book-resources h2 { margin-top: .25rem; font-family: var(--font-display, Georgia, serif); font-size: clamp(2rem, 3.6vw, 3.4rem); line-height: 1.05; }
.book-rich-text { max-width: 47rem; color: #4f474d; font-size: 1.04rem; line-height: 1.85; }
.book-rich-text p { margin: 0 0 1.25rem; }
.book-rich-text ul { margin: .4rem 0 1.4rem; padding-left: 1.25rem; }
.book-rich-text li { margin-bottom: .45rem; }
.book-resources { display: grid; gap: 1.25rem; }
.book-resources > section { padding: 1.65rem; border: 1px solid rgba(49,34,46,.12); border-radius: 1.4rem; background: #faf6f0; }
.book-resources h2 { font-size: 1.65rem; }
.book-resources ul { list-style: none; margin: 1rem 0 0; padding: 0; }
.book-resources li + li { border-top: 1px solid rgba(49,34,46,.11); }
.book-resources li a { display: flex; justify-content: space-between; gap: 1rem; padding: .8rem 0; color: #552044; font-weight: 700; text-decoration: none; }
.book-help-card { background: #3b2138 !important; color: #fff; }
.book-help-card .eyebrow { color: #e8bd87; }
.book-help-card p { line-height: 1.65; color: rgba(255,255,255,.78); }
.book-help-card a { color: #fff; font-weight: 750; }
.related-books .section-heading { align-items: end; }
.book-grid--related { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.book-error { padding-block: 7rem; }

@media (max-width: 900px) {
  .book-hero__grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .book-gallery__stage { min-height: 27rem; }
  .book-gallery__stage > img { max-height: 30rem; }
  .book-hero__content { max-width: 44rem; }
  .book-content-grid { grid-template-columns: 1fr; gap: 3rem; }
  .book-grid--related { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
  .book-breadcrumb { padding-top: 1rem; }
  .book-hero { padding-top: .5rem; padding-bottom: 4rem; }
  .book-gallery__stage { min-height: 23rem; padding: 1rem; }
  .book-gallery__stage > img { max-height: 25rem; }
  .book-hero__content h1 { font-size: clamp(2.35rem, 13vw, 3.5rem); }
  .book-purchase { align-items: flex-start; }
  .book-purchase__actions, .book-purchase__actions .button { width: 100%; }
  .book-facts { grid-template-columns: 1fr; }
  .book-grid--related { grid-template-columns: 1fr; }
}


/* Pages catégories — styles isolés */
.category-page-main { min-height: 70vh; }
.category-breadcrumb { display: flex; flex-wrap: wrap; gap: .55rem; align-items: center; padding-top: 2rem; padding-bottom: 1.25rem; color: var(--muted); font-size: .88rem; }
.category-breadcrumb a { color: inherit; text-decoration: none; }
.category-breadcrumb a:hover { color: var(--accent); }
.category-hero { position: relative; overflow: hidden; padding: clamp(3.5rem, 7vw, 7rem) 0 clamp(4rem, 8vw, 7.5rem); background: radial-gradient(circle at 82% 22%, rgba(143,34,48,.12), transparent 24rem), linear-gradient(135deg, #fbf8f3 0%, #eee4dc 100%); }
.category-hero::after { content: ''; position: absolute; width: 30rem; height: 30rem; right: -12rem; top: -18rem; border: 1px solid rgba(90,37,72,.13); border-radius: 50%; }
.category-hero--collectors { background: radial-gradient(circle at 82% 22%, rgba(123,82,42,.14), transparent 24rem), linear-gradient(135deg, #faf6ee 0%, #eadbc5 100%); }
.category-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(13rem, .45fr); gap: clamp(3rem, 9vw, 9rem); align-items: end; }
.category-hero h1 { max-width: 15ch; margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(3rem, 6.7vw, 6.8rem); line-height: .92; letter-spacing: -.045em; }
.category-hero__subtitle { margin: 1.4rem 0 .75rem; color: var(--accent); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.3rem, 2.2vw, 1.85rem); }
.category-hero__intro { max-width: 48rem; margin: 0; color: #594f56; font-size: clamp(1.03rem, 1.5vw, 1.2rem); line-height: 1.72; }
.category-hero__count { display: grid; justify-items: start; padding: 1.5rem 0 0; border-top: 1px solid rgba(47,33,44,.19); }
.category-hero__count strong { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(4.5rem, 8vw, 7.5rem); line-height: .8; font-weight: 400; }
.category-hero__count span { margin-top: .9rem; font-size: 1rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.category-hero__count small { margin-top: .3rem; color: var(--muted); }
.category-listing { background: #fffdf9; }
.category-listing__heading { align-items: end; }
.category-listing__heading > p { max-width: 35rem; margin: .5rem 0 0; color: var(--muted); line-height: 1.65; }
.category-book-grid { margin-top: 3rem; }
.category-explore { border-top: 1px solid var(--line); }
.category-links-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2.5rem; }
.category-links-grid a { display: flex; justify-content: space-between; align-items: center; gap: 1.2rem; min-height: 7rem; padding: 1.5rem; border: 1px solid var(--line); border-radius: var(--radius-lg); background: rgba(255,255,255,.55); color: inherit; text-decoration: none; transition: transform .22s ease, box-shadow .22s ease, background .22s ease; }
.category-links-grid a:hover { transform: translateY(-4px); background: white; box-shadow: var(--shadow); }
.category-links-grid span { max-width: 15ch; font-family: Georgia, 'Times New Roman', serif; font-size: 1.35rem; line-height: 1.1; }
.category-links-grid i { display: grid; place-items: center; width: 2.4rem; height: 2.4rem; flex: 0 0 auto; border: 1px solid currentColor; border-radius: 50%; font-style: normal; }
.category-error { padding-block: 7rem; }

@media (max-width: 900px) {
  .category-hero__grid { grid-template-columns: 1fr; gap: 3rem; }
  .category-hero__count { max-width: 18rem; }
  .category-links-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .category-breadcrumb { padding-top: 1rem; }
  .category-hero { padding-top: 3rem; }
  .category-hero h1 { font-size: clamp(2.75rem, 14vw, 4.25rem); }
  .category-links-grid { grid-template-columns: 1fr; }
  .category-links-grid a { min-height: 5.8rem; }
}


/* Pages auteurs */
.footer-logo { width: min(230px, 100%); height: auto; object-fit: contain; }
.book-authors a, .book-card__authors a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .18em; }
.author-page-main { min-height: 70vh; }
.author-breadcrumb { display:flex; gap:.55rem; align-items:center; padding-top:2rem; padding-bottom:1.25rem; color:var(--muted); font-size:.88rem; }
.author-breadcrumb a { color:inherit; text-decoration:none; }
.author-hero { padding:clamp(3rem,7vw,7rem) 0; background:radial-gradient(circle at 80% 18%,rgba(143,34,48,.12),transparent 24rem),linear-gradient(135deg,#fbf8f3,#eee4dc); }
.author-hero__grid { display:grid; grid-template-columns:minmax(16rem,.72fr) minmax(0,1.28fr); gap:clamp(3rem,8vw,8rem); align-items:center; }
.author-portrait { margin:0; border-radius:1rem; overflow:hidden; box-shadow:var(--shadow); aspect-ratio:4/5; background:#e8dfd7; }
.author-portrait img { width:100%; height:100%; object-fit:cover; display:block; }
.author-hero h1 { margin:.3rem 0 1rem; font-family:Georgia,'Times New Roman',serif; font-size:clamp(3.2rem,7vw,7rem); line-height:.92; letter-spacing:-.045em; }
.author-lead { max-width:36rem; color:#594f56; font-size:clamp(1.1rem,1.8vw,1.35rem); line-height:1.65; }
.author-bio-grid { display:grid; grid-template-columns:minmax(0,1.65fr) minmax(15rem,.55fr); gap:clamp(3rem,8vw,7rem); align-items:start; }
.author-biography h2 { margin:.25rem 0 1.7rem; font-family:Georgia,'Times New Roman',serif; font-size:clamp(2.2rem,4vw,4rem); line-height:1; }
.author-rich-text { max-width:50rem; color:#4f474d; font-size:1.04rem; line-height:1.85; }
.author-rich-text p { margin:0 0 1.35rem; }
.author-side { position:sticky; top:8rem; padding:1.7rem; border:1px solid var(--line); border-radius:var(--radius-lg); background:#faf6f0; }
.author-side h2 { font-family:Georgia,'Times New Roman',serif; font-size:1.75rem; }
.author-side a { display:flex; justify-content:space-between; gap:1rem; padding:1rem 0; border-top:1px solid var(--line); color:inherit; font-weight:750; text-decoration:none; }
.author-book-grid { margin-top:2.5rem; }
@media(max-width:900px){.author-hero__grid,.author-bio-grid{grid-template-columns:1fr}.author-portrait{max-width:27rem}.author-side{position:static}.author-book-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.author-hero h1{font-size:clamp(3rem,15vw,4.4rem)}.author-book-grid{grid-template-columns:1fr}}

/* Page Acheter nos livres */
.buy-page-main { min-height: 70vh; }
.buy-hero { position: relative; min-height: clamp(28rem, 54vw, 43rem); display: flex; align-items: end; overflow: hidden; background: #211b18; color: #fff; }
.buy-hero__image { position: absolute; inset: 0; background: url('../images/Bandeau-librairie.png') center center / cover no-repeat; transform: scale(1.01); }
.buy-hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,13,12,.88) 0%, rgba(20,13,12,.65) 42%, rgba(20,13,12,.12) 76%), linear-gradient(0deg, rgba(20,13,12,.4), transparent 52%); }
.buy-hero__content { position: relative; z-index: 1; padding-top: 9rem; padding-bottom: clamp(4rem, 8vw, 7rem); }
.buy-hero h1 { max-width: 12ch; margin: .3rem 0 1.2rem; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(3.4rem, 8vw, 7.7rem); line-height: .9; letter-spacing: -.05em; }
.buy-hero p:last-child { max-width: 43rem; margin: 0; color: rgba(255,255,255,.9); font-size: clamp(1.15rem, 2vw, 1.45rem); line-height: 1.62; }
.buy-direct { background: #fffdf9; }
.buy-direct__grid { display: grid; grid-template-columns: 8rem minmax(0, 1fr); gap: clamp(2rem, 5vw, 4.5rem); align-items: center; max-width: 68rem; }
.buy-direct__icon { display: grid; place-items: center; width: 8rem; height: 8rem; border: 1px solid rgba(143,34,48,.18); border-radius: 50%; background: #faf4ee; font-size: 3.2rem; }
.buy-direct h2, .buy-heading h2, .buy-help h2 { font-family: Georgia, 'Times New Roman', serif; }
.buy-direct h2 { margin: .2rem 0 1rem; font-size: clamp(2.2rem, 4vw, 4rem); line-height: 1; }
.buy-direct p { max-width: 50rem; color: #51484e; font-size: 1.08rem; line-height: 1.75; }
.buy-direct .button { margin-top: .7rem; }
.buy-heading { align-items: end; }
.buy-heading > p { max-width: 38rem; color: var(--muted); line-height: 1.7; }
.retailer-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; margin-top: 3rem; }
.retailer-card { display: grid; grid-template-rows: 4.5rem auto auto; justify-items: center; align-items: center; min-height: 15.5rem; padding: 1.5rem; border: 1px solid var(--line); border-radius: 1rem; background: #fff; box-shadow: 0 8px 28px rgba(45,32,41,.06); color: inherit; text-align: center; text-decoration: none; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.retailer-card:hover { transform: translateY(-5px); border-color: rgba(143,34,48,.32); box-shadow: var(--shadow); }
.retailer-card__mark { font-size: 2.8rem; }
.retailer-card__wordmark { font-family: Georgia, 'Times New Roman', serif; color: #701d2b; font-size: clamp(1.65rem, 2.5vw, 2.35rem); font-weight: 700; line-height: 1; }
.retailer-card__wordmark--amazon { color: #181818; font-family: Arial, sans-serif; font-weight: 800; text-transform: lowercase; }
.retailer-card strong { align-self: start; font-size: .82rem; letter-spacing: .07em; text-transform: uppercase; }
.retailer-card > span:last-child { align-self: end; padding: .7rem 1rem; border-radius: .45rem; background: var(--accent); color: #fff; font-size: .84rem; font-weight: 750; }
.retailer-card i { font-style: normal; }
.buy-international { background: #fffdf9; }
.international-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 3rem; }
.country-card { display: grid; grid-template-columns: auto 1fr; gap: .15rem 1rem; align-items: center; padding: 1.7rem 2rem; border: 1px solid var(--line); border-radius: 1rem; background: #fff; color: inherit; text-decoration: none; transition: transform .22s ease, box-shadow .22s ease; }
.country-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.country-card__flag { grid-row: 1 / span 3; font-size: 2.4rem; }
.country-card small { font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.country-card strong { font-family: Georgia, 'Times New Roman', serif; color: var(--accent); font-size: 1.75rem; }
.country-card > span:last-child { color: var(--accent); font-size: .84rem; font-weight: 750; }
.buy-help { display: grid; grid-template-columns: 4rem 1fr; gap: 1.3rem; align-items: center; margin-top: 2rem; padding: 1.5rem 1.8rem; border-radius: 1rem; background: #f3eadf; }
.buy-help > span { display: grid; place-items: center; width: 4rem; height: 4rem; border-radius: 50%; background: #d8c0a4; color: #fff; font-family: Georgia, serif; font-size: 2.2rem; font-weight: 700; }
.buy-help h2 { margin: 0 0 .35rem; color: var(--accent); font-size: 1.35rem; }
.buy-help p { margin: 0; color: #51484e; line-height: 1.65; }
@media (max-width: 980px) { .retailer-grid { grid-template-columns: repeat(2, 1fr); } .international-grid { grid-template-columns: 1fr; } }
@media (max-width: 700px) { .buy-hero { min-height: 34rem; } .buy-hero__shade { background: linear-gradient(90deg, rgba(20,13,12,.84), rgba(20,13,12,.48)); } .buy-direct__grid { grid-template-columns: 1fr; } .buy-direct__icon { width: 6rem; height: 6rem; font-size: 2.5rem; } .retailer-grid { grid-template-columns: 1fr; } .retailer-card { min-height: 13rem; } .buy-help { grid-template-columns: 1fr; } }

/* Page Contact — styles isolés */
.contact-page-main { min-height: 70vh; }
.contact-hero { position: relative; min-height: clamp(27rem, 48vw, 39rem); display: flex; align-items: end; overflow: hidden; background: #211b18; color: #fff; }
.contact-hero__image { position: absolute; inset: 0; background: url('../images/Bandeau-librairie.png') center 55% / cover no-repeat; transform: scale(1.01); }
.contact-hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,13,12,.9) 0%, rgba(20,13,12,.68) 45%, rgba(20,13,12,.16) 78%), linear-gradient(0deg, rgba(20,13,12,.42), transparent 55%); }
.contact-hero__content { position: relative; z-index: 1; padding-top: 8rem; padding-bottom: clamp(4rem, 7vw, 6rem); }
.contact-hero h1 { max-width: 12ch; margin: .3rem 0 1.15rem; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(3.4rem, 7.5vw, 7rem); line-height: .92; letter-spacing: -.05em; }
.contact-hero p:last-child { max-width: 43rem; margin: 0; color: rgba(255,255,255,.9); font-size: clamp(1.08rem, 1.8vw, 1.35rem); line-height: 1.65; }
.eyebrow--light { color: #f1c8ce; }
.contact-section { background: #fffdf9; }
.contact-layout { display: grid; grid-template-columns: minmax(17rem, .72fr) minmax(0, 1.28fr); gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.contact-details { position: sticky; top: calc(var(--header-height) + 2rem); padding: clamp(1.8rem, 4vw, 3rem); border: 1px solid var(--line); border-radius: var(--radius-lg); background: linear-gradient(145deg, #f5eee8, #eee2d8); }
.contact-details h2, .contact-form-card h2 { margin: .1rem 0 1.25rem; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2.1rem, 4vw, 3.3rem); line-height: 1; }
.contact-details address { margin-bottom: 2rem; color: #51484e; font-style: normal; font-size: 1.08rem; line-height: 1.75; }
.contact-method { display: grid; grid-template-columns: 3rem 1fr; gap: 1rem; align-items: center; padding-block: 1rem; border-top: 1px solid rgba(32,33,37,.12); }
.contact-method > span { display: grid; place-items: center; width: 3rem; height: 3rem; border-radius: 50%; background: rgba(143,34,48,.1); color: var(--accent); font-size: .85rem; font-weight: 850; }
.contact-method div { display: grid; min-width: 0; }
.contact-method small { color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.contact-method a { overflow-wrap: anywhere; color: var(--accent); font-weight: 750; text-decoration: none; }
.contact-method a:hover { text-decoration: underline; }
.contact-details__note { margin: 1.8rem 0 0; color: var(--muted); font-size: .92rem; line-height: 1.65; }
.contact-form-card { padding: clamp(1.6rem, 4vw, 3.25rem); border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: 0 18px 50px rgba(23,23,28,.07); }
.contact-form { display: grid; gap: 1.25rem; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.form-field { display: grid; gap: .45rem; }
.form-field label { font-weight: 750; }
.form-field input, .form-field textarea { width: 100%; border: 1px solid rgba(32,33,37,.2); border-radius: .8rem; background: #fffdfb; padding: .85rem 1rem; color: var(--ink); font: inherit; transition: border-color .18s, box-shadow .18s; }
.form-field textarea { min-height: 12rem; resize: vertical; }
.form-field input:focus, .form-field textarea:focus { border-color: var(--accent); outline: 0; box-shadow: 0 0 0 4px rgba(143,34,48,.11); }
.form-field--captcha { max-width: 18rem; }
.form-field--captcha small { color: var(--muted); line-height: 1.45; }
.form-consent { display: grid; grid-template-columns: auto 1fr; gap: .75rem; align-items: start; color: #51484e; font-size: .92rem; line-height: 1.55; }
.form-consent input { width: 1.15rem; height: 1.15rem; margin-top: .18rem; accent-color: var(--accent); }
.contact-submit { justify-self: start; min-width: 12rem; border: 0; }
.form-required { margin: -.5rem 0 0; color: var(--muted); font-size: .78rem; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-notice { display: grid; gap: .35rem; margin-bottom: 1.5rem; padding: 1rem 1.15rem; border-radius: .8rem; }
.form-notice ul { margin: .35rem 0 0; padding-left: 1.25rem; }
.form-notice--success { border: 1px solid rgba(33,112,69,.25); background: #edf8f1; color: #1e6840; }
.form-notice--error { border: 1px solid rgba(143,34,48,.25); background: #fff0f1; color: #7b1d29; }
@media (max-width: 850px) {
  .contact-layout { grid-template-columns: 1fr; }
  .contact-details { position: static; }
}
@media (max-width: 600px) {
  .contact-hero { min-height: 31rem; }
  .contact-hero__shade { background: linear-gradient(90deg, rgba(20,13,12,.88), rgba(20,13,12,.48)); }
  .form-grid { grid-template-columns: 1fr; }
  .contact-form-card, .contact-details { border-radius: 1rem; }
  .contact-submit { width: 100%; }
}
