/* ============================================================
   ESPIRITO Festival — Supplementary styles for Tailwind
   Everything that doesn't fit a single utility class:
   typography helpers (clamp-based), reveal animation,
   hero/eredita backgrounds with breathing animation,
   and mobile-menu overlay transitions.
   ============================================================ */

/* ---------- Typography helpers (referenced by class names) ---------- */
.eyebrow {
  font-family: "Tenor Sans", Montserrat, sans-serif;
  font-size: clamp(0.9rem, 1.1vw + 0.55rem, 1.05rem);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #f2cc6a;
  font-weight: 400;
  margin: 0 0 clamp(1rem, 2.5vw, 1.5rem);
  display: inline-block;
  text-shadow: 0 1px 6px rgba(20, 16, 12, 0.55);
}
@media (max-width: 767.98px) {
  .eyebrow {
    font-size: clamp(0.95rem, 2.5vw + 0.75rem, 1.08rem);
    letter-spacing: 0.16em;
  }
}
.h-display {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-weight: 300;
  font-size: clamp(1.2rem, 4.1vw, 2.55rem);
  line-height: 1.08;
  letter-spacing: 0.01em;
  margin: 0 0 clamp(1rem, 2.5vw, 1.5rem);
  color: #f8f4ed;
}
.h-display em {
  font-style: italic;
  color: #f2cc6a;
}
/* Keep terminal punctuation with heading color; inside <em> so autotranslate won't gap before "." */
.h-display-punct {
  font-style: normal;
  color: #f8f4ed;
}
.h-caps {
  font-family: "Tenor Sans", Montserrat, sans-serif;
  font-size: clamp(1.1rem, 1.6vw + 0.4rem, 1.6rem);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #f8f4ed;
  font-weight: 400;
  margin: 0 0 clamp(1rem, 2.5vw, 1.5rem);
}
.body-text {
  font-size: clamp(1.1rem, 0.4vw + 0.99rem, 1.18rem);
  line-height: 1.7;
  color: rgba(248, 244, 237, 0.86);
  max-width: 64ch;
}

/* ---------- Reveal-on-scroll animation (toggled by main.js) ---------- */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal--delay-1 {
  transition-delay: 0.1s;
}
.reveal--delay-2 {
  transition-delay: 0.2s;
}
/* ---------- Info pratiche — typographic manifest (no cards) ---------- */
.info-manifest {
  max-width: 58rem;
  margin-inline: auto;
}
.info-manifest__grid {
  display: grid;
  grid-template-columns: 1fr;
  margin: 0;
  padding: 0;
  list-style: none;
}
.info-manifest__item {
  margin: 0;
  padding: clamp(1.35rem, 3vw, 2rem) clamp(0.5rem, 2vw, 1rem);
  text-align: center;
  border-top: 1px solid rgba(242, 204, 106, 0.22);
}
.info-manifest__item:first-child {
  border-top: none;
}
.info-manifest__label {
  font-family: "Tenor Sans", Montserrat, sans-serif;
  font-size: clamp(0.72rem, 0.35vw + 0.65rem, 0.8rem);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgb(255 176 6 / 100%);
  margin: 0 0 0.65rem;
}
.info-manifest__value {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(1.35rem, 1.2vw + 1rem, 1.75rem);
  line-height: 1.2;
  color: #f5f1e8;
  margin: 0;
  font-weight: 400;
}
.info-manifest__sub {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.82em;
  color: rgba(248, 244, 237, 0.78);
}
@media (min-width: 640px) {
  .info-manifest__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .info-manifest__item {
    border-top: none;
    border-left: 1px solid rgba(242, 204, 106, 0.18);
  }
  .info-manifest__item:nth-child(odd) {
    border-left: none;
  }
  .info-manifest__item:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(242, 204, 106, 0.18);
  }
}
@media (min-width: 1024px) {
  .info-manifest__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .info-manifest__item {
    border-bottom: none;
    padding-block: clamp(1.5rem, 2.5vw, 2.25rem);
  }
  .info-manifest__item:nth-child(odd) {
    border-left: 1px solid rgba(242, 204, 106, 0.18);
  }
  .info-manifest__item:first-child {
    border-left: none;
  }
}
.info-manifest__iban {
  margin-top: clamp(1.75rem, 4vw, 2.75rem);
  padding-top: clamp(1.5rem, 3vw, 2rem);
  border-top: 1px solid rgba(242, 204, 106, 0.28);
  text-align: center;
}
.info-manifest__iban-lead {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-style: italic;
  color: white;
  margin: 0 0 1rem;
}
.iban-copy--inline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.65rem 1rem;
  max-width: 36rem;
  margin-inline: auto;
}
.iban-copy__tag {
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #ffb45c;
  flex-shrink: 0;
}
.iban-copy__value {
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: clamp(0.68rem, 0.35vw + 0.6rem, 0.82rem);
  letter-spacing: 0.04em;
  color: #f8f4ed;
  word-break: break-all;
  text-align: left;
  line-height: 1.35;
}
.iban-copy__btn {
  display: inline-grid;
  grid-template-columns: 1rem 1fr 1rem;
  align-items: center;
  column-gap: 0.55rem;
  flex-shrink: 0;
  padding: 0.35rem 0.75rem;
  border: 1px solid rgba(255, 180, 92, 0.45);
  border-radius: 999px;
  background: rgba(20, 16, 12, 0.45);
  color: #ffb45c;
  font-family: "Tenor Sans", Montserrat, sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    color 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}
