.node--esdeveniment-full {
  margin-top: 2rem;
}

.event-full {
  max-width: 1200px;
}

.event-full__header {
  margin-bottom: 1.5rem;
}

.event-full__title {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
}

.event-full__hero-meta {
  display: grid;
  gap: 1rem;
  margin-top: 1.25rem;
}

.event-full__hero-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.1rem 1.2rem;
  background: linear-gradient(180deg, #f8fbfd 0%, #f3f8fb 100%);
  border: 1px solid rgba(80, 184, 223, 0.18);
  border-radius: 22px;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
}

.event-full__hero-icon {
  width: 3.1rem;
  height: 3.1rem;
  flex: 0 0 3.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0f5e84;
  font-size: 2rem;
}

.event-full__hero-text {
  min-width: 0;
}

.event-full__hero-label {
  margin-bottom: 0.25rem;
  font-size: 0.86rem;
  font-weight: 800;
  color: #486581;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.event-full__hero-value {
  color: #102a43;
  font-size: 1.06rem;
  line-height: 1.45;
  font-weight: 700;
}

.event-full__hero-value--time {
  font-size: 1.5rem;
  line-height: 1.05;
}

.event-full__image-wrap {
  margin-bottom: 1.75rem;
  padding: 1rem;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.event-full__image-wrap .field {
  margin: 0;
}

.event-full__image-wrap img {
  display: block;
  width: 100%;
  max-width: 860px;
  height: auto;
  border-radius: 18px;
}

.event-full__layout {
  display: grid;
  gap: 1.5rem;
}

.event-full__main,
.event-full__side {
  min-width: 0;
}

.event-full__side {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.event-full__section {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  padding: 1.25rem 1.35rem;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.event-full__section-title {
  margin: 0 0 0.85rem;
  font-size: 1.15rem;
  line-height: 1.2;
  font-weight: 800;
  color: #102a43;
}

.event-full__content {
  color: #334e68;
  font-size: 1.05rem;
  line-height: 1.75;
}

.event-full__content > *:first-child {
  margin-top: 0;
}

.event-full__content > *:last-child {
  margin-bottom: 0;
}

.event-full__content p {
  margin: 0 0 1.1rem;
}

.event-full__content h2,
.event-full__content h3,
.event-full__content h4 {
  margin: 1.5rem 0 0.65rem;
  color: #102a43;
  line-height: 1.3;
}

.event-full__content h2 {
  font-size: 1.55rem;
}

.event-full__content h3 {
  font-size: 1.3rem;
}

.event-full__content h4 {
  font-size: 1.1rem;
}

.event-full__content ul,
.event-full__content ol {
  margin: 0 0 1.1rem 1.3rem;
}

.event-full__content li + li {
  margin-top: 0.35rem;
}

/* Paragraphs */
.event-full .paragraph {
  margin-bottom: 1.1rem;
}

.event-full .paragraph:last-child {
  margin-bottom: 0;
}

/* Neteja de fields */
.event-full .field {
  margin-bottom: 0;
}

.event-full .field__item > *:first-child {
  margin-top: 0;
}

.event-full .field__item > *:last-child {
  margin-bottom: 0;
}

/* Accions */
.event-full__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.event-full__action {
  margin: 0;
}

.event-full__action a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  padding: 0.75rem 1.1rem;
  border-radius: 999px;
  background: #eefbfd;
  border: 1px solid rgba(80, 184, 223, 0.28);
  color: #0f5e84;
  font-weight: 700;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.event-full__action a:hover,
.event-full__action a:focus {
  background: #e2f6fb;
  border-color: rgba(80, 184, 223, 0.42);
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
  text-decoration: none;
}

@media (min-width: 980px) {
  .event-full__layout {
    grid-template-columns: minmax(0, 1.65fr) minmax(280px, 0.9fr);
    align-items: start;
  }
}

@media (max-width: 700px) {
  .event-full__title {
    margin-bottom: 0.85rem;
  }

 .event-full__hero-card {
    padding: 1rem;
    border-radius: 18px;
  }

  .event-full__hero-icon {
    width: 2.8rem;
    height: 2.8rem;
    flex-basis: 2.8rem;
    font-size: 1.05rem;
  }

  .event-full__hero-value {
    font-size: 1rem;
  }

  .event-full__hero-value--time {
    font-size: 1.35rem;
  }

  .event-full__image-wrap,
  .event-full__section {
    padding: 0.95rem;
    border-radius: 18px;
  }

  .event-full__content {
    font-size: 1rem;
  }

  .event-full__actions {
    gap: 0.7rem;
  }
}

@media (min-width: 760px) {
   .event-full__hero-meta {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
  }
}