.place-view[data-place-id="iceland"] {
  color: rgba(226, 232, 235, 0.86);
  background:
    radial-gradient(ellipse at 52% 24%, rgba(132, 154, 168, 0.5), transparent 42%),
    linear-gradient(180deg, #586873 0%, #303e48 45%, #10171d 100%);
}

.place-view[data-place-id="iceland"]::before {
  background: url("/assets/iceland-background.jpg") center / cover no-repeat;
  opacity: 0.15;
  filter: none;
  transform: none;
}

.place-view[data-place-id="iceland"]::after {
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.12), transparent 28%, rgba(5, 5, 5, 0.28) 72%, rgba(5, 5, 5, 0.72)),
    radial-gradient(circle at 50% 42%, transparent 0%, rgba(3, 7, 4, 0.22) 72%);
}

.place-view[data-place-id="iceland"] .bamboo-light,
.place-view[data-place-id="iceland"] .bamboo-grove {
  display: none;
}

.place-view[data-place-id="iceland"] .back-button {
  color: rgba(185, 202, 208, 0.62);
}

.place-view[data-place-id="iceland"] .place-copy .eyebrow {
  color: rgba(174, 196, 202, 0.7);
}

.place-view[data-place-id="iceland"] .place-copy h2 {
  color: rgba(225, 232, 233, 0.94);
}

.place-view[data-place-id="iceland"] .place-poem,
.place-view[data-place-id="iceland"] .playback-status,
.place-view[data-place-id="iceland"] .timer-remaining {
  color: rgba(190, 207, 211, 0.68);
}

.place-view[data-place-id="iceland"] .master-volume-control {
  --master-volume-accent: rgba(198, 216, 221, 0.86);
  --master-volume-rail: rgba(190, 211, 218, 0.17);
  border-color: rgba(164, 190, 198, 0.3);
  background: rgba(93, 119, 129, 0.055);
  color: rgba(219, 229, 231, 0.8);
}

.place-view[data-place-id="iceland"] .play-button,
.place-view[data-place-id="iceland"] .music-button,
.place-view[data-place-id="iceland"] .timer-button,
.place-view[data-place-id="iceland"] .timer-options button {
  border-color: rgba(164, 190, 198, 0.3);
  background: rgba(93, 119, 129, 0.055);
  color: rgba(219, 229, 231, 0.8);
}

.place-view[data-place-id="iceland"] .timer-options button[aria-pressed="true"] {
  border-color: rgba(194, 214, 219, 0.62);
  background: rgba(124, 151, 161, 0.18);
  color: rgba(239, 243, 244, 0.96);
}
