@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@400;500;600;700&family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');

:root {
  --coral: #ED6044;
  --coral-light: #FDF0ED;
  --coral-hover: #D94B30;
  
  --pink: #EE7BA2;
  --pink-light: #FDF2F6;
  --pink-hover: #D8638C;
  
  --blue: #3E8ECA;
  --blue-light: #EEF6FC;
  
  --bg: #FAF5F0;
  --white: #FFFFFF;
  --dark: #2C221E;
  --dark-muted: #6B5E59;
  --grey-light: #EBE4DD;
  
  --border: rgba(44, 34, 30, 0.12);
  --border-strong: rgba(237, 96, 68, 0.25);
  
  --font-heading: 'Fredoka', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-body: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  
  --page-padding: clamp(1.25rem, 5vw, 4.5rem);
  --section-spacing: clamp(5rem, 9vw, 9rem);
  
  --shadow-sm: 0 4px 14px rgba(44, 34, 30, 0.05);
  --shadow-md: 0 10px 30px rgba(44, 34, 30, 0.08);
  --shadow-lg: 0 20px 45px rgba(44, 34, 30, 0.12);
  
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --radius-pill: 9999px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background-color: var(--bg);
  color: var(--dark);
  font-family: var(--font-body);
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.logo-spark img,
.floating-star img,
.expertise-number img {
  display: none !important;
}

a {
  color: inherit;
  text-decoration: none;
}

button, input, textarea {
  font: inherit;
}

h1, h2, h3, h4, p, ul {
  margin-top: 0;
}

ul {
  padding: 0;
  list-style: none;
}

::selection {
  background: var(--pink);
  color: var(--white);
}

.section {
  padding: var(--section-spacing) var(--page-padding);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.2rem;
  color: var(--coral);
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  min-height: 3.5rem;
  padding: 0.85rem 1.8rem;
  border-radius: var(--radius-pill);
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: transform 200ms ease, box-shadow 200ms ease, background-color 200ms ease, border-color 200ms ease, color 200ms ease;
  border: 2px solid transparent;
}

.button:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.button:active {
  transform: translateY(0);
}

.button-primary {
  background-color: var(--coral);
  color: var(--white);
  border-color: var(--coral);
}

.button-primary:hover {
  background-color: var(--pink);
  border-color: var(--pink);
}

.button-outline {
  background-color: transparent;
  color: var(--dark);
  border-color: var(--dark);
}

.button-outline:hover {
  background-color: var(--dark);
  color: var(--white);
}

.button-pink {
  background-color: var(--pink);
  color: var(--white);
  border-color: var(--pink);
}

.button-pink:hover {
  background-color: var(--coral);
  border-color: var(--coral);
}

.pill-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 1.1rem;
  background: var(--white);
  border: 1.5px solid var(--coral);
  border-radius: var(--radius-pill);
  color: var(--coral);
  font-family: var(--font-heading);
  font-size: 0.88rem;
  font-weight: 600;
  box-shadow: 2px 2px 0px var(--coral);
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.pill-badge:hover {
  transform: translateY(-2px);
  background: var(--coral);
  color: var(--white);
}

.pill-badge-pink {
  border-color: var(--pink);
  color: var(--pink);
  box-shadow: 2px 2px 0px var(--pink);
}

.pill-badge-pink:hover {
  background: var(--pink);
  color: var(--white);
}

/* ÉTOILES DU SITE */
.star-icon,
.logo-spark,
.eyebrow::before,
.floating-star {
  display: inline-block;
  background-color: #EE7BA2;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500.4 486.8'%3E%3Cpolygon points='240.96 13.95 219.27 170.98 92.6 75.55 83.05 85.09 178.49 212.63 21.45 234.32 21.45 248.2 176.75 271.63 83.05 396.56 92.6 406.1 217.53 312.4 240.96 468.57 254.84 468.57 277.39 310.67 404.06 406.1 413.61 396.56 317.3 269.89 475.21 248.2 475.21 234.32 317.3 212.63 413.61 85.09 404.06 75.55 277.39 170.98 254.84 13.95 240.96 13.95'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500.4 486.8'%3E%3Cpolygon points='240.96 13.95 219.27 170.98 92.6 75.55 83.05 85.09 178.49 212.63 21.45 234.32 21.45 248.2 176.75 271.63 83.05 396.56 92.6 406.1 217.53 312.4 240.96 468.57 254.84 468.57 277.39 310.67 404.06 406.1 413.61 396.56 317.3 269.89 475.21 248.2 475.21 234.32 317.3 212.63 413.61 85.09 404.06 75.55 277.39 170.98 254.84 13.95 240.96 13.95'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.logo-spark {
  width: 16px;
  height: 16px;
  background-color: #EE7BA2;
  transition: transform 300ms ease, background-color 300ms ease;
}

.logo:hover .logo-spark {
  transform: rotate(90deg) scale(1.2);
  background-color: var(--coral);
}

.eyebrow::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #EE7BA2;
  animation: spinSlow 12s linear infinite;
}

