.art-header {
  height: 300px;
  padding: 70px 130px 22px 100px;
  align-items: flex-end;
  gap: 40px;
}

.art-header img {
  width: auto;
  max-width: none;
}

.art-header img:first-child {
  height: 190px;
}

.art-header img:last-child {
  height: 144px;
}

.event-heading {
  height: 110px;
  padding: 34px 120px 0;
  color: #0b3f42;
  font-size: 95px;
  font-weight: 900;
  letter-spacing: -3px;
  line-height: 1;
}

.heading-bars {
  height: 100px;
  padding: 0 120px 43px;
  overflow: hidden;
  color: #5abe68;
  font-size: 34px;
  font-weight: 900;
  letter-spacing: 2px;
}

.event-board {
  position: relative;
  display: grid;
  grid-template-columns: 233px 139px 1fr;
  grid-template-rows: 212px 371px 92px 358px 224px;
  width: 936px;
  height: 1257px;
  margin: 0 72px;
  overflow: hidden;
  box-shadow: 0 12px 36px #123c4924;
}

.agenda-art .art-photo {
  margin: 0;
}

.agenda-art .art-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.art-photo-primary {
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
  width: 372px;
  height: 326px;
  overflow: hidden;
  background: #f8f9f7;
}

.art-photo-primary img {
  object-position: var(--photo-x) var(--photo-y);
  transform: scale(var(--photo-zoom));
  transform-origin: var(--photo-x) var(--photo-y);
}

.agenda-art .photo-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #adc0bd;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
}

.agenda-art .photo-placeholder[hidden] {
  display: none;
}

.art-photo-secondary {
  position: absolute;
  z-index: 8;
  top: 760px;
  left: 205px;
  width: 345px;
  height: 275px;
  overflow: visible;
  background: transparent;
  pointer-events: none;
}

.art-photo-secondary::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 54px;
  left: 92px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #f7f8f6;
}

.art-photo-secondary img {
  position: relative;
  z-index: 1;
  object-position: var(--secondary-photo-x) var(--secondary-photo-y);
  transform: scale(var(--secondary-photo-zoom));
  transform-origin: var(--secondary-photo-x) var(--secondary-photo-y);
}

.photo-placeholder-secondary {
  display: none !important;
}

.location-card {
  grid-column: 3;
  grid-row: 1;
  display: grid;
  grid-template-columns: 191px 1fr;
  align-items: center;
  background: #f7f8f6;
}

.pin-icon {
  position: relative;
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  background: #45bed2;
}

.pin-icon::before {
  content: "";
  width: 62px;
  height: 62px;
  border: 8px solid #fff;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.pin-icon::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
}

.location-card p {
  min-width: 0;
  margin: 0;
  padding: 24px 28px;
}

.location-card small,
.action-card small,
.date-card small,
.time-card small {
  display: block;
  margin-bottom: 14px;
  color: #5abe68;
  font-size: 25px;
  font-weight: 900;
}

.location-card strong {
  display: block;
  max-height: 108px;
  overflow: hidden;
  color: #0b4c43;
  font-size: 31px;
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.mosaic-dark {
  grid-column: 1;
  grid-row: 2;
  display: grid;
  place-items: center;
  background: #123c49;
  color: #5abe68;
  font-size: 34px;
  letter-spacing: 16px;
  line-height: 1.5;
}

.mosaic-green {
  grid-column: 2;
  grid-row: 2 / 5;
  background: linear-gradient(145deg, #65c469, #169045);
}

.mosaic-cyan {
  grid-column: 1 / 3;
  grid-row: 3;
  background: #45bed2;
}

.action-card {
  position: relative;
  grid-column: 3;
  grid-row: 2 / 5;
  padding: 64px 52px 40px;
  overflow: hidden;
  background: linear-gradient(135deg, #008269, #005b4b);
  color: #fff;
}

.action-card .art-sector {
  margin: 0 0 26px;
  color: #5abe68;
  font-size: 25px;
  letter-spacing: 0;
}

.action-card .art-sector b {
  margin-left: 8px;
  font-weight: 900;
}

.action-card h1 {
  max-height: 330px;
  margin: 0;
  overflow: hidden;
  color: #fff;
  font-size: 63px;
  font-weight: 700;
  letter-spacing: -1.8px;
  line-height: 1.08;
  overflow-wrap: anywhere;
}

.action-card h1.title-medium {
  font-size: 49px;
}

.action-card h1.title-long {
  font-size: 42px;
}

.action-card .title-line {
  display: block;
  white-space: nowrap;
}

.action-card .title-line.compact {
  font-size: 0.74em;
}

.speaker-block {
  position: absolute;
  top: 500px;
  right: 42px;
  left: 52px;
}

.speaker-block small {
  margin-bottom: 8px;
}

.speaker-block strong {
  display: block;
  max-height: 105px;
  overflow: hidden;
  font-size: 30px;
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.date-card {
  grid-column: 1;
  grid-row: 4;
  padding: 46px 28px;
  background: #f7f8f6;
  color: #0b4c43;
}

.date-card strong {
  display: block;
  font-size: 105px;
  line-height: 0.9;
}

.date-card span {
  display: block;
  margin-top: 20px;
  font-size: 32px;
  font-weight: 900;
}

.date-accent {
  grid-column: 2;
  grid-row: 4;
  background: #4bb95e;
}

.clock-card {
  grid-column: 1;
  grid-row: 5;
  display: grid;
  place-items: center;
  background: #45bed2;
  color: #fff;
}

.clock-card span {
  position: relative;
  width: 116px;
  height: 116px;
  border: 8px solid #fff;
  border-radius: 50%;
}

.clock-card span::before,
.clock-card span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 50%;
  width: 7px;
  border-radius: 5px;
  background: #fff;
  transform-origin: bottom;
}

.clock-card span::before {
  height: 39px;
  transform: translateX(-50%);
}

.clock-card span::after {
  height: 31px;
  transform: translateX(-50%) rotate(125deg);
}

.time-card {
  grid-column: 2 / 4;
  grid-row: 5;
  padding: 34px 205px 25px 42px;
  background: #f7f8f6;
  color: #0b4c43;
}

.time-card small {
  margin: 0 0 10px;
  font-size: 24px;
}

.time-card strong {
  display: block;
  overflow: hidden;
  font-size: 60px;
  line-height: 1.15;
  white-space: nowrap;
  text-overflow: clip;
}

.end-card {
  position: absolute;
  right: 0;
  bottom: 0;
  display: grid;
  width: 175px;
  height: 224px;
  padding: 22px;
  place-items: end;
  background: #123c49;
  color: #5abe68;
  font-size: 27px;
  letter-spacing: 3px;
}

.bottom-marks {
  display: flex;
  height: 100px;
  margin: 18px 72px 0;
  align-items: start;
  gap: 20px;
}

.bottom-marks b {
  display: block;
  width: 130px;
  height: 44px;
  background: #a61b69;
}

.bottom-marks span {
  color: #5abe68;
  font-size: 26px;
  letter-spacing: 11px;
  line-height: 1;
}

.agenda-art .art-footer {
  display: none;
}
