figure {
  margin: 0;
}

.tmblr-iframe {
  position: absolute;
}

.tmblr-iframe.hide {
  display: none;
}

.pd3-info-box {
  border: 1px solid white;
  color: white;
  padding: 20px;
  margin-bottom: 70px;
}

.pd3-footer-icon {
  width: 20px;
  height: 20px;
  position: relative;
  top: 3px;
}

@media (max-width: 767px) {
  #tracklist + section {
    height: auto !important;
  }

  #tracklist + section > div {
    height: auto !important;
    padding-bottom: 60px;
  }
}

/* ---- Hero ---- */
#header-image {
  height: 700px;
}

#header-image > div {
  height: 100%;
  background-image: url('../images/bg_01.jpg');
}

.pd3-icon-lg {
  width: 65px;
  height: 65px;
}

.pd3-hero-subtitle-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.pd3-hero-copy > .pd3-hero-subtitle-row > .pd3-hero-subtitle-text,
.pd3-spec-subtitle-row > .pd3-hero-subtitle-text {
  display: inline-block;
  flex-shrink: 0;
  overflow-wrap: normal;
  word-break: keep-all;
  white-space: nowrap;
}

.pd3-hero-subtitle-break,
.pd3-hero-subtitle-rest {
  white-space: nowrap;
}

.pd3-hero-subtitle-line {
  display: inline-block;
  width: 120px;
  height: 2px;
}

.pd3-hero-subtitle-line--left {
  background: linear-gradient(to right, transparent, #e86779);
}

.pd3-hero-subtitle-line--right {
  background: linear-gradient(to left, transparent, #e86779);
}

@media (max-width: 767px) {
  #header-image > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .pd3-hero-copy {
    top: 0;
  }

  .pd3-hero-copy > .pd3-hero-subtitle-row > .pd3-hero-subtitle-text,
  .pd3-spec-subtitle-row > .pd3-hero-subtitle-text {
    line-height: 1.35;
    text-align: center;
    white-space: normal;
  }

  .pd3-spec-subtitle-row > .pd3-hero-subtitle-text {
    font-size: 0.7em;
  }

  .pd3-hero-subtitle-break {
    display: block;
  }
}

/* ---- CTA anchor (removes default focus outline) ---- */
.pd3-btn-link {
  outline: none;
}

/* ---- Spec section ---- */
.pd3-spec-subtitle-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 16px;
}

.pd3-spec-subtitle-line {
  display: inline-block;
  width: 170px;
  height: 1px;
}

.pd3-spec-subtitle-line--left {
  background: linear-gradient(to right, transparent, #fff);
}

.pd3-spec-subtitle-line--right {
  background: linear-gradient(to left, transparent, #fff);
}

.pd3-intro-box {
  margin: 10px 10px 40px;
  padding: 20px;
  border-top: 1px dashed white;
  border-bottom: 1px dashed white;
}

#spec .jacket-image img {
  border-radius: 10px;
}

/* ---- Sections with red bg image (Features / UI) ---- */
.pd3-bg-section {
  background-image: url('../images/bg_01.jpg');
  height: 100%;
}

/* ---- Section headings ---- */
.pd3-section-heading {
  margin-bottom: 50px;
}

/* ---- Framed gray dashed box ---- */
.pd3-dashed-box {
  margin: 20px;
  padding: 20px;
  border-top: 1px dashed #999;
  border-bottom: 1px dashed #999;
}

/* ---- UI section ---- */
.pd3-ui-heading {
  color: black;
  margin-bottom: 50px;
}

.pd3-ui-intro {
  color: #999;
}

.pd3-ui-image {
  max-width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 50px;
  display: inline-block;
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.8);
}

.pd3-ui-image--pc {
  width: 1000px;
}

.pd3-ui-image--phone {
  width: 350px;
  border-radius: 65px;
}

/* ---- Question CTA section ---- */
.pd3-question-section {
  height: 500px;
}

.pd3-question-inner {
  background-color: #e86779;
  height: 100%;
}

.pd3-question-body {
  position: relative;
  top: 50px;
}

.pd3-question-heading {
  color: white;
  margin-top: 0;
}

.pd3-question-box {
  color: white;
  margin: 50px 20px;
  padding: 20px;
  border-top: 1px dashed white;
  border-bottom: 1px dashed white;
}
