/*
Theme Name: Holy Shift Coming Soon
Theme URI: https://holyshiftauto.com
Author: OpenAI for Holy Shift Automotive
Author URI: https://holyshiftauto.com
Description: Coming soon / under construction theme for Holy Shift Automotive with animated neon halo and branded contact layout.
Version: 1.1
License: GNU General Public License v2 or later
Text Domain: holyshift-comingsoon
*/

:root {
  --bg: #050308;
  --bg-2: #12071b;
  --panel: rgba(10, 8, 18, 0.78);
  --panel-border: rgba(255, 187, 66, 0.18);
  --text: #fff6e8;
  --muted: #d5cbe4;
  --gold: #ffbf47;
  --gold-2: #ff8c1a;
  --purple: #9d5cff;
  --purple-2: #6b2cff;
  --shadow: 0 25px 80px rgba(0,0,0,.55);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
html,body{margin:0;padding:0;min-height:100%}
body{
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 10%, rgba(107,44,255,.18), transparent 25%),
    radial-gradient(circle at 85% 82%, rgba(255,140,26,.14), transparent 24%),
    linear-gradient(180deg, var(--bg-2) 0%, var(--bg) 100%);
}

a{color:inherit}
img{max-width:100%;display:block}

.site-shell{
  min-height:100vh;
  position:relative;
  overflow:hidden;
}

.bg-orb,
.bg-orb-2{
  position:absolute;
  border-radius:50%;
  filter:blur(70px);
  pointer-events:none;
  opacity:.55;
}
.bg-orb{
  width:340px;height:340px;
  background:rgba(157,92,255,.32);
  top:30px;left:-80px;
  animation: floatGlow 8s ease-in-out infinite;
}
.bg-orb-2{
  width:360px;height:360px;
  background:rgba(255,140,26,.22);
  right:-100px;bottom:40px;
  animation: floatGlow 10s ease-in-out infinite reverse;
}

.wrap{
  width:min(1120px, calc(100% - 32px));
  margin:0 auto;
  position:relative;
  z-index:2;
}

.hero{
  min-height:100vh;
  display:grid;
  align-items:center;
  padding:40px 0;
}

.hero-panel{
  display:grid;
  grid-template-columns: 1.08fr .92fr;
  gap:28px;
  align-items:center;
  background:var(--panel);
  border:1px solid var(--panel-border);
  border-radius:30px;
  box-shadow:var(--shadow);
  backdrop-filter: blur(14px);
  padding:34px;
}

.brand-stack{
  position:relative;
  padding:10px 6px 10px 8px;
}

.eyebrow{
  display:inline-block;
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:.78rem;
  color:#ffd892;
  font-weight:800;
  margin-bottom:14px;
}

h1{
  margin:0;
  font-family: Orbitron, Inter, sans-serif;
  font-size: clamp(2.4rem, 7vw, 5rem);
  line-height:.98;
  letter-spacing:.03em;
  text-shadow: 0 0 22px rgba(255,191,71,.15);
}

.subline{
  margin:14px 0 0;
  font-size: clamp(1rem, 2vw, 1.3rem);
  color:#f6cf8e;
  font-weight:700;
}

.copy{
  max-width:640px;
  margin:20px 0 0;
  color:var(--muted);
  font-size:1.05rem;
  line-height:1.8;
}

.badge-row{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:22px;
}
.badge{
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.03);
  color:#efe8f8;
  border-radius:999px;
  padding:10px 14px;
  font-weight:700;
  font-size:.92rem;
}