.star-icon {
  width: 14px;
  height: 14px;
  background-color: #EE7BA2;
}

.floating-star {
  position: absolute;
  user-select: none;
  animation: float 4s ease-in-out infinite;
  transition: transform 0.3s ease;
}

.floating-star-1 {
  top: -20px;
  right: 10px;
  width: 22px;
  height: 22px;
  background-color: #EE7BA2;
  animation-delay: 0s;
}

.floating-star-2 {
  bottom: 20px;
  left: -25px;
  width: 18px;
  height: 18px;
  background-color: var(--coral);
  animation-delay: 2s;
}

.floating-star:hover {
  transform: scale(1.4) rotate(45deg);
  cursor: pointer;
}

@keyframes spinSlow {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes float {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-12px) rotate(18deg); }
}

/* HEADER & HERO */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  width: 100%;
  height: 5.2rem;
  padding: 0 var(--page-padding);
  align-items: center;
  justify-content: space-between;
  background: rgba(250, 245, 240, 0.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1.5px solid var(--border);
  transition: background-color 200ms ease;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--font-heading);
  font-size: 1.65rem;
  font-weight: 700;
  color: var(--dark);
  letter-spacing: -0.02em;
}

.navigation {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.navigation a {
  padding: 0.6rem 1.2rem;
  border-radius: var(--radius-pill);
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--dark);
  transition: all 180ms ease;
}

.navigation a:hover {
  background-color: var(--pink-light);
  color: var(--pink-dark);
}

.header-cta {
  margin-left: 0.5rem;
}

.menu-button {
  display: none;
  width: 3rem;
  height: 3rem;
  padding: 0;
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  z-index: 102;
  box-shadow: var(--shadow-sm);
}

.menu-button span {
  position: absolute;
  left: 0.75rem;
  width: 1.5rem;
  height: 2.5px;
  background: var(--dark);
  border-radius: 2px;
  transition: all 250ms ease;
}

.menu-button span:first-child { top: 1.1rem; }
.menu-button span:last-child { top: 1.7rem; }

.menu-button.active span:first-child {
  top: 1.4rem;
  transform: rotate(45deg);
  background: var(--coral);
}

.menu-button.active span:last-child {
  top: 1.4rem;
  transform: rotate(-45deg);
  background: var(--coral);
}

.hero {
  min-height: 100vh;
  padding-top: calc(5.2rem + clamp(2rem, 5vw, 4rem));
  padding-bottom: clamp(3rem, 6vw, 6rem);
  padding-left: var(--page-padding);
  padding-right: var(--page-padding);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #FAF5F0 0%, #FFF0EB 50%, #FDF2F7 100%);
}

.hero-container {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.hero-top-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1.5rem;
}

.hero h1 {
  font-family: var(--font-heading);
  font-size: clamp(3.2rem, 6.5vw, 5.8rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--dark);
  margin-bottom: 1.5rem;
}

.hero h1 .word-coral {
  color: var(--coral);
  position: relative;
  display: inline-block;
}

.hero h1 .word-pink {
  color: var(--pink);
  position: relative;
  display: inline-block;
}

