/* Main CSS */

/* Reset */

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  padding: 0;
  margin: 0;
}


/* Fonts */

@font-face {
    font-family: 'nexa';
    src: url('../fonts/nexa-bold.woff2') format('woff2'),
         url('../fonts/nexa-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'nexa';
    src: url('../fonts/nexa-light.woff2') format('woff2'),
         url('../fonts/nexa-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'track';
    src: url('../fonts/track.woff2') format('woff2'),
         url('../fonts/track.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* Global */

body {
  -webkit-text-size-adjust: 100%;
  color: #fff;
  line-height: 1.375;
  font-family: nexa, sans-serif;
  background-color: #000;
  background-image: url(../images/body-bg.jpg);
  background-repeat: repeat-y;
  background-size: 100% auto;
}

h1 {
  margin-bottom: 2rem;
  font-weight: normal;
  line-height: 1.125;
  font-family: track, sans-serif;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 2rem;
  font-weight: normal;
  line-height: 1.125;
  font-family: track, sans-serif;
  text-transform: uppercase;
}

h3 {
  font-weight: normal;
  line-height: 1.125;
  font-family: track, sans-serif;
  text-transform: uppercase;
}

p {
  margin-bottom: 1.375rem;
}

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

blockquote {
  color: #f0a93f;
  font-weight: bold;
  text-transform: uppercase;
}

strong {
  color: #f0a93f;
}

img.full {
  display: block;
  width: 100%;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}


/* Main Header */

.main-header {
  position: relative;
  color: #000;
  text-align: center;
}

.ga-month {
  position: absolute;
  top: 3vw;
  right: 3vw;
  display: block;
  height: 6vw;
}

.main-header .logo {
  height: 12vw;
  padding-top: 1rem;
  background-color: #f0a93f;
}

.main-header .logo img {
  height: 200%;
}

@media (min-width: 620px) {
  .ga-month {
    top: 1.25rem;
    right: 1.25rem;
    height: 2.5rem;
  }

  .main-header .logo {
    height: 5rem;
  }
}

.product-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  background-color: #f2f2f2;
}

.product {
  position: relative;
  width: 33.333%;
  max-width: 300px;
  padding-top: 22rem;
}

.product:first-child {
  z-index: 2;
}

.product:nth-child(2) {
  z-index: 1;
}

.product:last-child {
  z-index: 0;
}

.product img {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 620px) {
  .product {
    padding-top: 45%;
  }

  .product img {
    width: 100%;
  }
}

.product p {
  position: relative;
  z-index: 1;
  margin: 0;
}

.main-header .title {
  position: relative;
  padding: 4% 10% 2%;
  margin: 0;
  font-size: 6vw;
  background-color: #f2f2f2;
}

.main-header .title::after {
  content: '';
  position: absolute;
  bottom: -20%;
  left: 50%;
  width: 0.8em;
  height: 0.48em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.3;
}


/* Main Content */

.main-content {
  padding: 2rem 5vw 1rem;
}

.intro-copy {
  max-width: 600px;
  margin: 0 auto;
  font-size: 1.25em;
  text-align: center;
}

.intro-copy .title {
  color: #f0a93f;
  font-size: 3em;
  line-height: 0.65;
  text-align: center;
}

@media (max-width: 700px) {
  .intro-copy .title {
    font-size: 9vw;
  }
}

.intro-copy .title > span {
  display: inline-block;
  vertical-align: top;
}

.intro-copy .title .small {
  font-size: 35%;
}

.info-graph {
  max-width: 700px;
  margin: 3rem auto 2rem;
  font-size: 2.25vw;
  border: 5px solid;
  border-radius: 1.5rem;
}

@media (min-width: 740px) {
  .info-graph {
    font-size: 1em;
  }
}

.info-graph-section:not(:last-child) {
  border-bottom: 5px solid;
}

@media (min-width: 740px) {
  .info-graph-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.info-graph .title {
  padding: 0.75rem;
  color: transparent;
  font-size: 200%;
  line-height: 1;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
}

.cause .title {
  background-image: url(../images/title-cause-h.svg);
  background-size: auto 60%;
}

.effect .title {
  background-image: url(../images/title-effect-h.svg);
  background-size: auto 55%;
}

@media (min-width: 740px) {
  .info-graph .title {
    width: 2em;
  }

  .cause .title {
    background-image: url(../images/title-cause-v.svg);
    background-size: 60% auto;
  }

  .effect .title {
    background-image: url(../images/title-effect-v.svg);
    background-size: 55% auto;
  }

  *::-ms-backdrop, .info-graph-list { width: 100%; } /* IE11 */
}

.info-graph-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.75rem;
  border-top: 5px solid;
}

@media (min-width: 740px) {
  .info-graph-list {
    border-top: none;
    border-left: 5px solid;
  }
}

.info-graph-list > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 1rem;
}

*::-ms-backdrop, .info-graph-list img { height: 100%; } /* IE11 */

.info-graph-list p {
  margin: 0;
}

.economy {
  width: 55%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flags {
  width: 30%;
  margin-right: 5%;
}

.economy p {
  width: 70%;
}

.ussr {
  display: block;
  font-size: 300%;
  line-height: 1;
  font-family: track, sans-serif;
}

.quotas {
  width: 45%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.grain {
  width: 20%;
  margin-right: 8%;
}

.quotas p {
  width: 80%;
}

.profit {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 40%;
  padding-left: 10%;
}

.graph {
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 80%;
  margin: 10% 0 0 5%;
}

*::-ms-backdrop, .graph { height: 50%; } /* IE11 */

.villagers {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60%;
  padding-left: 10%;
}

.villagers p {
  width: 75%;
}

.food {
  width: 25%;
  margin: 0 5%;
}

.famine {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 42%;
  padding-left: 5%;
}

.famine p {
  width: 65%;
}

.starved {
  width: 35%;
  margin-left: 3%;
}

.survival {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 58%;
  padding: 1rem 5%;
}

.plant {
  width: 20%;
  margin-right: 5%;
}

.survival p {
  width: 55%;
}

.crossbones {
  width: 25%;
  margin-left: 5%;
}

.stat {
  margin-right: 5%;
  color: #f0a93f;
  font-size: 180%;
  line-height: 1;
  font-family: track, sans-serif;
  text-align: center;
  text-transform: uppercase;
}

.numbers {
  color: #fff;
  font-size: 220%;
}

@media (max-width: 560px) {
  .info-graph {
    font-size: 1em;
  }

  .info-graph-list {
    display: block;
  }

  .info-graph-list > * {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }

  .profit {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .graph {
    width: 40%;
  }
}

.cover-up {
  max-width: 600px;
  margin: 0 auto;
  font-size: 1.25em;
}

.cover-up .title {
  margin-bottom: 1rem;
  font-size: 3em;
  line-height: 0.65;
  text-align: center;
}

.cover-up .title .fifty {
  color: #f0a93f;
  letter-spacing: -0.0625em;
}

.cover-up .title .plus {
  color: #f0a93f;
  vertical-align: text-top;
  line-height: 1;
}

*::-ms-backdrop, .cover-up .title .plus { position: relative; top: -0.2em; } /* IE11 */

.cover-up .title .small {
  font-size: 35%;
  margin-left: -1.125em;
}

.cover-up .subtitle {
  display: block;
  margin-top: 0.75em;
  font-weight: bold;
  font-size: 30%;
  line-height: 1.125;
  font-family: nexa, sans-serif;
  text-transform: none;
}

.cover-up .title::after {
  content: '';
  display: block;
  width: 80%;
  max-width: 550px;
  height: 2rem;
  margin: 1rem auto;
  background-image: url(../images/stroke-01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.stalin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 3rem;
}

.stalin img {
  width: 50%;
  margin-left: -4rem;
  opacity: 0.5;
}

.stalin .copy {
  width: 60%;
}

.stalin blockquote {
  margin-bottom: 4rem;
}

.stalin blockquote::after {
  content: '';
  display: block;
  width: 80%;
  max-width: 550px;
  height: 2rem;
  margin: 0.5rem 0 1rem auto;
  background-image: url(../images/stroke-02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media (max-width: 500px) {
  .stalin {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .stalin img {
    width: 60%;
    margin: 0 auto;
  }

  .stalin blockquote {
    margin-bottom: 1rem;
  }
}


/* Statistic */

.statistic {
  position: relative;
  z-index: 1;
  clear: left;
  background-color: #000;
  -webkit-box-shadow: 0 -4em 4em #000;
          box-shadow: 0 -4em 4em #000;
}

.statistic .title {
  padding: 1rem 5vw 3rem;
  margin: 0;
  font-size: 4vw;
  line-height: 1;
  text-align: center;
  font-family: nexa, sans-serif;
}

.statistic .title > * {
  display: inline-block;
  vertical-align: middle;
}

.statistic .title .equals {
  margin: 0 0.125em;
  color: #f0a93f;
  font-size: 200%;
}

.statistic .title .large {
  position: relative;
  top: 0.0625em;
  font-size: 140%;
}

.statistic .title .small {
  position: relative;
  top: 0.0625em;
  font-size: 68%;
  vertical-align: top;
}

.statistic .title * {
  color: inherit;
}

.titanic {
  display: block;
  width: 100%;
}


/* Main Footer */

.main-footer {
  position: relative;
  z-index: 10;
  margin-top: -8%;
  font-weight: bold;
  font-size: 2.75vw;
  line-height: 1.125;
  text-align: center;
  text-shadow: 0 0 0.5em rgba(0,0,0,0.5);
  background-image: url(../images/footer-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  -webkit-box-shadow: inset 0 -10rem 10rem -5rem rgba(0,0,0,0.8);
          box-shadow: inset 0 -10rem 10rem -5rem rgba(0,0,0,0.8);
}

.footer-content {
  max-width: 700px;
  padding: 12% 5vw 2rem;
  margin: 0 auto;
}

.cta {
  margin-top: 8%;
  font-size: 80%;
}

@media (min-width: 1024px) {
  .main-footer {
    font-size: 1.5em;
  }
}

@media (max-width: 650px) {
  .main-footer {
    font-size: 1.25em;
  }

  .footer-content {
    padding-top: 5rem;
  }
}
