body {
  background: #888;
  font-family: Copperplate, 'Copperplate Gothic Light', fantasy;
  font-size: 0;
}

#party:target {
  background: linear-gradient(135deg, #ECEDDC 25%, transparent 25%) -50px 0, linear-gradient(225deg, #ECEDDC 25%, transparent 25%) -50px 0, linear-gradient(315deg, #ECEDDC 25%, transparent 25%), linear-gradient(45deg, #ECEDDC 25%, transparent 25%);
  background-size: 100px 100px;
  background-color: #EC173A;
}

.frame {
  height: 500px;
  margin: 0 auto;
  overflow: hidden;
  padding-left: 500px;
  position: relative;
  text-align: left;
  width: 250px;
}

.block {
  background: #333;
  height: 100%;
  float: left;
  margin-right: -100%;
  width: 100%;
}

.option {
  display: none;
}
.option__title {
  color: #fff;
  font-size: 1.2rem;
  font-weight: normal;
  margin: 20px 10px 10px;
  text-align: left;
}
.option__link, .option__label {
  background: #aaa;
  box-shadow: -2px -2px 1px rgba(0, 0, 0, 0.25) inset, 2px 2px 1px white inset;
  color: #666;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: bold;
  margin: 5px 0 5px 10px;
  padding: 5px 10px;
  text-decoration: none;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5), 0px -1px 0px rgba(0, 0, 0, 0.7);
}
.option__link:hover, .option__link:active, .option__link:focus, .option__label:hover, .option__label:active, .option__label:focus {
  color: #EC173A;
}
#party:not(:target) .option__link--normal, #party:target .option__link--party, input:checked + .option__label {
  background: #999;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.25) inset, -2px -2px 1px white inset;
  color: #EC173A;
}

.tooth {
  background: #E6D5CD;
  border: 5px solid #000;
  position: absolute;
}

.spot {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  position: absolute;
}

.hair {
  position: absolute;
}

