@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500&family=Oswald:wght@500&display=swap');

:root{
  --orange:#FE5E02;
  --charcoal:#202124;
  --offwhite:#FAF8F4;
  --grey:#6B7280;
}

*{
  box-sizing:border-box;
}

body{
  margin:0;
  background:var(--offwhite);
  color:var(--charcoal);
  font-family:Inter,Arial,sans-serif;
}

.site-header{
  height:108px;
  padding:0 max(4vw,calc((100% - 1200px)/2));
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  background:#000;
  border-bottom:1px solid #202124;
}

.rhiplay-logo-link{
  position:absolute;
  left:max(4vw,calc((100% - 1200px)/2));
  display:flex;
  align-items:center;
  height:100%;
  text-decoration:none;
}

.rhiplay-logo{
  display:block;
  width:74px;
  height:74px;
  object-fit:contain;
}

.header-first-guess{
  display:block;
  width:310px;
  max-width:52vw;
  height:auto;
  object-fit:contain;
}

.hero{
  min-height:650px;
  max-width:1200px;
  margin:auto;
  padding:30px 0 45px;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:65px;
  align-items:start;
}

.hero-copy{
  padding-top:125px;
}

.eyebrow{
  font-family:Oswald,sans-serif;
  font-size:24px;
  letter-spacing:3px;
  color:var(--orange);
  margin:0 0 18px;
}

.first-guess-header{
  display:block;
  width:330px;
  max-width:90%;
  margin-bottom:18px;
}

.hero h1{
  font-family:Oswald,sans-serif;
  text-transform:uppercase;
  font-size:38px;
  line-height:1.05;
  font-weight:500;
  margin:0 0 25px;
  letter-spacing:.4px;
}

.hero h1 em{
  font-style:normal;
  color:var(--orange);
}

.intro{
  max-width:590px;
  font-size:17px;
  line-height:1.7;
  color:var(--grey);
  margin:0;
}

.store-buttons{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:28px;
  align-items:center;
}

.store-buttons img{
  display:block;
  height:54px;
  width:auto;
  max-width:190px;
  object-fit:contain;
}

.web-play-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:24px;
  min-height:50px;
  padding:0 24px;
  border-radius:10px;
  background:var(--orange);
  color:#fff;
  text-decoration:none;
  font-family:Oswald,sans-serif;
  font-size:18px;
  font-weight:500;
  letter-spacing:1px;
  transition:transform .15s ease,opacity .15s ease;
}

.web-play-button:hover{
  transform:translateY(-1px);
  opacity:.92;
}

.phone-wrap{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:650px;
  background:none!important;
}

.phone-shell{
  width:390px;
  height:648px;
  background:#111;
  border:5px solid #202124;
  border-radius:38px;
  box-shadow:0 25px 55px rgba(0,0,0,.2);
  overflow:hidden;
  position:relative;
  transform:none;
  padding:5px;
}

.phone-notch{
  display:none;
}

.phone-screen{
  width:100%;
  height:100%;
  border-radius:32px;
  overflow:hidden;
  background:#000;
  display:flex;
  align-items:center;
  justify-content:center;
}

.phone-screenshot{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  background:#000;
}

.legal-page{
  max-width:850px;
  margin:0 auto;
  padding:70px 28px 100px;
}

.legal-page h1{
  font-family:Oswald,sans-serif;
  text-transform:uppercase;
  font-size:54px;
  line-height:1.05;
  margin:0 0 12px;
}

.legal-page h2{
  font-family:Oswald,sans-serif;
  font-size:25px;
  font-weight:500;
  margin:38px 0 10px;
}

.legal-page p{
  font-size:16px;
  line-height:1.75;
  color:#4f5662;
}

.legal-page .updated,
.legal-page .note{
  color:var(--grey);
}

.legal-page a{
  color:var(--orange);
  font-weight:500;
}

.legal-page strong{
  color:var(--charcoal);
}

.site-footer{
  background:var(--charcoal);
  color:#fff;
  text-align:center;
  padding:28px 20px 24px;
}

.footer-links{
  display:flex;
  justify-content:center;
  gap:28px;
  flex-wrap:wrap;
}

.footer-links a{
  color:#fff;
  text-decoration:none;
  font-size:13px;
  font-weight:500;
}

.footer-links a:hover{
  color:var(--orange);
}

.site-footer p{
  margin:14px 0 0;
  color:#aeb3bb;
  font-size:12px;
}

@media(max-width:900px){

  .hero{
    padding:35px 25px 30px;
    grid-template-columns:1fr;
    text-align:center;
    gap:28px;
    align-items:center;
  }

  .hero-copy{
    padding-top:0;
  }

  .eyebrow{
    font-size:22px;
  }

  .intro{
    margin:auto;
  }

  .store-buttons{
    justify-content:center;
  }

  .web-play-button{
    margin-left:auto;
    margin-right:auto;
  }

  .phone-wrap{
    min-height:0;
    margin-top:0;
  }

  .hero h1{
    font-size:34px;
  }
}

@media(max-width:520px){

  .site-header{
    height:86px;
    padding:0 20px;
  }

  .rhiplay-logo-link{
    left:20px;
  }

  .rhiplay-logo{
    width:58px;
    height:58px;
  }

  .header-first-guess{
    width:220px;
    max-width:58vw;
  }

  .hero{
    padding:28px 20px 20px;
    gap:18px;
  }

  .hero-copy{
    padding-top:0;
  }

  .eyebrow{
    font-size:20px;
    margin-bottom:16px;
  }

  .hero h1{
    font-size:30px;
  }

  .store-buttons{
    gap:10px;
    margin-top:22px;
  }

  .store-buttons img{
    height:46px;
    max-width:155px;
  }

  .web-play-button{
    width:100%;
    max-width:310px;
  }

  .phone-wrap{
    min-height:0;
    margin-top:16px;
  }

  .phone-shell{
    width:330px;
    height:548px;
    transform:none;
  }

  .legal-page{
    padding:45px 20px 70px;
  }

  .legal-page h1{
    font-size:42px;
  }

  .footer-links{
    gap:12px 20px;
  }
}
