.start {
  padding: 0 1em;
  position: relative;
  text-align: right;
}
@media (min-width: 67.5em) {
  .start {
    min-height: calc(100vh - 7.2vh - 8em);
  }
}

.hero {
  display: none;
  z-index: -1;
}
@media (min-width: 45em) {
  .hero {
    display: block;
    position: absolute;
    top: calc(2.5em - 10vw);
    left: 0;
    width: 70%;
    height: auto;
  }
}

.jazz-school {
  display: none;
  opacity: .6;
  position: absolute;
  top: -1vw;
  width: 27vw;
  max-width: 24em;
  height: auto;
}
@media (min-width: 67.5em) {
  .jazz-school {
    display: block;
  }
}

.start__about {
  margin-bottom: 0;
  padding-top: 1em;
}
.start__about h2 {
  font-size: 2rem;
  margin: 0;
  overflow: hidden;
}
.start__about p {
  color: var(--background-light);
  font-family: 'Franklin Sub', sans-serif;
  font-size: 1.5rem;
  line-height: initial;
  margin: 0;
}
.start__about p:last-child {
  margin-top: 1em;
  margin-left: auto;
  max-width: 25em;
}
@media (min-width: 45em) {
  .start__about p:last-child {
    width: 30%;
  }
}

.start__nav {
  margin: 3em 0 4em;
}
.start__nav a {
  padding: 1.4em 2em 1.2em;
  position: relative;
  text-decoration: none;
}
.start__nav a.active path {
  animation: draw-path 750ms ease;
  animation-fill-mode: forwards;
}
.start__nav a::after {
  background-color: var(--background-light);
}
.start__nav a:hover,
.start__nav a:focus-visible {
  color: var(--background-light);
}
.start__nav a:hover path,
.start__nav a:focus-visible path {
  stroke: var(--background-light);
}
.experience-more {
  color: var(--badge-02);
}
.discover-courses {
  color: var(--foreground);
}
.start__nav svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.start__nav path {
  stroke-width: 3px;
}
.experience-more path {
  stroke: var(--badge-02);
}
.discover-courses path {
  stroke: var(--foreground);
}

.teaser {
  color: var(--background-light);
  display: flex;
  flex-direction: column;
  margin-left: auto;
  max-width: 28em;
}
@media (min-width: 45em) {
  .teaser {
    flex-direction: row-reverse;
    margin-top: 1em;
    margin-bottom: 1em;
    max-width: 95%;
  }
}
@media (min-width: 67.5em) {
  .teaser {
    max-width: 75%;
  }
}
.teaser__media {
  align-self: flex-end;
  margin-right: .65em;
  margin-left: .8em;
  position: relative;
}
@media (min-width: 45em) {
  .teaser__media {
    margin-left: 2.5em;
    max-width: 24em;
  }
}
@media (min-width: 67.5em) {
  .teaser__media {
    max-width: 27em;
  }
}

#pause {
  display: none;
}
.play-button {
  align-items: center;
  background-color: var(--background-dark);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  position: absolute;
  top: calc(14% * 1.814);
  left: -5%;
  width: 12%;
  height: calc(12% * 1.814);
  z-index: 10;
}
.play-button::before {
  border: 1px solid;
  border-color: var(--foreground);
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 6%;
  left: 6%;
  width: 88%;
  height: 88%;
}
@media (min-width: 67.5em) {
  .play-button:hover::before,
  .play-button:focus-visible::before {
    border-color: var(--badge-02);
  }
}
.play-button path {
  fill: var(--foreground);
}
@media (min-width: 67.5em) {
  .play-button:hover path,
  .play-button:focus-visible path {
    fill: var(--badge-02);
  }
}
.play-button__symbol {
  width: 35%;
  height: 35%;
}

.teaser__media {
  position: relative;
}
.teaser__media figure {
  display: block;
  margin: 0 auto;
  width: 98%;
  height: auto;
}
.teaser__media img {
  filter: hue-rotate(45deg) saturate(45%);
}

.teaser__description {
  margin-top: 3.2em;
}
@media (min-width: 45em) {
  .teaser__description {
    align-self: flex-end;
    margin-top: 0;
    max-width: 14em;
  }
}
.teaser__description h2 {
  font-size: 1.3rem;
  line-height: 1.1;
  margin: 0;
}
.teaser__description p {
  line-height: initial;
  margin-top: .3em;
}
@media (min-width: 45em) {
  .teaser__description p {
    margin-bottom: 0;
  }
}
.teaser__description em {
  text-transform: initial;
}

