/* Éditions Abrennis — Feuille de styles partagée */
/* Modifié ici = appliqué sur toutes les pages */


  * { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body {
    font-family: 'Inter', 'Segoe UI', sans-serif;
    background: #fff; color: #222; font-size: 14px;
    line-height: 1.6;
  }

  /* ─── TYPOGRAPHIE ─────────────────────────────
     DM Serif Display : titres éditoriaux
     Inter            : corps, nav, boutons
  ─────────────────────────────────────────────── */
  h1, h2, h3,
  .sec-h h2,
  .hero-editorial h1,
  .l-titre,
  .extrait-text h3,
  .c-info h3 {
    font-family: 'DM Serif Display', Georgia, serif;
    font-weight: 400; /* DM Serif Display n'a qu'un seul weight */
  }

  /* ─── NAV ──────────────────────────────────── */
  .nav {
    height: 66px; background: #fff;
    border-bottom: 1px solid #E8E5E1;
    display: flex; align-items: center;
    justify-content: space-between;
    padding: 0 40px; gap: 16px;
    position: sticky; top: 0; z-index: 100;
    transition: box-shadow 0.25s ease;
  }
  .nav.scrolled {
    box-shadow: 0 2px 20px rgba(0,0,0,0.09);
  }
  .logo-wrap {
    display: flex; align-items: center; gap: 11px;
    flex-shrink: 0; text-decoration: none;
  }
  .logo-text-block { display: flex; flex-direction: column; line-height: 1.15; }
  .logo-editions {
    font-family: 'DM Serif Display', Georgia, serif;
    font-size: 12px; color: #5A5A5A; font-style: italic;
  }
  .logo-abrennis {
    font-family: 'Inter', Arial, sans-serif;
    font-size: 17px; font-weight: 900;
    color: #111111; letter-spacing: 0.06em; text-transform: uppercase;
  }
  .nav-links { display: flex; gap: 26px; }
  .nav-links a {
    font-size: 13px; font-weight: 500; color: #444;
    text-decoration: none; padding-bottom: 3px;
    border-bottom: 2px solid transparent;
    transition: color 0.2s, border-color 0.2s;
  }
  .nav-links a:hover, .nav-links a.act {
    color: #7D1F30; border-bottom-color: #7D1F30;
  }
  .nav-pro { display: flex; gap: 10px; align-items: center; flex-shrink: 0; }
  .nav-pro-link {
    display: flex; align-items: center; gap: 6px;
    font-size: 12px; font-weight: 600; color: #555;
    border: 1px solid #D5D5D5; padding: 7px 14px; border-radius: 4px;
    cursor: pointer; text-decoration: none;
    transition: border-color 0.2s, color 0.2s, background 0.2s;
  }
  .nav-pro-link:hover { border-color: #7D1F30; color: #7D1F30; background: #FDF5F6; }

  /* ─── HERO ÉDITORIAL ──────────────────────── */
  .hero-editorial {
    background: #F5F3F0; padding: 64px 64px 72px;
    text-align: center;
  }
  .hero-eyebrow {
    font-size: 11px; font-weight: 700; letter-spacing: 0.2em;
    text-transform: uppercase; color: #7D1F30; margin-bottom: 18px;
  }
  .hero-editorial h1 {
    font-size: 38px; color: #111111;
    line-height: 1.15; margin-bottom: 10px;
    font-style: italic; /* DM Serif Display italic */
  }
  /* Filet décoratif bordeaux sous le titre */
  .hero-divider {
    width: 44px; height: 3px; background: #7D1F30;
    margin: 18px auto 22px; border-radius: 2px;
  }
  .hero-pitch {
    font-size: 15px; color: #666; line-height: 1.75;
    max-width: 540px; margin: 0 auto 32px;
  }
  .hero-cta {
    background: #7D1F30; color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 14px; font-weight: 700;
    padding: 14px 32px; border-radius: 4px;
    display: inline-block; cursor: pointer;
    transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
    box-shadow: 0 4px 14px rgba(125,31,48,0.25);
  }
  .hero-cta:hover {
    background: #6A1A28; transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(125,31,48,0.32);
  }

  /* ─── SECTIONS ────────────────────────────── */
  .section { padding: 60px 48px; }
  .section-cream { background: #F5F3F0; }
  .sec-h { margin-bottom: 36px; }
  .sec-h h2 {
    font-size: 28px; color: #111111;
    font-style: italic; /* DM Serif italic */
  }
  .sec-h .sub { font-size: 13px; color: #999; margin-top: 6px; font-family: 'Inter', sans-serif; }

  /* ─── NOS TITRES ─────────────────────────── */
  .titres-list { display: flex; flex-direction: column; }
  .livre-row {
    display: flex; gap: 32px; align-items: flex-start;
    padding: 32px 0; border-bottom: 1px solid #EAE7E2;
    transition: background 0.2s;
  }
  .livre-row:last-child { border-bottom: none; }

  /* Couverture mock — look livre réel */
  .book-cover-mock {
    width: 118px; height: 166px; flex-shrink: 0;
    background: linear-gradient(160deg, #1C1C1C 0%, #2D2D2D 100%);
    border-radius: 3px;
    box-shadow: -5px 6px 22px rgba(0,0,0,0.28),
                inset -4px 0 10px rgba(0,0,0,0.35);
    display: flex; flex-direction: column;
    padding: 14px 12px 12px; position: relative; overflow: hidden;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }
  .book-cover-mock:hover {
    transform: translateY(-4px) rotate(1deg);
    box-shadow: -8px 14px 32px rgba(0,0,0,0.35);
  }
  /* Tranche bordeaux (dos du livre) */
  .book-cover-mock::before {
    content: ''; position: absolute;
    left: 0; top: 0; bottom: 0; width: 5px;
    background: linear-gradient(180deg, #7D1F30 0%, #5C1522 100%);
  }
  .bc-pub {
    font-size: 7px; font-weight: 700; letter-spacing: 0.16em;
    text-transform: uppercase; color: rgba(255,255,255,0.35);
    padding-left: 6px; margin-bottom: auto;
  }
  .bc-line {
    width: 22px; height: 1.5px; background: #7D1F30;
    margin: 8px 0 8px 6px;
  }
  .bc-title {
    font-family: 'DM Serif Display', Georgia, serif;
    font-size: 11.5px; color: #fff; line-height: 1.35;
    padding-left: 6px; margin-bottom: 10px; font-style: italic;
  }
  .bc-author {
    font-size: 8.5px; color: rgba(255,255,255,0.5);
    padding-left: 6px; letter-spacing: 0.06em;
    font-family: 'Inter', sans-serif;
  }
  .bc-badge {
    position: absolute; top: 8px; left: 8px;
    font-size: 9px; font-weight: 700; padding: 2px 7px;
    border-radius: 3px; text-transform: uppercase;
    letter-spacing: 0.04em; color: #fff;
  }
  .badge-r { background: #7D1F30; }
  .badge-g { background: #666; }

  .l-meta { flex: 1; padding-top: 4px; }
  .l-serie {
    font-size: 13px; font-weight: 600; color: #7D1F30;
    text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 8px;
  }
  .l-titre {
    font-size: 22px; color: #111111;
    line-height: 1.22; margin-bottom: 6px; font-style: italic;
  }
  .l-auteur { font-size: 14px; font-weight: 600; color: #333; margin-bottom: 10px; }
  .l-desc { font-size: 13px; color: #666; line-height: 1.7; margin-bottom: 12px; }
  .l-distrib { font-size: 11px; color: #AAA; margin-bottom: 18px; }
  .l-distrib strong { color: #666; font-weight: 600; }
  .l-foot { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
  .l-prix { font-size: 22px; font-weight: 700; color: #111111; margin-right: 4px; font-family: 'Inter', sans-serif; }
  .btn-amz {
    background: #7D1F30; color: #fff;
    font-size: 12px; font-weight: 700; padding: 10px 18px; border-radius: 4px;
    transition: background 0.2s, transform 0.15s;
  }
  .btn-amz:hover { background: #6A1A28; transform: translateY(-1px); }
  .btn-pdf {
    background: transparent; color: #7D1F30;
    border: 1.5px solid #7D1F30;
    font-size: 12px; font-weight: 700; padding: 9px 16px; border-radius: 4px;
    transition: background 0.2s, color 0.2s, transform 0.15s;
  }
  .btn-pdf:hover { background: #7D1F30; color: #fff; transform: translateY(-1px); }
  .btn-notif {
    background: #777; color: #fff;
    font-size: 12px; font-weight: 700; padding: 10px 18px; border-radius: 4px;
    transition: background 0.2s;
  }
  .btn-notif:hover { background: #555; }

  /* ─── NOS AUTEURS ────────────────────────── */
  .auteurs-grid { display: flex; gap: 40px; align-items: flex-start; }
  .auteur-col { display: flex; flex-direction: column; align-items: center; gap: 14px; }
  .auteur-photo-rect {
    width: 180px; height: 220px; background: #D8D8D8;
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    color: #bbb; font-size: 36px; font-weight: 900;
    font-family: 'DM Serif Display', serif; font-style: italic;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    transition: transform 0.25s, box-shadow 0.25s;
    overflow: hidden;
  }
  .auteur-photo-rect:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  }
  .auteur-name {
    font-family: 'DM Serif Display', serif;
    font-size: 17px; color: #111111;
    text-align: center; font-style: italic;
  }
  .auteur-role-small { font-size: 12px; color: #999; text-align: center; }

  /* ─── NOS UNIVERS ────────────────────────── */
  .univers-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
  .univ-card {
    border-radius: 14px; overflow: hidden; position: relative;
    aspect-ratio: 1 / 1; /* image carrée */ cursor: pointer;
    contain: paint;
    clip-path: inset(0 round 14px);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
    box-shadow: 0 2px 6px rgba(0,0,0,0.06);
  }
  .univ-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(0,0,0,0.2);
  }
  .univ-overlay {
    position: absolute; bottom: 0; left: 0; right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.78) 0%, rgba(0,0,0,0) 65%);
    padding: 12px 16px 18px;
    transition: padding 0.25s;
  }
  .univ-card:hover .univ-overlay { padding-bottom: 22px; }
  .univ-label {
    color: #fff; font-size: 13px; font-weight: 700;
    font-family: 'Inter', sans-serif;
    line-height: 1.3; letter-spacing: 0.01em;
  }

  /* ─── EXTRAIT ────────────────────────────── */
  .extrait {
    background: #F5F3F0; border-top: 3px solid #7D1F30;
    padding: 32px 48px;
    display: flex; align-items: center;
    justify-content: space-between; gap: 24px;
  }
  .extrait-text h3 {
    font-size: 20px; color: #111111; margin-bottom: 5px;
    font-style: italic;
  }
  .extrait-text .livre-ref {
    font-size: 12px; color: #7D1F30; font-weight: 600;
    font-style: italic; margin-bottom: 5px;
  }
  .extrait-text p { font-size: 12px; color: #888; }
  .btn-r {
    background: #7D1F30; color: #fff;
    font-size: 13px; font-weight: 700;
    padding: 13px 26px; border-radius: 4px; flex-shrink: 0;
    box-shadow: 0 4px 14px rgba(125,31,48,0.25);
    transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  }
  .btn-r:hover {
    background: #6A1A28; transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(125,31,48,0.32);
  }

  /* ─── CONTACT ────────────────────────────── */
  .contact {
    padding: 60px 48px; display: grid;
    grid-template-columns: 1fr 1fr; gap: 52px; align-items: start;
  }
  .c-info h3 { font-size: 26px; color: #111111; margin-bottom: 16px; font-style: italic; }
  .c-info p { font-size: 13px; color: #666; line-height: 1.8; }
  .c-uses { margin-top: 20px; display: flex; flex-direction: column; gap: 11px; }
  .c-use { font-size: 13px; color: #555; display: flex; gap: 10px; align-items: flex-start; }
  .c-use::before { content: '→'; color: #7D1F30; font-weight: 700; flex-shrink: 0; }
  .c-ref { font-size: 11px; color: #AAA; margin-top: 20px; }
  .c-ref strong { color: #7D1F30; }
  .form-box { background: #F5F3F0; border-radius: 8px; padding: 28px; }
  .frow { display: flex; gap: 12px; margin-bottom: 12px; }
  .fld {
    flex: 1; height: 40px; background: #fff;
    border: 1.5px solid #E0DBD5; border-radius: 5px;
    font-family: 'Inter', sans-serif; font-size: 13px; padding: 0 12px;
    transition: border-color 0.2s, box-shadow 0.2s;
    outline: none;
  }
  .fld:focus { border-color: #7D1F30; box-shadow: 0 0 0 3px rgba(125,31,48,0.1); }
  .fld.fw { height: 40px; width: 100%; margin-bottom: 12px; display: block; }
  .fld.ta { height: 100px; display: block; width: 100%; margin-bottom: 12px; resize: vertical; }
  .fsub {
    height: 42px; background: #7D1F30; border: none;
    border-radius: 5px; margin-top: 6px; width: 100%;
    font-family: 'Inter', sans-serif; font-size: 14px;
    font-weight: 700; color: #fff; cursor: pointer;
    transition: background 0.2s, transform 0.15s;
  }
  .fsub:hover { background: #6A1A28; transform: translateY(-1px); }

  /* ─── FOOTER ─────────────────────────────── */
  .footer {
    background: #2C3038; color: #C8D0DA;
    padding: 48px 48px 0;
    border-top: 4px solid #7D1F30; /* filet bordeaux signature */
  }
  .fg { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 44px; margin-bottom: 40px; }
  .f-brand {
    font-family: 'DM Serif Display', serif;
    font-size: 22px; font-weight: 400; font-style: italic;
    color: #FFFFFF; margin-bottom: 12px; letter-spacing: 0.02em;
  }
  .f-tagline { font-size: 12px; color: #A8B4C0; line-height: 1.8; }
  .footer h4 {
    font-size: 10px; font-weight: 700; text-transform: uppercase;
    letter-spacing: 0.16em; color: #C8D0DA;
    margin-bottom: 14px; border-bottom: 1px solid #3E4A56; padding-bottom: 9px;
    font-family: 'Inter', sans-serif;
  }
  .fl { display: flex; flex-direction: column; gap: 10px; }
  .fl span {
    font-size: 12px; color: #B8C4D0; cursor: pointer;
    transition: color 0.2s;
  }
  .fl span:hover { color: #FFFFFF; }
  .f-legal {
    font-size: 11px; color: #8A9BAA;
    border-top: 1px solid #3E4A56;
    padding: 18px 0 26px;
    display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px;
  }

  /* ─── RESPONSIVE ─────────────────────────── */
  @media (max-width: 760px) {
    .nav {
      height: auto; min-height: 66px; padding: 8px 16px;
      flex-wrap: wrap; gap: 8px;
    }
    .nav-links { display: none; }
    .nav-pro { gap: 6px; margin-left: auto; }
    .nav-pro-link { padding: 6px 9px; font-size: 11px; }
    .auteurs-grid { flex-wrap: wrap; justify-content: center; gap: 24px; }
    .hero-editorial { padding: 48px 24px; }
    .hero-editorial h1 { font-size: 28px; }
    .section { padding: 44px 20px; }
    .univers-grid-4 { grid-template-columns: 1fr 1fr; }
    .livre-row { flex-direction: column; }
    /* Contact + formulaire : tenir dans la largeur du téléphone */
    .contact { grid-template-columns: 1fr; padding: 44px 20px; gap: 28px; }
    .form-box { padding: 20px; }
    .frow { flex-direction: column; gap: 12px; }
    .fld { min-width: 0; }        /* autorise les champs à rétrécir */
    .fg { grid-template-columns: 1fr; gap: 28px; }
    .extrait { flex-direction: column; text-align: center; }
  }

/* ─── FIL D'ARIANE enrichi ───────────────────────────────── */
.breadcrumb-nav {
  background: #fff;
  border-bottom: 1px solid #EAE7E2;
  padding: 10px 64px;
}
.breadcrumb-nav ol {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0; padding: 0;
}
.breadcrumb-nav li {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: 'Inter', 'Segoe UI', sans-serif;
  font-size: 12px;
  color: #888;
}
.breadcrumb-nav li + li::before {
  content: '›';
  color: #C8C4BE;
  font-size: 13px;
}
.breadcrumb-nav li a {
  color: #7D1F30;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.15s;
}
.breadcrumb-nav li a:hover { color: #5A1420; text-decoration: underline; }
.breadcrumb-nav li.current {
  color: #333;
  font-weight: 600;
}
.breadcrumb-nav .bc-desc {
  color: #AAA;
  font-style: italic;
  font-size: 11px;
}
@media (max-width: 760px) {
  .breadcrumb-nav { padding: 8px 20px; }
  .breadcrumb-nav .bc-desc { display: none; }
}

/* ─── BLOC ARCHITECTURE SITE (sous le fil d'Ariane) ───────── */
.site-arch {
  background: #FAFAF8;
  border-bottom: 1px solid #EAE7E2;
  padding: 10px 64px;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  font-family: 'Inter', 'Segoe UI', sans-serif;
  font-size: 11px;
  color: #AAA;
}
.site-arch .arch-label {
  font-weight: 700;
  color: #CCC;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-right: 4px;
  white-space: nowrap;
}
.site-arch .arch-sep { color: #DDD; margin: 0 2px; }
.site-arch a {
  color: #999;
  text-decoration: none;
  padding: 1px 6px;
  border-radius: 3px;
  transition: background 0.15s, color 0.15s;
  white-space: nowrap;
}
.site-arch a:hover { background: #F0EDE8; color: #7D1F30; }
.site-arch a.arch-active {
  color: #7D1F30;
  font-weight: 600;
  background: #FBF5F5;
}
.site-arch .arch-group {
  display: flex; align-items: center; gap: 2px;
}
@media (max-width: 760px) {
  .site-arch { padding: 8px 20px; display: none; }
}

/* ─── PAGE LIVRE (fiche détail) ──────────────────────────── */
.book-hero {
  max-width: 1100px; margin: 0 auto; padding: 48px 48px 56px;
  display: grid; grid-template-columns: 260px 1fr; gap: 48px; align-items: start;
}
.book-cover-lg { position: relative; }
.book-cover-lg img {
  width: 100%; border-radius: 4px;
  box-shadow: -6px 10px 30px rgba(0,0,0,0.28);
}
.book-badge {
  position: absolute; top: 12px; left: 12px; background: #7D1F30;
  color: #fff; font-size: 11px; font-weight: 700; padding: 5px 12px;
  border-radius: 4px; letter-spacing: 0.03em;
}
.book-info .b-collection {
  font-size: 13px; font-weight: 600; color: #7D1F30;
  text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 10px;
}
.book-info h1 {
  font-size: 30px; color: #111; font-style: italic; line-height: 1.2;
  margin-bottom: 8px;
}
.book-info .b-author { font-size: 15px; color: #333; margin-bottom: 16px; }
.book-info .b-author a { color: #7D1F30; font-weight: 600; text-decoration: none; }
.book-info .b-author a:hover { text-decoration: underline; }
.book-info .b-price { font-size: 26px; font-weight: 700; color: #111; margin: 4px 0 14px; }
.book-info .b-teaser { font-size: 14px; color: #555; line-height: 1.7; margin-bottom: 20px; }
.book-info .b-distrib { font-size: 12px; color: #999; margin-top: 16px; }
.book-info .b-distrib strong { color: #666; font-weight: 600; }

.book-body { max-width: 640px; }
.book-body p { font-size: 14px; color: #444; line-height: 1.85; margin-bottom: 14px; }

.book-specs { width: 100%; border-collapse: collapse; max-width: 640px; }
.book-specs td {
  padding: 9px 4px; border-bottom: 1px solid #EAE7E2; font-size: 13px;
  color: #333; vertical-align: top;
}
.book-specs tr:last-child td { border-bottom: none; }
.book-specs td:first-child {
  width: 180px; color: #888; font-size: 12px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.04em;
}

/* Encart auteur (bas de fiche livre) */
.author-card {
  max-width: 1100px; margin: 0 auto; background: #F5F3F0; border-radius: 10px;
  border-left: 4px solid #7D1F30; padding: 24px 28px;
  display: flex; gap: 20px; align-items: flex-start;
}
.author-card img {
  width: 72px; height: 88px; object-fit: cover; object-position: top;
  border-radius: 6px; flex-shrink: 0;
}
.author-card h3 { font-size: 16px; font-style: italic; color: #111; margin-bottom: 6px; }
.author-card p { font-size: 13px; color: #555; line-height: 1.7; margin-bottom: 8px; }
.author-card a.more { color: #7D1F30; font-weight: 600; text-decoration: none; font-size: 13px; }
.author-card a.more:hover { text-decoration: underline; }

@media (max-width: 760px) {
  .book-hero { grid-template-columns: 1fr; gap: 28px; padding: 32px 20px; }
  .book-cover-lg { max-width: 210px; margin: 0 auto; }
  .book-info h1 { font-size: 24px; }
  .book-specs td:first-child { width: 130px; }
  .author-card { flex-direction: column; }
}

/* Titres de livres cliquables sur l'accueil */
.l-titre a { color: inherit; text-decoration: none; transition: color 0.15s; }
.l-titre a:hover { color: #7D1F30; }
/* Nom d'auteur cliquable sur l'accueil */
.auteur-name a { color: inherit; text-decoration: none; transition: color 0.15s; }
.auteur-name a:hover { color: #7D1F30; }
/* Auteur cliquable sous le titre du livre (accueil) */
.l-auteur a { color: inherit; text-decoration: none; transition: color 0.15s; }
.l-auteur a:hover { color: #7D1F30; }

/* Appartenances (page auteur) — sur une ligne */
.memberships { font-size: 14px; color: #444; line-height: 2; max-width: 860px; }
.memberships strong { color: #111; font-weight: 700; }
.memberships a { color: #7D1F30; font-weight: 600; text-decoration: none; }
.memberships a:hover { text-decoration: underline; }
.mem-sep { color: #C8C4BE; margin: 0 12px; }

/* Sous-titres dans la description longue d'une fiche livre */
.book-body h3 {
  font-family: 'Inter', sans-serif; font-size: 16px; font-weight: 800; color: #111;
  margin: 26px 0 10px;
}
.book-body h3:first-child { margin-top: 0; }
.book-body strong { color: #111; font-weight: 700; }

/* ─── PAGE AUTEUR ────────────────────────────────────────── */
.author-hero {
  max-width: 1100px; margin: 0 auto; padding: 48px 48px 40px;
  display: grid; grid-template-columns: 220px 1fr; gap: 44px; align-items: start;
}
.author-hero .a-photo img {
  width: 100%; border-radius: 10px; box-shadow: 0 4px 20px rgba(0,0,0,0.12);
}
.author-hero h1 { font-size: 32px; font-style: italic; color: #111; margin-bottom: 8px; }
.author-hero .a-role { font-size: 14px; color: #7D1F30; font-weight: 600; margin-bottom: 16px; }
.cert-badges { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 20px; }
.cert-badge {
  background: #7D1F30; color: #fff; font-size: 12px; font-weight: 700;
  padding: 5px 14px; border-radius: 20px; letter-spacing: 0.04em;
}
.a-bio p { font-size: 14px; color: #444; line-height: 1.85; margin-bottom: 12px; max-width: 700px; }

.expertise-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.expertise-card {
  background: #fff; border: 1.5px solid #E8E5E1; border-radius: 8px; padding: 22px;
  transition: border-color 0.2s;
}
.expertise-card:hover { border-color: #7D1F30; }
.expertise-card h3 {
  font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 800; color: #7D1F30;
  text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 8px;
}
.expertise-card p { font-size: 13px; color: #666; line-height: 1.65; }

.plain-list { list-style: none; padding: 0; }
.plain-list li {
  font-size: 14px; color: #444; padding: 8px 0; border-bottom: 1px solid #EAE7E2;
  display: flex; gap: 10px; align-items: flex-start;
}
.plain-list li:last-child { border-bottom: none; }
.plain-list li::before { content: '→'; color: #7D1F30; font-weight: 700; flex-shrink: 0; }

.article-list { list-style: none; padding: 0; }
.article-list li { padding: 14px 0; border-bottom: 1px solid #EAE7E2; }
.article-list li:last-child { border-bottom: none; }
.article-list a { color: #111; font-weight: 600; text-decoration: none; font-size: 14px; }
.article-list a:hover { color: #7D1F30; }
.article-list .src { display: block; font-size: 12px; color: #999; margin-top: 3px; }

@media (max-width: 760px) {
  .author-hero { grid-template-columns: 1fr; gap: 24px; padding: 32px 20px; }
  .author-hero .a-photo { max-width: 180px; }
  .author-hero h1 { font-size: 26px; }
  .expertise-grid { grid-template-columns: 1fr; }
}