.iban-copy__btn::after {
  content: "";
  width: 1rem;
  height: 1rem;
}
.iban-copy__btn > svg {
  grid-column: 1;
  justify-self: center;
}
.iban-copy__btn-text {
  grid-column: 2;
  justify-self: center;
  line-height: 1;
}
.iban-copy__btn:hover {
  border-color: rgba(255, 180, 92, 0.75);
  background: rgba(255, 180, 92, 0.1);
}
.iban-copy__btn:focus-visible {
  outline: 2px solid #ffb45c;
  outline-offset: 2px;
}
.iban-copy__btn.is-copied {
  color: #f2cc6a;
  border-color: rgba(242, 204, 106, 0.55);
}
@media (max-width: 479.98px) {
  .iban-copy--inline {
    flex-direction: column;
    align-items: stretch;
  }
  .iban-copy__value {
    text-align: center;
  }
  .iban-copy__btn {
    align-self: center;
    width: auto;
    justify-content: center;
  }
}

.reveal--delay-3 {
  transition-delay: 0.3s;
}
.reveal--delay-4 {
  transition-delay: 0.4s;
}

/* ---------- Hero background image (with breathing animation) ---------- */
.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("../assets/images/hero.webp");
  background-size: cover;
  background-position: 58% center;
  background-repeat: no-repeat;
  filter: brightness(0.78) saturate(1.05);
  transform: scale(1.05);
  animation: heroBreathe 18s ease-in-out infinite alternate;
}

/* Tablet / iPad: portrait viewports crop the sides — keep the subject on the right */
@media (min-width: 768px) {
  .hero-bg {
    background-position: 48% center;
  }
}

@media (min-width: 769px) and (max-width: 1279px) {
  .hero-bg {
    background-position: 50% center;
  }
}

@media (min-width: 1280px) and (max-width: 1535px) {
  .hero-bg {
    background-position: -20% center;
  }
}

@media (min-width: 1536px) {
  .hero-bg {
    background-position: 50% center;
  }
}
@keyframes heroBreathe {
  from {
    transform: scale(1.05);
  }
  to {
    transform: scale(1.14);
  }
}

