/* =========================
   HERO
========================= */

.hero-banner {
    background: #fff;
    border-bottom: 1px solid var(--h-line);
    padding: 28px 0 0;
}

.book-hero {
    --hero-gap: 16px;
    --hero-main-height: 540px;
    --hero-strip-height: 92px;
    --hero-right-card-height: calc((var(--hero-main-height) - var(--hero-gap)) / 2);

    display: grid;
    grid-template-columns: 64% 36%;
    gap: var(--hero-gap);
    align-items: start;
}

.book-hero__left {
    display: grid;
    grid-template-rows: var(--hero-main-height) var(--hero-strip-height);
    gap: var(--hero-gap);
    min-width: 0;
}

.book-hero__main {
    display: grid;
    grid-template-columns: 56% 44%;
    align-items: center;
    gap: 10px;
    padding: 56px;
    height: var(--hero-main-height);
    background: #fff;
    border: 1px solid rgba(17, 17, 17, 0.06);
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}

.book-hero__text,
.book-hero__visual {
    min-width: 0;
}

.book-hero__eyebrow,
.book-side-card__eyebrow,
.book-hero__title,
.book-side-card__title,
.book-hero__desc,
.submission-strip__text {
    margin-top: 0;
}

.book-hero__eyebrow,
.book-side-card__eyebrow {
    margin: 0 0 18px;
    color: #4f4f4f;
    font-size: 0.92rem;
}

.book-hero__title {
    margin: 0 0 22px;
    max-width: 14ch;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.8rem, 5vw, 4.1rem);
    line-height: 1.08;
    font-weight: 500;
    letter-spacing: -0.03em;
}

.book-hero__desc {
    margin: 0 0 28px;
    max-width: 32ch;
    font-size: 1.05rem;
    line-height: 1.65;
    color: #5b5b5b;
}

.book-hero__btn,
.book-side-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 24px;
    border: 1px solid #111;
    background: transparent;
    color: #111;
}

.book-hero__btn:hover {
    background: #111;
    color: #fff;
}

.book-hero__visual {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 20px;
}

.book-hero__visual img {
    width: 180%;
    max-width: none;
    height: auto;
    object-fit: contain;
}

.book-hero__placeholder {
    width: 100%;
    aspect-ratio: 4 / 3;
    background: linear-gradient(180deg, #f4f0ec 0%, #eae4df 100%);
}

.book-hero__side {
    display: grid;
    grid-template-rows: var(--hero-right-card-height) var(--hero-right-card-height) var(--hero-strip-height);
    gap: var(--hero-gap);
    min-width: 0;
    margin: 0;
}

/* =========================
   HERO VIDEO MODE
========================= */

.book-hero__main--video {
    display: block;
    padding: 0;
    background: #000;
}

.book-hero__main--video .book-hero__text,
.book-hero__main--video .book-hero__visual {
    display: none;
}

.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000;
}

.hero-video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 140%;
    height: 140%;
    border: 0;
    transform: translate(-50%, -50%);
}

/* =========================
   HERO RIGHT CARDS
========================= */

.book-side-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 258px;
    height: 100%;
    margin: 0;
    padding: 32px;
    overflow: hidden;
    border-radius: 6px;
    box-sizing: border-box;
    background: #f6f6f6;
}

.book-side-card--one {
    background: #e8f0f3;
}

.book-side-card--two {
    background: #f2e9e9;
}

.book-side-card__content {
    position: relative;
    z-index: 2;
    max-width: 62%;
}

.book-side-card__eyebrow {
    margin-bottom: 10px;
    font-size: 0.85rem;
    color: #777;
    text-transform: none;
}

.book-side-card__title {
    margin: 0 0 16px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.5rem, 2vw, 2.2rem);
    line-height: 1.15;
    font-weight: 500;
    letter-spacing: -0.03em;
}

.book-side-card__text {
    margin: 0 0 16px;
    max-width: 28ch;
    font-size: 0.98rem;
    line-height: 1.55;
    color: #5f5f5f;
}