.hero-subtitle {
  font-size: clamp(1.15rem, 1.8vw, 1.4rem);
  color: var(--dark-muted);
  max-width: 620px;
  line-height: 1.55;
  margin-bottom: 2.2rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.avatar-card {
  position: relative;
  width: 100%;
  max-width: 400px;
  background: var(--white);
  padding: 2.2rem;
  border-radius: var(--radius-lg);
  border: 2.5px solid var(--coral);
  box-shadow: 12px 12px 0px var(--pink);
  text-align: center;
  transition: transform 300ms ease;
}

.avatar-card:hover {
  transform: translateY(-6px) rotate(-1deg);
}

.avatar-illustration {
  width: 220px;
  height: 220px;
  margin: 0 auto 1.5rem;
  border-radius: 50%;
  overflow: hidden;
  border: 6px solid var(--white);
  box-shadow:
    0 12px 30px rgba(0,0,0,0.12),
    8px 8px 0 var(--coral);
  background: var(--white);
}

.avatar-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
  border-radius: 50%;
}

.avatar-title {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 0.3rem;
}

.avatar-role {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 600;
  color: var(--coral);
  margin-bottom: 1rem;
}

.avatar-interests {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem;
}

.avatar-interests .pill-badge {
  font-size: 0.78rem;
  padding: 0.25rem 0.75rem;
}

/* PROJETS & EXPERTISES */
.projects-section {
  background-color: var(--bg);
}

.section-header {
  max-width: 800px;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.section-header h2 {
  font-family: var(--font-heading);
  font-size: clamp(2.6rem, 5vw, 4.2rem);
  font-weight: 700;
  color: var(--dark);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.project-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.filter-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 1.4rem;
  background: var(--white);
  border: 2px solid var(--border);
  border-radius: var(--radius-pill);
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--dark);
  cursor: pointer;
  transition: all 200ms ease;
}

.filter-button span.count {
  font-size: 0.78rem;
  color: var(--dark-muted);
  opacity: 0.8;
}

.filter-button:hover,
.filter-button.active {
  background-color: var(--coral);
  border-color: var(--coral);
  color: var(--white);
  box-shadow: 4px 4px 0px var(--pink);
  transform: translateY(-2px);
}

.filter-button.active span.count,
.filter-button:hover span.count {
  color: var(--white);
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(2rem, 4vw, 3.5rem);
}

.project-card {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border-radius: var(--radius-lg);
  border: 2px solid var(--border);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform 300ms ease, box-shadow 300ms ease, border-color 300ms ease;
}

button.project-card {
  width: 100%;
  padding: 0;
  border: 2px solid var(--border);
  background: var(--white);
  text-align: left;
  font: inherit;
  color: inherit;
  appearance: none;
  -webkit-appearance: none;
}

.project-card.project-card-large {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
}

.project-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: var(--coral);
}

.project-image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background-color: var(--grey-light);
}

.project-card-large .project-image-wrapper {
  aspect-ratio: auto;
  height: 100%;
  min-height: 340px;
}

.project-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
}

.project-card:hover .project-image-wrapper img {
  transform: scale(1.05);
}

.project-arrow-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 3.2rem;
  height: 3.2rem;
  background: var(--coral);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  box-shadow: 2px 2px 0px var(--dark);
  transition: transform 250ms ease, background-color 250ms ease;
}

.project-card:hover .project-arrow-badge {
  transform: rotate(45deg) scale(1.1);
  background: var(--pink);
}

.project-info {
  padding: 1.8rem clamp(1.5rem, 3vw, 2.2rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}

.project-client-tag {
  font-family: var(--font-heading);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--pink-dark);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.project-info h3 {
  font-family: var(--font-heading);
  font-size: clamp(1.6rem, 2.8vw, 2.2rem);
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

.project-description {
  font-size: 0.98rem;
  color: var(--dark-muted);
  line-height: 1.5;
  margin-bottom: 1rem;
}

.project-tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.project-card.hidden {
  display: none !important;
}

.expertises-section {
  background-color: var(--dark);
  color: var(--white);
}

.expertises-section .eyebrow {
  color: var(--pink);
}

.expertises-section .section-header h2 {
  color: var(--white);
}

.expertises-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.expertise-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1.5px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-lg);
  padding: 2.2rem;
  position: relative;
  transition: all 300ms ease;
}

.expertise-card:hover {
  background: var(--coral);
  border-color: var(--coral);
  transform: translateY(-4px);
  box-shadow: 8px 8px 0px var(--pink);
}

.expertise-number {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--pink);
  margin-bottom: 1rem;
}

