/*
Theme Name: Bayerwald Golf Hotels - Unter Bearbeitung
Theme URI: https://first-class-golf.com/
Author: First Class Golf GmbH & Co. KG
Description: Schlichte Unter-Bearbeitung-Seite im Schwarz-Gold-Look fuer Premium Bayerwald Golf Hotels.
Version: 1.1
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: bayerwald-golf-hotels
*/

:root{
  --black:#050505;
  --dark:#0b0b0b;
  --gold:#d4a63a;
  --gold-light:#fff2b8;
  --white:#ffffff;
  --muted:#c9c9c9;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  min-height:100vh;
  font-family: Arial, Helvetica, sans-serif;
  color:var(--white);
  background: radial-gradient(circle at 50% 20%, rgba(212,166,58,.22), transparent 28%), linear-gradient(135deg,#000 0%,#080808 52%,#111 100%);
}
a{color:inherit;text-decoration:none}
.maintenance-wrap{
  min-height:100vh;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:32px 20px;
  position:relative;
  overflow:hidden;
}
.maintenance-wrap:before,
.maintenance-wrap:after{
  content:"";
  position:absolute;
  border:1px solid rgba(212,166,58,.25);
  border-radius:999px;
  width:680px;
  height:680px;
  pointer-events:none;
}
.maintenance-wrap:before{top:-360px;left:-260px}
.maintenance-wrap:after{right:-320px;bottom:-380px}
.maintenance-card{
  width:min(980px,100%);
  text-align:center;
  padding:58px 44px 46px;
  background:rgba(5,5,5,.72);
  border:1px solid rgba(212,166,58,.42);
  border-radius:30px;
  box-shadow:0 28px 90px rgba(0,0,0,.65), inset 0 0 0 1px rgba(255,255,255,.04);
  backdrop-filter: blur(8px);
  position:relative;
  z-index:1;
}
.logo{
  display:block;
  max-width:330px;
  width:78%;
  height:auto;
  margin:0 auto 34px;
  filter: drop-shadow(0 14px 24px rgba(0,0,0,.55));
}
.kicker{
  display:inline-flex;
  align-items:center;
  gap:12px;
  color:var(--gold-light);
  text-transform:uppercase;
  letter-spacing:.22em;
  font-size:13px;
  font-weight:700;
  margin-bottom:18px;
}
.kicker:before,.kicker:after{
  content:"";
  width:48px;
  height:1px;
  background:linear-gradient(90deg,transparent,var(--gold));
}
.kicker:after{background:linear-gradient(90deg,var(--gold),transparent)}
h1{
  margin:0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size:clamp(46px,8vw,104px);
  line-height:.95;
  font-weight:500;
  letter-spacing:.02em;
  background:linear-gradient(90deg,var(--gold-light),var(--gold),var(--gold-light));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  text-transform:uppercase;
}
.subtitle{
  max-width:700px;
  margin:28px auto 0;
  color:#f4f4f4;
  font-size:clamp(18px,2.4vw,25px);
  line-height:1.55;
}
.divider{
  width:120px;
  height:2px;
  margin:34px auto;
  background:linear-gradient(90deg,transparent,var(--gold),transparent);
}
.contact{
  color:var(--muted);
  font-size:16px;
  line-height:1.7;
}
.contact strong{color:var(--gold-light);font-weight:700}
.contact a{color:var(--gold-light);border-bottom:1px solid rgba(212,166,58,.45)}
.footer-note{
  margin-top:34px;
  color:rgba(255,255,255,.5);
  font-size:13px;
}
@media(max-width:700px){
  .maintenance-card{padding:38px 22px 34px;border-radius:22px}
  .logo{max-width:250px;margin-bottom:26px}
  .kicker{letter-spacing:.14em;font-size:11px;gap:8px}
  .kicker:before,.kicker:after{width:24px}
  .subtitle{font-size:17px}
  .contact{font-size:14px}
}