.book-side-card a,
.book-side-card .wp-block-button__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid #111;
    background: transparent;
    color: #111;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.2s ease;
}

.book-side-card a:hover,
.book-side-card .wp-block-button__link:hover,
.book-side-card__btn:hover {
    background: #111;
    color: #fff;
}

.book-side-card__image {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 220px;
    max-width: 220px;
    z-index: 1;
    pointer-events: none;
}

.book-side-card__image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* =========================
   STRIPS
========================= */

.submission-strip--inside {
    height: var(--hero-strip-height);
    margin: 0;
    background: #e9e0d6;
    border: 1px solid rgba(17, 17, 17, 0.06);
    box-sizing: border-box;
}

.submission-strip__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    height: 100%;
    min-height: 100%;
    padding: 18px 24px;
    box-sizing: border-box;
}

.submission-strip__text {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.4;
    color: #222;
}

.submission-strip__actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.submission-strip__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid #111;
    background: transparent;
    color: #111;
    text-decoration: none;
    white-space: nowrap;
    box-sizing: border-box;
}

.submission-strip__link:hover {
    background: #111;
    color: #fff;
}

.submission-strip--newsletter {
    margin-top: 22px;
    margin-bottom: 6px;
    background: #efe6db;
    border-top: 1px solid #d9cec1;
    border-bottom: 1px solid #d9cec1;
}

.submission-strip--newsletter .submission-strip__inner {
    padding: 14px 18px;
}

.submission-strip--newsletter .submission-strip__text {
    font-size: 0.98rem;
    line-height: 1.45;
    color: #544c43;
}

.submission-strip--newsletter .submission-strip__link {
    min-height: 42px;
    padding: 0 20px;
    border: 1px solid #111;
    background: transparent;
    color: #111;
    font-size: 0.92rem;
    letter-spacing: 0.02em;
}

.submission-strip--newsletter .submission-strip__link:hover {
    background: #111;
    color: #fff;
}

/* =========================
   SEARCH STRIP
========================= */

.search-strip {
    display: flex;
    align-items: center;
    height: var(--hero-strip-height);
    margin: 0;
    padding: 14px 18px;
    background: #e9e0d6;
    border: 1px solid rgba(17, 17, 17, 0.06);
    box-sizing: border-box;
}

.search-strip__form {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
    width: 100%;
}

.search-strip__input {
    width: 100%;
    min-height: 42px;
    padding: 0 14px;
    border: 1px solid rgba(17, 17, 17, 0.25);
    background: #f3ebe2;
    color: #111;
    font-family: inherit;
    font-size: 14px;
    outline: none;
    box-sizing: border-box;
}

.search-strip__input:focus {
    border-color: #111;
    background: #fff;
}

.search-strip__input::placeholder {
    color: #666;
    opacity: 1;
}

.search-strip__button {
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid #111;
    background: transparent;
    color: #111;
    font-size: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    cursor: pointer;
    box-sizing: border-box;
}

.search-strip__button:hover {
    background: #111;
    color: #fff;
}

/* =========================
   NOUVEAUTÉS
========================= */

.new-releases-section {
    padding-top: 24px;
}

.new-releases-intro {
    max-width: 620px;
    margin: 10px auto 0;
    text-align: center;
    color: #666;
}

.new-releases-layout {
    display: grid;
    grid-template-columns: 36% 64%;
    gap: 28px;
    align-items: start;
}

.new-releases-feature {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    background: #111;
}

.new-releases-feature__link {
    position: relative;
    display: block;
    height: 100%;
    min-height: 520px;
    color: #fff;
    text-decoration: none;
}

.new-releases-feature img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
}

.new-releases-feature__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 32px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.05));
}

.new-releases-feature__eyebrow {
    margin: 0 0 10px;
    font-size: 0.85rem;
    opacity: 0.9;
    color: #fff;
}

.new-releases-feature__overlay h3 {
    margin: 0 0 16px;
    font-size: 2.2rem;
    line-height: 1.1;
    color: #fff;
}

.new-releases-feature__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    width: fit-content;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    box-sizing: border-box;
}

