* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: #fff;
  color: #111;
  font-family: Manrope, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
  font-size: clamp(16px, 2.4vw, 20px);
  line-height: 1.4;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

a {
  color: currentColor;
}

img,
video {
  -webkit-user-drag: none;
  user-drag: none;
}

.page {
  min-height: 100vh;
}

.site-header {
  max-width: 1060px;
  margin: 0 auto;
  padding: 28px clamp(20px, 5vw, 52px);
}

.site-title {
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
}

.content {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 clamp(22px, 5vw, 52px) 80px;
}

h1 {
  margin: 18px 0 48px;
  text-align: center;
  font-size: clamp(22px, 4vw, 31px);
  font-weight: 500;
}

.video-figure {
  margin: 0 auto 64px;
}

.video-wrap {
  position: relative;
  width: 100%;
  max-width: 645px;
  margin: 0 auto;
  background: #000;
  overflow: hidden;
}

.video-wrap::before {
  content: "";
  display: block;
  padding-top: 177.78%;
}

.video-wrap video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sensitive-video {
  filter: blur(12px);
}

.reveal-button {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  min-width: min(86%, 320px);
  padding: 14px 20px;
  border: 0;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.82);
  color: #fff;
  font: inherit;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}

hr {
  border: 0;
  border-top: 2px solid #111;
  margin: 0 0 48px;
}

.links {
  font-size: 18px;
}

.chrome-gate {
  display: none;
}

body.is-facebook-android {
  overflow: hidden;
}

body.is-facebook-android .page {
  min-height: 100vh;
  filter: blur(11px);
  opacity: 0.62;
  pointer-events: none;
}

body.is-facebook-android .chrome-gate {
  position: fixed;
  inset: 0;
  z-index: 9000;
  display: flex;
  align-items: flex-end;
  background: rgba(0, 0, 0, 0.34);
}

.gate-card {
  width: 100%;
  background: #fff;
  border-top: 2px solid #111;
  text-align: center;
}

.gate-handle {
  width: 90px;
  height: 10px;
  margin: 28px auto 28px;
  border-radius: 99px;
  background: #ddd;
}

.gate-card h2 {
  margin: 0 0 24px;
  font-size: 28px;
  font-weight: 800;
}

.gate-card p {
  margin: 0 0 28px;
  color: #b8b8b8;
  font-size: 24px;
  font-weight: 300;
}

.gate-card button {
  display: block;
  width: 100%;
  padding: 32px 20px 34px;
  border: 0;
  background: #171717;
  color: #fff;
  font-size: 26px;
  font-weight: 800;
  cursor: pointer;
}

.ad-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.86);
}

.ad-modal.is-open {
  display: flex;
}

.ad-box {
  position: relative;
  width: min(410px, 82vw);
  padding-bottom: 58px;
}

.ad-link {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-decoration: none;
}

.ad-link img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.ad-close {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  width: 170px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid #b8b8b8;
  border-radius: 0;
  background: #fff;
  color: #111;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 640px) {
  .site-header {
    padding-top: 32px;
    padding-bottom: 34px;
  }

  .content {
    padding-left: 20px;
    padding-right: 20px;
  }

  h1 {
    margin-bottom: 54px;
  }
}