/* ---------- Decorative sound waves (full-width horizontal bands) ---------- */
.sound-waves {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: visible;
  color: #f2cc6a;
}
.sound-waves svg {
  display: block;
  width: 100%;
  height: 100%;
}
.sound-waves__stroke {
  fill: none;
  stroke: currentColor;
  stroke-width: 0.65;
  vector-effect: non-scaling-stroke;
  transform-box: fill-box;
  transform-origin: center;
  will-change: transform, opacity;
}
.sound-waves__stroke:nth-child(1) {
  animation: soundWaveLine1 8.6s ease-in-out infinite;
}
.sound-waves__stroke:nth-child(2) {
  animation: soundWaveLine2 10.4s ease-in-out infinite;
}
.sound-waves__stroke:nth-child(3) {
  animation: soundWaveLine3 9.2s ease-in-out infinite;
}
.sound-waves__stroke:nth-child(4) {
  animation: soundWaveLine4 11.8s ease-in-out infinite;
}
.sound-waves__stroke:nth-child(5) {
  animation: soundWaveLine5 12.6s ease-in-out infinite;
}
.sound-waves--hero {
  inset: 0;
  opacity: 0.35;
}
.sound-waves--band {
  height: clamp(96px, 15vh, 200px);
}
.sound-waves--band-top {
  top: 0;
  bottom: auto;
  opacity: 0.18;
}
.sound-waves--band-bottom {
  top: auto;
  bottom: 0;
  opacity: 0.2;
}
.sound-waves--band-mid {
  top: 38%;
  bottom: auto;
  opacity: 0.14;
}
.sound-waves--band-tight {
  height: clamp(64px, 10vh, 120px);
}
.sound-waves--sand {
  color: #c9a87a;
}
.sound-waves--faint {
  opacity: 0.12;
}
.sound-waves--slow .sound-waves__stroke:nth-child(1) {
  animation-duration: 11.2s;
}
.sound-waves--slow .sound-waves__stroke:nth-child(2) {
  animation-duration: 13.4s;
}
.sound-waves--slow .sound-waves__stroke:nth-child(3) {
  animation-duration: 12s;
}
.sound-waves--slow .sound-waves__stroke:nth-child(4) {
  animation-duration: 14.6s;
}
.sound-waves--slow .sound-waves__stroke:nth-child(5) {
  animation-duration: 15.8s;
}
/* Each line moves on its own rhythm so gaps breathe — never in sync */
@keyframes soundWaveLine1 {
  0%,
  100% {
    opacity: 0.4;
    transform: translate3d(0, 0, 0);
  }
  22% {
    opacity: 0.58;
    transform: translate3d(12px, -11px, 0);
  }
  48% {
    opacity: 0.46;
    transform: translate3d(-8px, 7px, 0);
  }
  74% {
    opacity: 0.54;
    transform: translate3d(6px, -5px, 0);
  }
}
@keyframes soundWaveLine2 {
  0%,
  100% {
    opacity: 0.44;
    transform: translate3d(0, 6px, 0);
  }
  18% {
    opacity: 0.5;
    transform: translate3d(-10px, 14px, 0);
  }
  42% {
    opacity: 0.66;
    transform: translate3d(14px, -9px, 0);
  }
  68% {
    opacity: 0.48;
    transform: translate3d(-5px, 3px, 0);
  }
  88% {
    opacity: 0.6;
    transform: translate3d(8px, -12px, 0);
  }
}
@keyframes soundWaveLine3 {
  0%,
  100% {
    opacity: 0.42;
    transform: translate3d(0, -4px, 0);
  }
  30% {
    opacity: 0.62;
    transform: translate3d(-14px, -8px, 0);
  }
  55% {
    opacity: 0.48;
    transform: translate3d(9px, 13px, 0);
  }
  80% {
    opacity: 0.56;
    transform: translate3d(-6px, -6px, 0);
  }
}
@keyframes soundWaveLine4 {
  0%,
  100% {
    opacity: 0.4;
    transform: translate3d(0, 3px, 0);
  }
  26% {
    opacity: 0.52;
    transform: translate3d(11px, 10px, 0);
  }
  52% {
    opacity: 0.68;
    transform: translate3d(-12px, -14px, 0);
  }
  76% {
    opacity: 0.46;
    transform: translate3d(7px, 5px, 0);
  }
}
@keyframes soundWaveLine5 {
  0%,
  100% {
    opacity: 0.38;
    transform: translate3d(0, -2px, 0);
  }
  20% {
    opacity: 0.48;
    transform: translate3d(-7px, 9px, 0);
  }
  44% {
    opacity: 0.6;
    transform: translate3d(13px, -10px, 0);
  }
  70% {
    opacity: 0.44;
    transform: translate3d(-9px, 8px, 0);
  }
  92% {
    opacity: 0.55;
    transform: translate3d(5px, -7px, 0);
  }
}