.new-releases-feature__button:hover {
    background: #fff;
    color: #111;
}

.new-releases-products {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px 18px;
}

.new-release-card {
    display: flex;
    flex-direction: column;
}

.new-release-card__image {
    display: block;
    background: #fafafa;
    text-decoration: none;
}

.new-release-card__image img {
    display: block;
    width: 100%;
    height: auto;
}

.new-release-card__title {
    margin: 12px 0 8px;
    font-size: 1rem;
    line-height: 1.35;
}

.new-release-card__title a {
    color: #111;
    text-decoration: none;
}

.new-release-card__price {
    margin-bottom: 12px;
    color: #a54b1a;
    font-weight: 500;
}

.new-release-card__actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    margin-top: auto;
}

.new-release-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 16px;
    font-size: 13px;
    letter-spacing: 0.03em;
    background: #111;
    color: #fff;
    border: 1px solid #111;
    text-decoration: none;
    box-sizing: border-box;
    transition: all 0.2s ease;
}

.new-release-card__button:hover {
    background: transparent;
    color: #111;
}

.new-release-card__button.secondary {
    background: transparent;
    color: #111;
    border: 1px solid #111;
}

.new-release-card__button.secondary:hover {
    background: #111;
    color: #fff;
}

/* =========================
   NEWS
========================= */

.news-section {
    margin-top: 60px;
    padding: 50px 40px;
    background: #fff;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.news-section h2 {
    font-size: 2rem;
    letter-spacing: 0.02em;
}

.news-intro {
    max-width: 600px;
    margin: 10px auto 0;
    text-align: center;
    color: #777;
    font-size: 0.95rem;
}

.news-layout {
    display: grid;
    grid-template-columns: 60% 40%;
    gap: 30px;
    align-items: stretch;
}

.news-main {
    margin-bottom: 0;
}

.news-main__image {
    display: block;
    width: 100%;
    height: 320px;
    overflow: hidden;
    position: relative;
}

.news-main__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.news-main__content {
    margin-top: 10px;
}

.news-main__content h3 {
    margin: 6px 0 0;
    font-size: 1.4rem;
    line-height: 1.3;
}

.news-main__content h3 a,
.news-item__content h4 a {
    color: #111;
    text-decoration: none;
}

.news-main__content h3 a:hover,
.news-item__content h4 a:hover {
    text-decoration: underline;
}

.news-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
    justify-content: space-between;
}

.news-item {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 14px;
    align-items: center;
    transition: opacity 0.2s ease;
}

.news-item:hover {
    opacity: 0.7;
}

.news-item__content h4 {
    margin: 4px 0 0;
    font-size: 0.95rem;
    line-height: 1.3;
}

.news-item__image img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

/* =========================
   BIENTÔT
========================= */

.soon-section {
    margin-top: 60px;
    padding: 38px 46px 44px;
    background: #0b0b0b;
    color: #eee;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
}

.soon-section .section-head {
    margin-bottom: 28px;
}

.soon-section .section-head h2 {
    margin: 0;
    text-align: center;
    font-size: 2.9rem;
    line-height: 1;
    color: #fff;
}

.soon-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    gap: 0;
    max-width: 980px;
    margin: 0 auto;
    min-height: 420px;
    padding: 0;
}

.soon-content,
.soon-image {
    min-width: 0;
    min-height: 420px;
    box-sizing: border-box;
}

.soon-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 36px 54px 95px 56px;
    background: transparent;
}

.soon-content::after {
    content: "";
    position: absolute;
    top: 28px;
    right: 0;
    width: 1px;
    height: calc(100% - 56px);
    background: rgba(255, 255, 255, 0.14);
}

.soon-label {
    display: block;
    margin: 0 0 14px;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #7f7f7f;
}

.soon-category {
    display: block;
    width: 100%;
    text-align: center;
    margin: 10px 0 18px;
    font-size: 1.8rem;
    line-height: 1.1;
    color: #fff;
}