.expertise-card:hover .expertise-number {
  color: var(--white);
}

.expertise-card:hover .expertise-number .star-icon {
  background-color: var(--white);
}

.expertise-card h3 {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 0.8rem;
}

.expertise-card p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
  line-height: 1.55;
  margin: 0;
}

.expertise-card:hover p {
  color: var(--white);
}

.contact-section {
  background-color: var(--coral);
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.contact-section .eyebrow {
  color: var(--dark);
}

.contact-title {
  font-family: var(--font-heading);
  font-size: clamp(2.8rem, 6vw, 5.2rem);
  font-weight: 700;
  line-height: 1.08;
  margin-bottom: 2.5rem;
  max-width: 900px;
}

.contact-email-box {
  display: block;
  margin-bottom: 3rem;
}

.contact-email {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 4vw, 3.8rem);
  font-weight: 700;
  color: var(--white);
  word-break: break-word;
  transition: transform 200ms ease, color 200ms ease;
  border-bottom: 3px solid var(--pink);
  padding-bottom: 0.4rem;
}

.contact-email:hover {
  color: var(--dark);
  border-color: var(--dark);
  transform: translateX(8px);
}

.contact-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
  flex-wrap: wrap;
  padding-top: 2.5rem;
  border-top: 2px dashed rgba(255, 255, 255, 0.4);
}

.social-links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer {
  background-color: var(--dark);
  color: rgba(255, 255, 255, 0.7);
  padding: 1.8rem var(--page-padding);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-heading);
  font-size: 0.9rem;
}

.footer strong {
  color: var(--white);
}

@media (max-width: 992px) {
  .hero-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-subtitle {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-top-tag {
    justify-content: center;
  }

  .avatar-card {
    margin-top: 2rem;
  }

  .projects-grid {
    grid-template-columns: 1fr;
  }

  .project-card.project-card-large {
    grid-template-columns: 1fr;
  }

  .expertises-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .header {
    height: 4.5rem;
  }

  .menu-button {
    display: block;
  }

  .navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 101;
    background-color: var(--bg);
    flex-direction: column;
    justify-content: center;
    gap: 1.5rem;
    padding: 2rem;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-20px);
    transition: all 300ms ease;
  }

  .navigation.active {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .navigation a {
    font-size: 1.8rem;
    padding: 0.5rem 1.5rem;
  }

  .header-cta {
    margin-left: 0;
    margin-top: 1rem;
  }
}

/* ==========================================================================
   FENÊTRE MODALE (POPUP PROJETS)
   ========================================================================== */

.modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1rem, 3vw, 2.5rem);
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms ease;
}

.modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(44, 34, 30, 0.75);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.modal-container {
  position: relative;
  z-index: 1001;
  width: 100%;
  max-width: 900px;
  max-height: 85vh;
  background: var(--white);
  border-radius: var(--radius-lg);
  border: 2px solid var(--coral);
  box-shadow: var(--shadow-lg);
  overflow-y: auto;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  transform: translateY(20px);
  transition: transform 300ms ease;
}

.modal.is-open .modal-container {
  transform: translateY(0);
}

.modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  margin: 0;
  background: var(--coral);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 200ms ease, transform 200ms ease;
  font-size: 0; /* Caches le symbole texte HTML */
}

.modal-close::before,
.modal-close::after {
  content: "";
  position: absolute;
  width: 1.1rem;
  height: 2px;
  background-color: var(--white);
  border-radius: 2px;
}

.modal-close::before {
  transform: rotate(45deg);
}

.modal-close::after {
  transform: rotate(-45deg);
}

.modal-close:hover {
  background: var(--pink);
  transform: scale(1.1);
}

.modal-header h3 {
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: var(--dark);
  margin-bottom: 1.5rem;
  padding-right: 2rem;
}

.modal-body {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.modal-body img {
  border-radius: var(--radius-md);
  border: none;
  box-shadow: var(--shadow-sm);
}
/* Boutons spécifiques pour les liens Calaméo (Roses au survol) */
.button-calameo {
  background-color: transparent;
  color: var(--dark);
  border-color: var(--dark);
}

.button-calameo:hover {
  background-color: var(--pink);
  color: var(--white);
  border-color: var(--pink);
}