.hero-copy {
  width: min(620px, 48vw);
  top: 112px;
}

.hero h1 {
  font-size: clamp(42px, 4vw, 66px);
  line-height: .94;
  margin: 0 0 18px;
}

.hero h1 em {
  color: var(--pink);
  font-style: italic;
}

.hero h2 {
  max-width: 610px;
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.35;
}

.hero-copy > .hero-intro {
  max-width: 610px;
  margin: 0 0 25px;
  color: #f4eef8;
  font: 500 clamp(17px, 1.35vw, 21px)/1.42 "Playfair Display";
  letter-spacing: .01em;
  text-shadow: 0 2px 12px #000b;
}

.hero-copy > .hero-intro strong {
  color: #ff8fc4;
  font-style: italic;
  font-weight: 600;
}

@media (max-width: 760px) {
  .topbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background: rgba(1, 9, 30, .94);
    box-shadow: 0 8px 24px #0007;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }

  .topbar nav.open {
    max-height: calc(100vh - 82px);
    overflow-y: auto;
  }

  .hero-copy {
    width: auto;
    top: 105px;
  }

  .hero h1 {
    font-size: clamp(39px, 12vw, 52px);
  }

  .hero h2 br {
    display: none;
  }

  .hero-copy > .hero-intro {
    max-width: 400px;
    font-size: 17px;
    line-height: 1.45;
    letter-spacing: normal;
  }

  .hero-copy > .hero-intro br {
    display: initial;
  }
}

.daily-image {
  cursor: zoom-in;
}

.daily-image:focus-visible {
  outline: 3px solid #ff7cbc;
  outline-offset: -4px;
}

.image-viewer {
  width: min(94vw, 1500px);
  max-width: none;
  padding: 12px;
  border: 1px solid #ff79ba99;
  border-radius: 18px;
  background: #06112b;
  box-shadow: 0 25px 80px #000c;
  color: #fff;
}

.image-viewer::backdrop {
  background: #010716e8;
  backdrop-filter: blur(7px);
}

.image-viewer img {
  display: block;
  width: 100%;
  max-height: 82vh;
  border-radius: 11px;
  object-fit: contain;
}

.image-viewer p {
  margin: 10px 50px 2px;
  color: #f5dceb;
  font: 600 18px "Playfair Display";
  text-align: center;
}

.viewer-close {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  border: 1px solid #fff8;
  border-radius: 50%;
  background: #07132de8;
  color: #fff;
  cursor: pointer;
  font-size: 30px;
  line-height: 1;
}

.viewer-close:hover {
  background: var(--pink);
}

/* Les commandes restent hors de l'image afin de ne jamais masquer son texte. */
.daily-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.inspiration-icon {
  display: inline-block;
  margin-right: 7px;
  filter: drop-shadow(0 0 8px #ff7fbd);
  font: 31px/1 sans-serif;
  vertical-align: middle;
}

@media (max-width: 760px) {
  .inspiration-icon {
    font-size: 26px;
  }
}

.daily-card > span {
  position: static;
  display: block;
  padding: 13px 16px;
  border-radius: 0;
  background: linear-gradient(135deg, #182852, #291b4c);
  color: #fff;
  font-size: 14px;
  letter-spacing: .04em;
  text-align: center;
}

.daily-download {
  position: static;
  align-self: center;
  margin: 12px auto 13px;
  padding: 10px 25px;
  border-color: #ff76b7;
  background: linear-gradient(135deg, #ed3e8d, #8e4ff0);
  font-size: 14px;
}

.renewal-note {
  width: min(1180px, 92%);
  margin: 0 auto 42px;
  padding: 18px 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border: 1px solid #ff72b777;
  border-radius: 18px;
  background: linear-gradient(135deg, #17254a, #28163f);
  box-shadow: 0 12px 35px #0005;
  text-align: center;
  scroll-margin-top: 24px;
  transition: border-color .25s, box-shadow .25s, transform .25s;
}

.renewal-note:target,
.renewal-note.is-highlighted {
  border-color: #ff8bc4;
  box-shadow: 0 0 0 4px #ff69b429, 0 12px 42px #0007;
  transform: translateY(-3px);
}

.renewal-note > span {
  color: var(--pink);
  font-size: 25px;
}

.renewal-note strong {
  display: block;
  margin-bottom: 4px;
  color: #ff82be;
  font: 700 21px "Playfair Display";
}

.renewal-note p {
  margin: 0;
  color: #e4e8f3;
  font-size: 15px;
  line-height: 1.5;
}

@media (max-width: 760px) {
  .renewal-note {
    padding: 16px;
    gap: 10px;
  }

  .renewal-note > span:last-child {
    display: none;
  }

  .renewal-note strong {
    font-size: 19px;
  }
}