.soon-content h2 {
    margin: 0 0 18px;
    width: 100%;
    max-width: 100%;
    font-size: 2rem;
    line-height: 1.1;
    white-space: nowrap;
    text-align: left;
    color: #fff;
}

.soon-content h2 a {
    display: inline-block;
    white-space: nowrap;
    color: #fff;
    text-decoration: none;
}

.soon-content h2 a:hover {
    text-decoration: underline;
}

.soon-content p {
    margin: 0 0 22px;
    max-width: 24ch;
    color: #bdbdbd;
    line-height: 1.65;
    font-size: 1rem;
}

.soon-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    margin-top: 22px;
    position: absolute;
    left: 50%;
    bottom: 34px;
    transform: translateX(-50%);
    border: 1px solid rgba(255, 255, 255, 0.72);
    color: #fff;
    text-decoration: none;
    background: transparent;
    box-sizing: border-box;
    transition: all 0.2s ease;
}

.soon-button:hover {
    background: #fff;
    color: #111;
}

.soon-image {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 36px 56px 36px 54px;
    background: transparent;
}

.soon-image img {
    display: block;
    width: auto;
    max-width: 68%;
    max-height: 540px;
    height: auto;
    object-fit: contain;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.30);
}

/* =========================
   AUTEURS
========================= */

.authors-section {
    margin-top: 60px;
    padding: 44px 46px;
    background: #efede8;
    border-top: 1px solid #ddd8cf;
    border-bottom: 1px solid #ddd8cf;
}

.authors-section .section-head {
    margin-bottom: 30px;
}

.authors-section .section-head h2 {
    margin: 0;
    font-size: 2.6rem;
    line-height: 1;
    color: #111;
    letter-spacing: 0.02em;
}

.authors-carousel {
    display: grid;
    grid-template-columns: 64px 1fr 64px;
    align-items: center;
    gap: 26px;
}

.authors-carousel__nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 1px solid #111;
    background: transparent;
    color: #111;
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
    box-sizing: border-box;
    justify-self: center;
}

.authors-carousel__nav:hover {
    background: #111;
    color: #fff;
}

.authors-carousel__track {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px;
    align-items: start;
}

.author-card {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 20px;
    align-items: center;
    min-height: 120px;
}

.author-card__image {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    background: #d0ceca;
    flex-shrink: 0;
}

.author-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-card__content {
    min-width: 0;
}

.author-card__content h3 {
    margin: 0 0 8px;
    font-size: 1.1rem;
    line-height: 1.2;
    color: #111;
}

.author-card__content p {
    margin: 0;
    max-width: 32ch;
    font-size: 0.98rem;
    line-height: 1.55;
    color: #4e4e4e;
}
/* =========================
   CATALOGUE
========================= */

.catalogue-section {
    margin-top: 80px;
    margin-bottom: 80px;
    padding: 0;
    text-align: center;
}

.catalogue-section .section-head {
    margin-bottom: 34px;
}

.catalogue-section h2 {
    margin: 0 0 8px;
    font-size: 2.4rem;
    line-height: 1.05;
    color: #111;
}

.catalogue-intro {
    margin: 0;
    font-size: 0.95rem;
    color: #777;
}

.catalogue-intro a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: all 0.2s ease;
}

.catalogue-intro a:hover {
    border-bottom: 1px solid #111;
}

.catalogue-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 22px;
    align-items: start;
    max-width: 1200px;
    margin: 0 auto;
}

.catalogue-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
    height: 100%;
    transition: all 0.25s ease;
}

.catalogue-card:hover {
    transform: translateY(-3px) scale(1.01);
    box-shadow: 0 8px 20px rgba(160, 160, 160, 0.25);
}

.catalogue-card__image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 2 / 3;
    overflow: hidden;
    background: #f6f6f6;
    text-decoration: none;
}

.catalogue-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.catalogue-card:hover .catalogue-card__image img {
    transform: scale(1.03);
}