.action-row{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:26px;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  padding:14px 22px;
  min-width:190px;
  text-decoration:none;
  font-weight:800;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{
  color:#1e1000;
  background:linear-gradient(135deg, #ffd782 0%, var(--gold) 45%, var(--gold-2) 100%);
  box-shadow:0 14px 34px rgba(255,140,26,.28), 0 0 20px rgba(255,191,71,.16);
}
.btn-secondary{
  border:1px solid rgba(157,92,255,.35);
  background:rgba(157,92,255,.12);
  color:#f8f3ff;
}

.meta-grid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap:14px;
  margin-top:28px;
}
.meta-card{
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.035);
  border-radius:18px;
  padding:18px;
}
.meta-label{
  display:block;
  font-size:.78rem;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:#c7a5ff;
  margin-bottom:8px;
  font-weight:800;
}
.meta-value{
  font-size:1.05rem;
  line-height:1.5;
  font-weight:700;
  color:var(--text);
}
.meta-value a{text-decoration:none}

.image-side{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:560px;
}

.logo-card{
  position:relative;
  width:min(100%, 520px);
  padding:28px 24px 10px;
}

.hero-logo{
  width:100%;
  height:auto;
  position:relative;
  z-index:2;
  filter: drop-shadow(0 0 26px rgba(157,92,255,.18)) drop-shadow(0 0 32px rgba(255,140,26,.12));
}

.neon-halo{
  position:absolute;
  top:18px;
  left:50%;
  transform:translateX(-50%);
  width:220px;
  height:42px;
  border-radius:50%;
  border:5px solid rgba(255,204,102,.95);
  box-shadow:
    0 0 8px rgba(255,216,128,.9),
    0 0 18px rgba(255,174,0,.85),
    0 0 32px rgba(255,140,26,.75),
    inset 0 0 10px rgba(255,255,255,.45);
  z-index:3;
  animation: haloPulse 2.8s ease-in-out infinite, haloFloat 4.2s ease-in-out infinite;
}

.image-glow{
  position:absolute;
  inset:auto 8% 5% 8%;
  height:70px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(157,92,255,.32) 0%, rgba(157,92,255,.06) 55%, transparent 70%);
  filter:blur(24px);
  z-index:1;
}

.footer-mini{
  margin-top:20px;
  color:#baa7d2;
  font-size:.92rem;
}

.scroll-note{
  position:absolute;
  left:50%;
  bottom:18px;
  transform:translateX(-50%);
  color:#d7c8f5;
  letter-spacing:.14em;
  text-transform:uppercase;
  font-size:.72rem;
  opacity:.72;
}

.scroll-note:after{
  content:"";
  display:block;
  width:1px;
  height:28px;
  background:linear-gradient(180deg, rgba(255,255,255,.8), transparent);
  margin:8px auto 0;
}

@keyframes haloPulse{
  0%,100%{opacity:.92; box-shadow:0 0 8px rgba(255,216,128,.9),0 0 18px rgba(255,174,0,.85),0 0 32px rgba(255,140,26,.75), inset 0 0 10px rgba(255,255,255,.45)}
  50%{opacity:1; box-shadow:0 0 10px rgba(255,240,190,1),0 0 22px rgba(255,200,0,1),0 0 40px rgba(255,140,26,.95),0 0 58px rgba(255,140,26,.55), inset 0 0 14px rgba(255,255,255,.65)}
}
@keyframes haloFloat{
  0%,100%{transform:translateX(-50%) translateY(0)}
  50%{transform:translateX(-50%) translateY(-5px)}
}
@keyframes floatGlow{
  0%,100%{transform:translateY(0px)}
  50%{transform:translateY(18px)}
}

@media (max-width: 920px){
  .hero{padding:24px 0 52px}
  .hero-panel{grid-template-columns:1fr; padding:26px 20px; border-radius:24px}
  .image-side{min-height:0; order:-1}
  .logo-card{max-width:620px}
  .neon-halo{top:14px; width:190px; height:34px}
  .meta-grid{grid-template-columns:1fr}
}

@media (max-width: 560px){
  .wrap{width:min(100% - 20px, 1120px)}
  .btn{width:100%}
  .action-row{gap:10px}
  .badge-row{gap:8px}
  .badge{width:100%; text-align:center}
  .copy{font-size:.98rem; line-height:1.7}
  .neon-halo{width:152px; height:28px; border-width:4px; top:12px}
  .logo-card{padding:18px 8px 0}
}