/* ---------- Info — bottom fade into Eredità (photo section only) ---------- */
.info-edge-fade {
  height: clamp(7rem, 22vw, 14rem);
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(20, 16, 12, 0.35) 38%,
    rgba(20, 16, 12, 0.78) 72%,
    #14100c 100%
  );
}

/* ---------- Eredità background (polifonia image + gradient) ---------- */
.eredita-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(
      to bottom,
      rgba(20, 16, 12, 0.72),
      rgba(20, 16, 12, 0.88) 70%,
      rgba(20, 16, 12, 0.95)
    ),
    url("../assets/images/electronic.webp") center/cover no-repeat;
}

/* ---------- Impatto — olive wash + fresher text panel ---------- */
.impatto-bg {
  position: absolute;
  inset: 0;
  background:
    /* linear-gradient(
      165deg,
      rgba(107, 115, 68, 0.38) 0%,
      rgba(77, 82, 48, 0.28) 35%,
      rgba(20, 16, 12, 0.68) 70%,
      rgba(20, 16, 12, 0.78) 100%
    ), */ url("../assets/images/castle.webp")
    center/cover fixed no-repeat;
}
.impatto-panel {
  border: 1px solid rgba(201, 168, 122, 0.42);
  border-radius: 0.25rem;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  background: linear-gradient(
    155deg,
    rgba(107, 115, 68, 0.52) 0%,
    rgba(77, 82, 48, 0.44) 55%,
    rgba(20, 16, 12, 0.28) 100%
  );
  box-shadow:
    inset 0 1px 0 rgba(242, 204, 106, 0.12),
    0 16px 48px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
@media (max-width: 767.98px) {
  .impatto-bg {
    background-attachment: scroll;
  }
}

/* ---------- Polifonia & Info — olive wash (matches impatto palette) ---------- */
.section-olive-gradient {
  background:
    radial-gradient(ellipse 110% 70% at 50% -15%, rgba(242, 204, 106, 0.07) 0%, transparent 52%),
    linear-gradient(165deg, #6b7344 0%, #597341 32%, #4d5230 68%, #3d4a2c 100%);
}
.section-olive-gradient--soft {
  background:
    radial-gradient(ellipse 90% 55% at 80% 0%, rgba(201, 168, 122, 0.1) 0%, transparent 48%),
    linear-gradient(180deg, #4d5230 0%, #597341 38%, #6b7344 72%, #597341 100%);
}

/* ---------- Pubblico — luminous olive wash ---------- */
.pubblico-gradient {
  background:
    radial-gradient(ellipse 120% 85% at 50% -12%, rgba(242, 204, 106, 0.2) 0%, transparent 58%),
    radial-gradient(ellipse 75% 55% at 88% 35%, rgba(255, 180, 92, 0.12) 0%, transparent 52%),
    linear-gradient(155deg, #728055 0%, #5a7241 38%, #597341 72%, #4d6238 100%);
}

/* ---------- Scrolled-nav state (toggled by main.js) ---------- */
.nav.is-scrolled {
  background: rgba(20, 16, 12, 0.92);
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid rgba(248, 244, 237, 0.18);
}

/* ---------- Mobile-menu overlay open/close transitions ---------- */
@media (max-width: 767.98px) {
  .nav-menu {
    position: fixed;
    inset: 0;
    background: rgba(20, 16, 12, 0.98);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition:
      opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1),
      transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
      visibility 0s linear 0.35s;
  }
  .nav.is-open .nav-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition:
      opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1),
      transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
      visibility 0s;
  }
  body.menu-open {
    overflow: hidden;
  }
}

/* ---------- Hamburger-to-X transform (uses three child spans) ---------- */
.nav.is-open .nav-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.nav.is-open .nav-toggle span:nth-child(2) {
  opacity: 0;
}
.nav.is-open .nav-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ---------- Hero scroll-indicator bounce ---------- */
.scroll-cue {
  animation: scrollBounce 2.4s ease-in-out infinite;
}
@keyframes scrollBounce {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(8px);
  }
}
/* ---------- Underline hover for desktop nav links ---------- */
.nav-link {
  position: relative;
  padding: 0.4rem 0;
}
.nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background: #ffb45c;
  transition:
    width 0.3s cubic-bezier(0.22, 1, 0.36, 1),
    left 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.nav-link:hover::after {
  width: 100%;
  left: 0;
}

