* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #610000;
  color: #fff2ea;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
}

a {
  color: #fff2ea;
  text-decoration: none;
}

.hero {
  width: 100%;
  height: 470px;
  position: relative;
  background-image: url("redndwhite.jpg");
  background-size: cover;
  background-position: center;
}

.brand {
  font-size: 58px;
  font-weight: bold;
  line-height: 1;
  padding-left: 7px;
  padding-top: 7px;
}

.main-nav {
  height: 106px;
  margin-top: 12px;
  padding-top: 32px;
  text-align: center;
  background-color: rgba(49, 0, 0, .78);
}

.main-nav a {
  display: inline-block;
  margin: 0 35px;
  font-size: 38px;
  line-height: 1;
}

.hero-copy {
  position: relative;
  height: 287px;
  background-color: rgba(92, 0, 0, .48);
}

.hero-title {
  position: absolute;
  left: 255px;
  top: 25px;
  font-size: 62px;
  line-height: 1;
}

.hero-tagline {
  position: absolute;
  right: 125px;
  top: 105px;
  width: 590px;
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  line-height: 1.2;
}

.connection {
  height: 705px;
  padding-top: 28px;
}

.connection h2 {
  text-align: center;
  font-size: 64px;
  font-weight: normal;
  line-height: 1.1;
}

.connection blockquote {
  width: 1135px;
  margin-top: 45px;
  margin-left: auto;
  margin-right: 31px;
  color: #df211d;
  text-align: right;
  font-weight: bold;
}

.connection blockquote p {
  font-size: 63px;
  line-height: 1.17;
}

.connection cite {
  display: block;
  font-size: 58px;
  font-style: italic;
}

.workshops {
  padding: 0 128px;
}

.workshops h2 {
  text-align: center;
  font-size: 88px;
  line-height: 1;
}

.workshop-grid {
  margin-top: 76px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 96px;
}

.workshop-grid article {
  text-align: center;
}

.workshop-grid img {
  width: 100%;
  height: 470px;
  object-fit: cover;
  display: block;
}

.workshop-grid h3 {
  margin-top: 90px;
  font-size: 48px;
  font-weight: normal;
  line-height: 1;
}

.talent {
  padding: 886px 45px 0;
}

.talent h2 {
  margin-bottom: 136px;
  text-align: center;
  font-size: 100px;
  line-height: 1;
}

.talent-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 199px;
}

.talent-grid article {
  text-align: center;
}

.talent-grid img {
  width: 100%;
  height: 375px;
  object-fit: cover;
  display: block;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
}

.talent-grid h3 {
  margin-top: 123px;
  font-size: 72px;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}

.signup {
  width: 1155px;
  min-height: 608px;
  margin: 619px 0 206px 108px;
  padding: 77px 75px 70px 33px;
  display: grid;
  grid-template-columns: 535px 1fr;
  gap: 88px;
  background-color: #3f0908;
  border-radius: 42px;
}

.signup form {
  padding-top: 18px;
}

.signup label {
  display: block;
  margin-bottom: 29px;
  color: #df211d;
  font-size: 48px;
  line-height: 1;
}

.signup input,
.signup select {
  display: block;
  width: 332px;
  height: 65px;
  margin-bottom: 57px;
  border: none;
  border-radius: 23px;
  background-color: #ffffff;
  color: #df211d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 40px;
  font-style: italic;
}

.signup label[for="interest"] {
  margin-top: 20px;
  font-size: 38px;
}

.signup select {
  width: 360px;
  padding-left: 34px;
}

.signup-text {
  text-align: right;
}

.signup-text h2 {
  margin-bottom: 17px;
  font-size: 48px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}

.signup-text p {
  font-size: 64px;
  font-style: normal;
  line-height: 1.17;
}

@media screen and (max-width: 900px) {
  .brand {
    font-size: 38px;
  }

  .main-nav {
    height: auto;
    padding: 22px 10px;
  }

  .main-nav a {
    margin: 8px 12px;
    font-size: 24px;
  }

  .hero,
  .hero-copy {
    height: auto;
  }

  .hero-title,
  .hero-tagline {
    position: static;
    width: auto;
    padding: 24px;
    text-align: center;
    font-size: 34px;
  }

  .connection,
  .talent {
    height: auto;
    padding: 55px 24px;
  }

  .connection blockquote {
    width: auto;
    margin: 35px 0 0;
    text-align: center;
  }

  .connection h2,
  .workshops h2,
  .talent h2 {
    font-size: 46px;
  }

  .connection blockquote p,
  .connection cite {
    font-size: 34px;
  }

  .workshops {
    padding: 55px 24px;
  }

  .workshop-grid,
  .talent-grid,
  .signup {
    display: block;
  }

  .workshop-grid article,
  .talent-grid article {
    margin-bottom: 55px;
  }

  .workshop-grid img,
  .talent-grid img {
    max-width: 420px;
    width: 100%;
    height: 320px;
    margin: 0 auto;
  }

  .workshop-grid h3,
  .talent-grid h3 {
    margin-top: 30px;
    font-size: 34px;
    white-space: normal;
  }

  .signup {
    width: auto;
    margin: 80px 24px;
    padding: 35px 24px;
  }

  .signup input,
  .signup select {
    width: 100%;
  }

  .signup-text {
    text-align: center;
  }

  .signup-text p {
    font-size: 34px;
  }
}
