
/*
Theme Name: Gera Construction Compact
Version: 1.0
Description: Compact under construction theme for Gera Container
*/

:root{
  --sky1:#d9edf9;
  --sky2:#f7fbfe;
  --yellow:#efbc2f;
  --yellow2:#e2aa16;
  --dark:#171717;
  --text:#222;
  --muted:#4a4a4a;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family:Arial, Helvetica, sans-serif;
  color:var(--text);
  background:linear-gradient(180deg,var(--sky1),var(--sky2));
  min-height:100vh;
}

.gc-page{
  min-height:100vh;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:26px 20px 34px;
}

.gc-logo{
  position:absolute;
  top:18px;
  left:22px;
}

.gc-logo img{
  width:min(230px, 28vw);
  height:auto;
  display:block;
}

.gc-center{
  width:min(920px,100%);
  text-align:center;
  padding-top:20px;
}

.gc-sign-wrap{
  position:relative;
  width:min(520px, 100%);
  margin:0 auto;
  padding-bottom:115px;
}

.gc-posts{
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  bottom:0;
  width:360px;
  display:flex;
  justify-content:space-between;
  padding:0 62px;
  z-index:1;
}

.gc-posts span{
  width:16px;
  height:118px;
  display:block;
  border-radius:10px;
  background:linear-gradient(180deg,#d7d7d7,#aaaaaa 50%,#dcdcdc);
  box-shadow:inset 0 0 0 1px rgba(0,0,0,.08);
}

.gc-sign{
  position:relative;
  z-index:2;
  background:linear-gradient(180deg,var(--yellow),var(--yellow2));
  border:5px solid #fff8e8;
  border-radius:14px;
  box-shadow:0 20px 45px rgba(0,0,0,.14);
  padding:26px 20px 24px;
}

.gc-sign::after{
  content:"";
  position:absolute;
  inset:10px;
  border:1px solid rgba(255,255,255,.35);
  border-radius:8px;
  pointer-events:none;
}

.gc-bolts span{
  position:absolute;
  width:12px;
  height:12px;
  border-radius:50%;
  background:linear-gradient(180deg,#8f8f8f,#5e5e5e);
  box-shadow:0 1px 2px rgba(0,0,0,.22);
  z-index:3;
}
.gc-bolts span:nth-child(1){top:10px;left:10px}
.gc-bolts span:nth-child(2){top:10px;right:10px}
.gc-bolts span:nth-child(3){bottom:10px;left:10px}
.gc-bolts span:nth-child(4){bottom:10px;right:10px}

.gc-title{
  margin:0;
  font-size:clamp(34px, 5vw, 56px);
  line-height:1.02;
  font-weight:900;
  letter-spacing:.03em;
  text-transform:uppercase;
  color:var(--dark);
}

.gc-sub{
  margin:8px 0 0;
  font-size:clamp(14px, 1.8vw, 22px);
  font-weight:800;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:#292929;
}

.gc-contact{
  margin-top:20px;
  font-size:18px;
  font-weight:700;
  color:#2a2a2a;
  line-height:1.8;
}

.gc-contact a{
  color:inherit;
  text-decoration:none;
}

.gc-sep{
  display:inline-block;
  margin:0 10px;
  opacity:.45;
}

@media (max-width: 700px){
  .gc-page{padding:20px 14px 28px}
  .gc-logo{top:12px;left:14px}
  .gc-logo img{width:min(170px, 42vw)}
  .gc-sign-wrap{padding-bottom:90px; margin-top:35px}
  .gc-posts{width:260px;padding:0 46px}
  .gc-posts span{height:92px;width:13px}
  .gc-contact{font-size:16px}
  .gc-sep{display:block; opacity:0; margin:2px 0}
}