/* ---------- Manifesto gallery (scrollable + JS auto-advance) ---------- */
.manifesto-gallery__viewport {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  cursor: grab;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent);
}
.manifesto-gallery__viewport::-webkit-scrollbar {
  display: none;
}
.manifesto-gallery__viewport.is-dragging {
  cursor: grabbing;
}
.manifesto-gallery__track {
  display: flex;
  width: max-content;
  gap: 0.75rem;
  padding-inline: 0.75rem;
}
.manifesto-gallery__slide {
  flex: 0 0 auto;
  width: auto;
  height: clamp(180px, 30vw, 300px);
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}
.manifesto-gallery__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  user-select: none;
  -webkit-user-drag: none;
}
@media (prefers-reduced-motion: reduce) {
  .manifesto-gallery__track {
    flex-wrap: wrap;
    justify-content: center;
    width: auto;
    max-width: 1240px;
    margin-inline: auto;
  }
}

/* ---------- Reduced-motion ---------- */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
  .hero-bg {
    transform: none;
    animation: none;
  }
  .sound-waves__stroke {
    animation: none !important;
  }
}

/* ---------- Selection ---------- */
::selection {
  background: #ffb45c;
  color: #14100c;
}

/* ---------- Artist modal ---------- */
.artist-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1rem, 4vw, 2rem);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s linear 0.35s;
}
.artist-modal.is-open {
  opacity: 1;
  visibility: visible;
  transition:
    opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s;
}
.artist-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 16, 12, 0.85);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.artist-modal__panel {
  position: relative;
  width: 100%;
  max-width: min(720px, 92vw);
  max-height: 88vh;
  overflow-y: auto;
  background: #2a2018;
  border: 1px solid rgba(248, 244, 237, 0.18);
  border-radius: 4px;
  padding: clamp(1.25rem, 4vw, 2rem);
  transform: translateY(12px);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.artist-modal.is-open .artist-modal__panel {
  transform: translateY(0);
}
.artist-modal__panel:focus {
  outline: none;
}
.artist-modal__close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(20, 16, 12, 0.7);
  border: 1px solid rgba(248, 244, 237, 0.25);
  color: #f5f1e8;
  font-size: 1.5rem;
  line-height: 1;
  padding: 0;
  cursor: pointer;
  border-radius: 999px;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
  transition:
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
  z-index: 2;
}
.artist-modal__close:hover,
.artist-modal__close:focus-visible {
  background: rgba(20, 16, 12, 0.9);
  border-color: #ffb45c;
  color: #ffb45c;
  transform: scale(1.06);
  outline: none;
}
.artist-modal__body {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 3vw, 1.5rem);
}
.artist-modal__hero img,
.artist-modal__section img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.artist-modal__heading {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.artist-modal__name {
  font-family: "Tenor Sans", serif;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #ffb45c;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  margin: 0;
  font-weight: 400;
}
.artist-modal__bio {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  color: #f5f1e8;
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  line-height: 1.35;
  margin: 0;
}
.artist-modal__text {
  font-family: "Manrope", sans-serif;
  color: #f5f1e8;
  font-size: clamp(0.95rem, 1.4vw, 1.05rem);
  line-height: 1.65;
  white-space: pre-line;
  margin: 0;
}
.artist-modal__section {
  display: flex;
  flex-direction: column;
  gap: clamp(0.75rem, 2vw, 1rem);
}
body.modal-open {
  overflow: hidden;
}