.horizontal-rule {
  position: relative;
  z-index: 10;
  height: 8em;
}
.horizontal-rule__layer {
  clip-path: url(#portraitClipPath);
  position: relative;
  height: 100%;
}
.horizontal-rule__layer:nth-child(1) {
  background-color: var(--background-lighter);
  background-image: url(../img/background-bright.png);
  top: 0;
}
.horizontal-rule__layer:nth-child(2) {
  background-color: var(--background-dark);
  top: -7.5em;
}
.horizontal-rule__layer:nth-child(3) {
  background-color: var(--background-lighter);
  background-image: url(../img/background-bright.png);
  top: -15em;
}
.screw {
  position: absolute;
  width: calc(1.5em + 1vw);
  max-width: 2.1em;
  height: auto;
}
.screw--left {
  top: 4.7em;
  left: .7em;
}
.screw--right {
  top: 1.3em;
  right: .7em;
}
.screw--left:focus-visible,
.screw--right:focus-visible {
  border-radius: 50%;
  outline: 3px solid var(--foreground);
  outline-offset: -3px;
}

.courses-description {
  background-color: var(--background-lighter);
  background-image: url(../img/background-bright.png);
  display: flex;
  flex-direction: column;
  padding: 0 1em;
  position: relative;
  z-index: 10;
}
@media (min-width: 67.5em) {
  .courses-description {
    padding: 0 8em;
  }
}
.courses-description h2 {
  color: var(--heading);
  margin: 1em 0 .5em;
  text-align: center;
}
@media (min-width: 67.5em) {
  .courses-description h2 {
    text-align: left;
  }
}

.courses-description > * + * {
  margin-top: 5em;
}

.courses-description__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 0;
}
@media (min-width: 67.5em) {
  .courses-description__text {
    flex-direction: row;
  }
}
.courses-description__text p {
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  max-width: 72ch;
}
@media (min-width: 67.5em) {
  .courses-description__text p {
    margin-right: initial;
    margin-left: initial;
  }
}

.courses-description__symbols {
  align-self: center;
  display: flex;
  flex: 1 0;
  margin-top: 1em;
  max-width: 33.75em;
}
@media (min-width: 67.5em) {
  .courses-description__symbols {
    align-self: flex-start;
    flex-basis: 40%;
    margin-top: 0;
    margin-left: 3em;
  }
}
.courses-description__symbols > div {
  display: flex;
  flex: 1 0;
  flex-direction: column;
}
.courses-description__symbols figure {
  display: block;
  margin: .5em auto 1em;
  width: 100%;
  max-width: 5.5em;
  height: auto;
}
@media (min-width: 67.5em) {
  .courses-description__symbols figure {
    width: 5.5em;
  }
}
.courses-description__symbols figcaption {
  color: var(--heading);
  font-family: 'Franklin Sub', sans-serif;
  font-size: 1.1rem;
  font-weight: bold;
  hyphens: manual;
  margin: 0 .5em;
  text-align: center;
}

.courses-description__boxes {
  display: flex;
  flex-direction: column;
}
@media (min-width: 67.5em) {
  .courses-description__boxes {
    flex-direction: row;
  }
}
.courses-description__boxes > div {
  align-self: flex-start;
  flex: 1;
  margin: 0 auto;
  position: relative;
  text-align: center;
  max-width: 24em;
}
.courses-description__boxes > div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 98%;
}
.courses-description__boxes > div:nth-child(1)::after {
  background-color: var(--badge-01);
  right: 12%;
  left: 12%;
  transform: rotate(8deg);
  width: 76%;
}
.courses-description__boxes > div:nth-child(2)::after {
  background-color: var(--badge-02);
  right: 6%;
  left: 14%;
  transform: rotate(-6deg);
  width: 80%;
}
.courses-description__boxes > div:nth-child(3)::after {
  background-color: var(--badge-03);
  right: 11%;
  left: 5%;
  transform: rotate(5deg);
  width: 84%;
}
.courses-description__boxes > div + div {
  margin-top: 3.5em;
}
@media (min-width: 67.5em) {
  .courses-description__boxes > div + div {
    margin-top: 0;
    margin-left: 2em;
  }
}
.courses-description__boxes h3,
.courses-description__boxes p {
  position: relative;
  z-index: 1;
}
.courses-description__boxes h3 {
  color: #402640;
  margin-bottom: .5em;
}
@media (min-width: 67.5em) {
  .courses-description__boxes h3 {
    font-size: 1.2rem;
  }
}
.courses-description__boxes p {
  background-color: var(--background-lighter);
  border: 1px solid var(--foreground);
  line-height: 1.6em;
  margin-top: .5em;
  padding: 1.5em;
}
@media (min-width: 67.5em) {
  .courses-description__boxes p {
    font-size: .85rem;
  }
}

.courses-description__levels {
  align-self: center;
  text-align: center;
}
.courses-description__levels div {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  max-width: 27em;
}
.courses-description__levels figure {
  width: 10%;
  height: auto;
}
.courses-description__levels p {
  margin-bottom: 0;
  padding: 0 .75em;
  max-width: 72ch;
}
@media (min-width: 45em) {
  .courses-description__levels p {
    text-align: left;
  }
}
.courses-description__levels a {
  background-color: var(--foreground);
  clip-path: polygon(5% 18%, 95% 0, 100% 100%, 0 85%);
  color: white;
  font-size: 1.1rem;
  margin: 3em 0;
  padding: .8em 1em;
  text-decoration: none;
}
.courses-description__levels a:hover,
.courses-description__levels a:focus-visible {
  background-color: var(--badge-02);
}