.catalogue-card__title {
    margin: 14px 0 6px;
    font-size: 1rem;
    line-height: 1.3;
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.catalogue-card__title a {
    color: #111;
    text-decoration: none;
}

.catalogue-card__title a:hover {
    text-decoration: underline;
}

.catalogue-card__price {
    margin-bottom: 12px;
    color: #a54b1a;
    font-size: 0.95rem;
    font-weight: 500;
}

.catalogue-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 16px;
    margin-top: auto;
    border: 1px solid #111;
    background: transparent;
    color: #111;
    text-decoration: none;
    font-size: 0.85rem;
    transition: all 0.2s ease;
}

.catalogue-card__btn:hover {
    background: #111;
    color: #fff;
}

/* =========================
   BOUTON FICHE
========================= */

.catalogue-card__fiche-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    padding: 7px 14px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 0.78rem;
    letter-spacing: 0.05em;
    background: #2b2b2b;
    color: #f4f4f4;
    border: 1px solid #2b2b2b;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.25s ease;
}

.catalogue-card__fiche-btn:hover {
    background: #111;
    color: #fff;
    border-color: #111;
    transform: translateY(-1px);
}

/* =========================
   POPUP FICHE
========================= */

.catalogue-card__fiche-popup {
    position: absolute;
    bottom: calc(100% + 6px);
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    width: 220px;
    max-width: 220px;
    opacity: 0;
    visibility: hidden;
    z-index: 30;
    transition: all 0.25s ease;
    pointer-events: none;
}

.catalogue-card:hover .catalogue-card__fiche-popup,
.catalogue-card__fiche-popup.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.fiche-inner {
    position: relative;
    background: #fffdf5;
    border: 1px solid #e2d8c8;
    padding: 14px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
    text-align: left;
    box-sizing: border-box;
}

.fiche-inner p {
    margin: 0 0 10px;
    font-size: 0.9rem;
    line-height: 1.45;
    color: #333;
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.fiche-inner a {
    font-size: 0.8rem;
    color: #111;
    text-decoration: none;
    border-bottom: 1px solid #111;
}
/* =========================
   BULLE (flèche)
========================= */

.fiche-inner::after {
    content: "";
    position: absolute;

    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);

    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #fffdf5;
}

.fiche-inner::before {
    content: "";
    position: absolute;

    bottom: -11px;
    left: 50%;
    transform: translateX(-50%);

    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 11px solid #e2d8c8;
}
/* =========================
   HEADER – ALIGNEMENT PROPRE
========================= */

/* bouton SOUMETTRE */
.submission-strip__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    height: 40px;
    padding: 0 18px;

    border: 1px solid #111;
    background: transparent;
    color: #111;

    font-size: 0.8rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1;

    text-decoration: none;
    box-sizing: border-box;
    transition: all 0.2s ease;
}

/* champ de recherche */
.search-strip__input {
    height: 40px;
    padding: 0 12px;

    border: 1px solid #d8d0c4;
    background: #fff;
    color: #111;

    font-size: 0.9rem;
    line-height: 1;

    box-sizing: border-box;
    outline: none;
}

.search-strip__input:focus {
    border-color: #111;
}

/* bouton RECHERCHER */
.search-strip__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    height: 40px;
    padding: 0 18px;

    border: 1px solid #111;
    background: transparent;
    color: #111;

    font-size: 0.8rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1;

    cursor: pointer;
    box-sizing: border-box;
    transition: all 0.2s ease;
}

/* hover commun */
.submission-strip__link:hover,
.search-strip__button:hover {
    background: #111;
    color: #fff;
}
/* =========================
   STRIP MANUSCRIT – VERSION ÉDITORIALE (AFFINÉE)
========================= */

.submission-strip__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;

    max-width: 680px; /* 🔥 resserre la ligne */
    margin: 0 auto;   /* 🔥 centre vraiment le bloc */
}

/* TEXTE */
.submission-strip__text {
    margin: 0;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.28rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.4;

    color: #111;

    text-align: center;
}

/* accent subtil */
.submission-strip__text strong {
    font-weight: 600;
}

/* BOUTON */
.submission-strip__link {
    flex-shrink: 0;

    transform: translateY(1px); /* 🔥 micro-alignement optique */
}