/*
Theme Name: Piyush Arrora Design - Coming Soon
Theme URI: https://piyusharroradesign.com
Author: Piyush Arrora Design
Author URI: https://piyusharroradesign.com
Description: A minimal single-page "coming soon" theme for Piyush Arrora Design.
Version: 1.0
Requires at least: 5.0
Requires PHP: 7.0
Text Domain: piyush-arrora-coming-soon
*/

@font-face{
  font-family: 'Sohne Halbfett';
  src: url('assets/fonts/TestSohne-Halbfett-BF663d89cd2d67b.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root{
  --cream:#f2ede4;
  --dark-green:#233821;
  --tan:#a9835f;
  --tan-light:#b8916b;
}

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

html,body{
  height:100%;
}

body{
  background:var(--cream);
  font-family:'Sohne Halbfett', 'Poppins', sans-serif;
  color:var(--dark-green);
  display:flex;
  flex-direction:column;
  align-items:center;
  min-height:100vh;
  padding:60px 20px 40px;
}

.logo-wrap{
  display:flex;
  flex-direction:column;
  align-items:center;
  margin-top:20px;
  margin-bottom:70px;
}

.logo-wrap img{
  width:260px;
  height:auto;
}

main{
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  max-width:900px;
  flex:1;
}

h1{
  font-family:'Sohne Halbfett', sans-serif;
  font-weight:600;
  font-size:64px;
  line-height:1.15;
  color:var(--tan);
  margin-bottom:36px;
}

.subtext{
  font-family:'Sohne Halbfett', sans-serif;
  font-weight:600;
  font-size:22px;
  line-height:1.5;
  color:var(--dark-green);
  max-width:760px;
  margin-bottom:56px;
}

.location{
  font-family:'Sohne Halbfett', sans-serif;
  font-weight:600;
  font-size:18px;
  color:var(--dark-green);
  margin-bottom:90px;
}

.insta-row{
  display:flex;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;
  justify-content:center;
  margin-bottom:80px;
}

.insta-label{
  font-family:'Sohne Halbfett', sans-serif;
  font-weight:600;
  font-size:20px;
  color:var(--tan);
}

.insta-pill{
  background:var(--dark-green);
  color:var(--cream);
  font-family:'Sohne Halbfett', sans-serif;
  font-weight:600;
  font-size:19px;
  padding:14px 30px;
  border-radius:50px;
  text-decoration:none;
  display:inline-block;
  transition:opacity .2s ease;
}

.insta-pill:hover{
  opacity:0.85;
}

footer{
  display:flex;
  flex-direction:column;
  align-items:center;
  margin-top:auto;
}

footer img{
  width:80px;
  height:auto;
  margin-bottom:14px;
}

.copyright{
  font-family:'Poppins', sans-serif;
  font-weight:400;
  font-size:13px;
  color:var(--dark-green);
}

@media (max-width:600px){
  h1{
    font-size:38px;
  }
  .subtext{
    font-size:17px;
  }
  .logo-wrap img{
    width:190px;
  }
  .insta-row{
    flex-direction:column;
    gap:12px;
  }
}