.ear {
  background: #60BFAB;
  transition: background-color ease .3s;
  border: 5px solid #000;
  border-radius: 100%;
  height: 120px;
  position: absolute;
  width: 90px;
}
.option__age[value="new"]:checked ~ .ear {
  background-color: #fcc;
}
.option__age[value="old"]:checked ~ .ear {
  background-color: #ccc;
}
.ear--left {
  left: 20px;
  top: 230px;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.ear--right {
  left: 393px;
  top: 230px;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.ear__inner {
  background: rgba(0, 0, 0, 0.2);
  border-top: 5px solid #000;
  border-radius: 100%;
  left: 10%;
  position: absolute;
  height: 80%;
  top: 10%;
  width: 80%;
}

.face {
  background: #60BFAB;
  transition: background-color ease .3s;
  border: 5px solid #000;
  border-radius: 50% 50% 50% 50%;
  height: 300px;
  left: 72px;
  position: absolute;
  top: 30px;
  width: 356px;
}
.option__age[value="new"]:checked ~ .face {
  background-color: #fcc;
}
.option__age[value="old"]:checked ~ .face {
  background-color: #ccc;
}
.face::after {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  content: ' ';
  height: 40px;
  left: 135px;
  position: absolute;
  top: 6px;
  -webkit-transform: rotate(7deg);
          transform: rotate(7deg);
  width: 140px;
}
.face__spot--1 {
  left: 28px;
  height: 16px;
  top: 80px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 10px;
}
.face__spot--2 {
  left: 43px;
  height: 4px;
  top: 84px;
  width: 4px;
}
.face__spot--3 {
  height: 8px;
  right: 108px;
  top: 54px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 12px;
}
.face__spot--4 {
  border-radius: 100% 50% 100% 100%;
  height: 16px;
  right: 82px;
  top: 54px;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  width: 25px;
}
.face__spot--5 {
  height: 8px;
  right: 60px;
  top: 37px;
  width: 5px;
}
.face__spot--6 {
  height: 3px;
  right: 55px;
  top: 43px;
  width: 3px;
}
.face__hair {
  z-index: 4;
}
.face__hair--1 {
  border-top: 3px solid #000;
  border-radius: 60% 10% 0 0;
  height: 40px;
  left: -25px;
  top: 105px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  width: 45px;
}
.face__hair--2 {
  border-top: 3px solid #000;
  border-radius: 40% 10% 0 0;
  height: 20px;
  left: -5px;
  top: 95px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  width: 25px;
}
.face__hair--3 {
  border-right: 3px solid #000;
  border-radius: 0 40% 0 0 / 0 60% 0 0;
  height: 30px;
  left: 175px;
  top: -18px;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
  width: 25px;
}
.face__hair--4 {
  border-left: 3px solid #000;
  border-radius: 40% 0 0 10% / 40% 0 0 5%;
  height: 20px;
  left: 208px;
  top: -10px;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
  width: 25px;
}
.face__hair--5 {
  border-right: 3px solid #000;
  border-radius: 0 40% 0 0 / 0 60% 0 0;
  height: 30px;
  left: 235px;
  top: -16px;
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
  width: 25px;
}
.face__hair--6 {
  border-left: 3px solid #000;
  border-radius: 20% 0 0 10% / 90% 0 0 5%;
  height: 30px;
  left: 266px;
  top: -8px;
  -webkit-transform: rotate(18deg);
          transform: rotate(18deg);
  width: 25px;
}
.face__hair--7 {
  border-left: 3px solid #000;
  border-radius: 60% 0 0 10% / 70% 0 0 5%;
  height: 20px;
  left: 272px;
  top: 5px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  width: 25px;
}
.face__hair--8 {
  border-left: 3px solid #000;
  border-radius: 30% 0 0 30% / 60% 0 0 40%;
  height: 50px;
  left: 345px;
  top: 116px;
  -webkit-transform: rotate(84deg);
          transform: rotate(84deg);
  width: 30px;
}
.face__hair--9 {
  border-left: 3px solid #000;
  border-radius: 50% 0 0 50% / 60% 0 0 70%;
  height: 35px;
  left: 350px;
  top: 125px;
  -webkit-transform: rotate(94deg);
          transform: rotate(94deg);
  width: 15px;
}

.hole {
  background: #000;
  border: 5px solid #000;
  border-radius: 100%;
  position: absolute;
}
.hole::before, .hole::after {
  border-radius: 100%;
  content: ' ';
  position: absolute;
}
.hole::before {
  border-top: 2px solid #000;
}
.hole::after {
  border-left: 3px solid #000;
}
.hole--1 {
  box-shadow: inset 0 8px 0 #266054;
  height: 20px;
  left: 132px;
  top: 67px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  width: 60px;
}
.option__age[value="new"]:checked ~ .hole--1 {
  box-shadow: inset 0 8px 0 #ff3333;
}
.option__age[value="old"]:checked ~ .hole--1 {
  box-shadow: inset 0 8px 0 gray;
}
.hole--1::before {
  left: -4px;
  height: 100%;
  top: -12px;
  width: 100%;
}
.hole--1::after {
  bottom: -9px;
  left: -14px;
  height: 170%;
  -webkit-transform: rotate(-24deg);
          transform: rotate(-24deg);
  width: 70%;
}
.hole--2 {
  box-shadow: inset -8px 0 0 #266054;
  height: 45px;
  left: 374px;
  top: 92px;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  width: 25px;
}
.option__age[value="new"]:checked ~ .hole--2 {
  box-shadow: inset -8px 0 0 #ff3333;
}
.option__age[value="old"]:checked ~ .hole--2 {
  box-shadow: inset -8px 0 0 gray;
}

.lip {
  bottom: 125px;
  height: 100px;
  left: 80px;
  position: absolute;
  width: 350px;
  z-index: 3;
}
.lip::after {
  background: #60BFAB;
  transition: background-color ease .3s;
  border: 5px solid #000;
  border-radius: 80%;
  bottom: 0;
  box-shadow: inset 0 -5px 0 0 rgba(0, 0, 0, 0.2);
  content: ' ';
  height: 100px;
  left: 0;
  position: absolute;
  width: 100%;
}
.option__age[value="new"]:checked ~ .lip::after {
  background-color: #fcc;
}
.option__age[value="old"]:checked ~ .lip::after {
  background-color: #ccc;
}
.lip .tooth {
  border-radius: 0 0 30% 30%;
  box-shadow: inset -2px -3px 0 rgba(0, 0, 0, 0.2);
}
.lip .tooth:nth-child(1) {
  bottom: -15px;
  height: 50px;
  left: 30px;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  width: 50px;
}
.lip .tooth:nth-child(2) {
  bottom: -27px;
  height: 50px;
  left: 110px;
  width: 30px;
}
.lip .tooth:nth-child(3) {
  border-radius: 0 0 20% 20%;
  bottom: -20px;
  height: 50px;
  left: 170px;
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
  width: 35px;
}
.lip .tooth:nth-child(4) {
  bottom: -20px;
  height: 50px;
  left: 230px;
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
  width: 25px;
}
.lip .tooth:nth-child(5) {
  bottom: -26px;
  height: 50px;
  right: 30px;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
  width: 40px;
}

.cheek {
  background: #60BFAB;
  transition: background-color ease .3s;
  border: 5px solid #000;
  border-radius: 40%;
  height: 80px;
  position: absolute;
  width: 60px;
  z-index: 4;
}
.option__age[value="new"]:checked ~ .cheek {
  background-color: #fcc;
}
.option__age[value="old"]:checked ~ .cheek {
  background-color: #ccc;
}
.cheek::before, .cheek::after {
  background: #60BFAB;
  transition: background-color ease .3s;
  content: ' ';
  height: 50px;
  position: absolute;
  width: 60px;
}
.option__age[value="new"]:checked ~ .cheek::before, .option__age[value="new"]:checked ~ .cheek::after {
  background-color: #fcc;
}
.option__age[value="old"]:checked ~ .cheek::before, .option__age[value="old"]:checked ~ .cheek::after {
  background-color: #ccc;
}
.cheek--left {
  bottom: 180px;
  left: 75px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.cheek--left::before {
  bottom: 40px;
  left: 38px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cheek--left::after {
  bottom: -23px;
  left: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cheek--right {
  bottom: 180px;
  border-right: 5px solid #000;
  right: 315px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cheek--right::before {
  bottom: 30px;
  right: 25px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cheek--right::after {
  bottom: -20px;
  left: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.nose {
  background: #60BFAB;
  transition: background-color ease .3s;
  height: 75px;
  left: 212px;
  overflow: hidden;
  position: absolute;
  top: 255px;
  width: 80px;
  z-index: 4;
}
.option__age[value="new"]:checked ~ .nose {
  background-color: #fcc;
}
.option__age[value="old"]:checked ~ .nose {
  background-color: #ccc;
}
.nose__hole {
  background: #000;
  border-radius: 40px;
  height: 60px;
  position: absolute;
  width: 25px;
}
.nose__hole--top {
  left: 50%;
  margin-left: -10px;
  top: 0;
}
.nose__hole--left {
  bottom: -2px;
  left: 12px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
.nose__hole--right {
  bottom: -4px;
  right: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.nose__hole--bottom {
  bottom: -15px;
  right: 30px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.nose__hole--side {
  bottom: 0px;
  right: 13px;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
.nose__cover {
  background-color: inherit;
  position: absolute;
}
.nose__cover--left {
  border-radius: 100%;
  left: -4px;
  height: 50px;
  top: 4px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  width: 30px;
}
.nose__cover--bottom {
  border-radius: 30%;
  left: 12px;
  height: 50px;
  top: 64px;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  width: 50px;
}
.nose__cover--right {
  border-radius: 100%;
  height: 50px;
  right: 3px;
  top: 3px;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  width: 20px;
}

.jaw {
  background: #60BFAB;
  transition: background-color ease .3s;
  border: 5px solid #000;
  border-radius: 0 0 15% 15%;
  bottom: 30px;
  height: 200px;
  left: 98px;
  position: absolute;
  transition-property: background-color, bottom, opacity;
  transition-duration: .3s;
  transition-timing-function: ease;
  width: 310px;
}
.option__age[value="new"]:checked ~ .jaw {
  background-color: #fcc;
}
.option__age[value="old"]:checked ~ .jaw {
  background-color: #ccc;
}
.jaw::before, .jaw::after {
  background: #60BFAB;
  transition: background-color ease .3s;
  border: 5px solid #000;
  bottom: -23px;
  box-shadow: inset 0 -5px 0 rgba(0, 0, 0, 0.2);
  content: ' ';
  height: 150px;
  position: absolute;
  width: 150px;
}
.option__age[value="new"]:checked ~ .jaw::before, .option__age[value="new"]:checked ~ .jaw::after {
  background-color: #fcc;
}
.option__age[value="old"]:checked ~ .jaw::before, .option__age[value="old"]:checked ~ .jaw::after {
  background-color: #ccc;
}
.jaw::before {
  border-radius: 30% 10% 45% 45% / 70% 0 15% 45%;
  left: -12px;
}
.jaw::after {
  border-radius: 10% 30% 45% 45% / 0 70% 45% 15%;
  right: -12px;
}
.jaw__spot--left {
  bottom: 9px;
  height: 5px;
  right: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 12px;
  z-index: 4;
}
.jaw__spot--right {
  bottom: 18px;
  height: 4px;
  right: 3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 8px;
  z-index: 4;
}
.jaw__hair--1 {
  border-left: 3px solid #000;
  border-radius: 50% 0 0 50%;
  height: 40px;
  left: 10px;
  top: 205px;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  width: 20px;
}
.jaw__hair--2 {
  border-right: 3px solid #000;
  border-radius: 0 50% 50% 0;
  height: 20px;
  left: 1px;
  top: 195px;
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg);
  width: 7px;
}
.jaw__line--1 {
  border-radius: 0 0 0 90%;
  box-shadow: -2px 2px 0 #000;
  height: 55px;
  left: 18px;
  position: absolute;
  top: 135px;
  width: 70px;
}
.jaw__line--2 {
  border-radius: 0 0 90% 0;
  box-shadow: 2px 2px 0 #000;
  height: 55px;
  left: 218px;
  position: absolute;
  top: 137px;
  width: 70px;
  z-index: 2;
}
.jaw__middle {
  background: inherit;
  bottom: 0px;
  left: 50%;
  height: 10px;
  margin-left: -15px;
  position: absolute;
  width: 30px;
  z-index: 10;
}

.option__jaw[value="closed"]:checked ~ .jaw {
  bottom: 90px;
  opacity: 1;
}

.option__jaw[value="gone"]:checked ~ .jaw {
  bottom: -300px;
  opacity: 0;
}

.mouth {
  background: #000;
  border: 5px solid #000;
  border-radius: 0 0 50% 50%;
  bottom: 10px;
  height: 100px;
  left: 30px;
  overflow: hidden;
  position: absolute;
  width: 240px;
  z-index: 2;
}
.mouth__tounge {
  background: #682A43;
  border-radius: 100%;
  bottom: -100px;
  height: 150px;
  left: 50%;
  margin-left: -110px;
  position: absolute;
  width: 220px;
}
.mouth__tounge::after {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  content: ' ';
  height: 20px;
  left: 50%;
  margin-left: -40px;
  position: absolute;
  top: 10px;
  width: 80px;
}
.mouth__tounge-spot:nth-child(1) {
  height: 7px;
  left: 65px;
  top: 35px;
  width: 14px;
}
.mouth__tounge-spot:nth-child(2) {
  height: 5px;
  left: 78px;
  top: 43px;
  width: 10px;
}
.mouth__tounge-spot:nth-child(3) {
  height: 5px;
  left: 136px;
  top: 42px;
  width: 10px;
}
.mouth__tooth--left {
  border-radius: 40% 40% 5% 0 / 30% 60% 20% 0;
  bottom: -10px;
  height: 30px;
  left: 40px;
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg);
  width: 20px;
}
.mouth__tooth--right {
  border-radius: 40% 100% 100% 0 / 30% 60% 100% 0;
  bottom: -10px;
  height: 30px;
  right: 40px;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  width: 30px;
}

.eye {
  background-color: #EAD387;
  border: 5px solid #000;
  box-shadow: inset 0 -5px 0 0 rgba(0, 0, 0, 0.2), 0 10px 0 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: absolute;
  z-index: 5;
}
.eye::after {
  background: #222;
  border: 5px solid #000;
  border-radius: 50%;
  box-shadow: inset 0 0 0 20px #B0FF57;
  content: ' ';
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  position: absolute;
  top: 50%;
  transition: box-shadow .3s ease, -webkit-transform .3s ease;
  transition: transform .3s ease, box-shadow .3s ease;
  transition: transform .3s ease, box-shadow .3s ease, -webkit-transform .3s ease;
  width: 50px;
}
.eye--left {
  border-radius: 80% 65% 75% 50%;
  height: 140px;
  left: 110px;
  top: 140px;
  width: 125px;
}
.eye--right {
  border-radius: 70% 70% 80% 80%;
  height: 120px;
  left: 280px;
  top: 170px;
  width: 110px;
}
.eye__lid {
  border-top: 5px solid #000;
  border-radius: 70% 70% 80% 80%;
  height: 130px;
  left: 280px;
  overflow: hidden;
  position: absolute;
  top: 170px;
  width: 120px;
  z-index: 5;
}
.eye__lid::before {
  border-top: 5px solid #000;
  border-radius: 100%;
  box-shadow: 0 0 0 50px #44a893;
  content: ' ';
  position: absolute;
  height: 200%;
  left: -110%;
  top: 35%;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  transition: box-shadow ease .3s;
  width: 300%;
}
.option__age[value="new"]:checked ~ .eye__lid::before {
  box-shadow: 0 0 0 50px #ff9999;
}
.option__age[value="old"]:checked ~ .eye__lid::before {
  box-shadow: 0 0 0 50px #b3b3b3;
}
.eye__lid::after {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  content: ' ';
  position: absolute;
  height: 20px;
  left: 7px;
  top: 10px;
  -webkit-transform: rotate(-16deg);
          transform: rotate(-16deg);
  width: 60px;
  z-index: 6;
}

.option__eye[value="left"]:checked ~ .eye::after {
  box-shadow: inset -6.6666666667px 0 0 20px #B0FF57;
  -webkit-transform: translate(-40%, 0);
          transform: translate(-40%, 0);
}

.option__eye[value="right"]:checked ~ .eye::after {
  box-shadow: inset 6.6666666667px 0 0 20px #B0FF57;
  -webkit-transform: translate(40%, 0);
          transform: translate(40%, 0);
}

.option__eye[value="top"]:checked ~ .eye::after {
  box-shadow: inset 0 -6.6666666667px 0 20px #B0FF57;
  -webkit-transform: translate(0, -40%);
          transform: translate(0, -40%);
}

.option__eye[value="bottom"]:checked ~ .eye::after {
  box-shadow: inset 0 6.6666666667px 0 20px #B0FF57;
  -webkit-transform: translate(0, 40%);
          transform: translate(0, 40%);
}

.lines {
  list-style: none;
  margin: 0;
  padding: 0;
}

.line {
  position: absolute;
}
.line--nose-top {
  border-radius: 100%;
  box-shadow: 0 -4px 0 1px #000;
  height: 50px;
  left: 238px;
  top: 243px;
  width: 32px;
}
.line--nose-left {
  border-radius: 100%;
  box-shadow: 0 4px 0 1px #000;
  height: 60px;
  left: 202px;
  top: 283px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 38px;
  z-index: 3;
}
.line--nose-right {
  border-radius: 100%;
  box-shadow: 0 4px 0 1px #000;
  height: 60px;
  left: 258px;
  top: 283px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 38px;
  z-index: 3;
}
.line--eyebrow-left {
  border-radius: 100%;
  box-shadow: 0 -8px 0 0 #000;
  height: 150px;
  left: 108px;
  top: 118px;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  width: 148px;
  z-index: 3;
}
.line--eyebrow-highlight-left {
  border-radius: 100%;
  box-shadow: 0 -12px 0 0 rgba(255, 255, 255, 0.2);
  height: 100px;
  left: 118px;
  top: 136px;
  -webkit-transform: rotate(1deg);
          transform: rotate(1deg);
  width: 128px;
  z-index: 3;
}
.line--eyebrow-right {
  border-radius: 100%;
  box-shadow: 0 -8px 0 0 #000;
  height: 100px;
  left: 268px;
  top: 143px;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  width: 128px;
  z-index: 3;
}
.line--eyebrow-highlight-right {
  border-radius: 100%;
  box-shadow: 0 -9px 0 0 rgba(255, 255, 255, 0.2);
  height: 80px;
  left: 278px;
  top: 156px;
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
  width: 116px;
  z-index: 3;
}