/*
Theme Name: NEUJAHR-MEDIA Coming Soon
Theme URI: https://neujahr-media.de
Author: NEUJAHR-MEDIA
Description: Animierte Coming-Soon-Seite für NEUJAHR-MEDIA.
Version: 1.6.0
Text Domain: neujahr-media-coming-soon
*/

:root{
  --bg:#1c1e22;
  --bg-light:#26282d;
  --text:#f6f6f7;
  --muted:#c6c7cb;
  --pink:#e5006d;
  --pink-light:#ff2b88;
  --line:rgba(229,0,109,.48);
  --max:1540px;
}

*{box-sizing:border-box}

html,body{
  margin:0;
  min-height:100%;
  background:var(--bg);
}

body{
  color:var(--text);
  font-family:Arial,Helvetica,sans-serif;
  overflow-x:hidden;
}

.nm-page{
  min-height:100vh;
  position:relative;
  isolation:isolate;
  background:
    radial-gradient(circle at 76% 45%,rgba(229,0,109,.15),transparent 27%),
    linear-gradient(135deg,var(--bg) 0%,var(--bg-light) 58%,#18191d 100%);
}

.nm-page::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-2;
  pointer-events:none;
  opacity:.08;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.78' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.2'/%3E%3C/svg%3E");
}

.nm-glow{
  position:fixed;
  z-index:-1;
  width:min(55vw,900px);
  aspect-ratio:1;
  right:-9vw;
  top:4vh;
  border-radius:50%;
  background:radial-gradient(circle,rgba(229,0,109,.135),rgba(229,0,109,.025) 50%,transparent 74%);
  filter:blur(26px);
  animation:nmGlow 12s ease-in-out infinite alternate;
  pointer-events:none;
}

.nm-shell{
  width:min(var(--max),calc(100% - 6vw));
  margin:0 auto;
  min-height:100vh;
  display:flex;
  flex-direction:column;
  padding:clamp(28px,4vh,56px) 0 22px;
}

.nm-hero{
  flex:1;
  display:grid;
  grid-template-columns:minmax(760px,1.16fr) minmax(470px,.84fr);
  gap:clamp(45px,5vw,90px);
  align-items:center;
  min-height:calc(100vh - 96px);
}

.nm-copy{
  min-width:0;
  max-width:900px;
}

.nm-kicker{
  margin:0 0 25px;
  color:var(--pink);
  text-transform:uppercase;
  font-size:clamp(13px,.95vw,16px);
  font-weight:800;
  letter-spacing:.31em;
  opacity:0;
  animation:nmFadeUp .7s .05s ease forwards;
}

.nm-title{
  margin:0;
  font-size:clamp(44px,3.55vw,68px);
  line-height:1.14;
  font-weight:900;
  letter-spacing:.075em;
  text-transform:uppercase;
}

.nm-title span{
  display:block;
  opacity:0;
  transform:translateY(23px);
  animation:nmTitleIn .8s cubic-bezier(.2,.8,.2,1) forwards;
}

.nm-title span:nth-child(2){animation-delay:.16s}

.nm-brandline{
  color:var(--pink);
  white-space:nowrap;
}

.nm-subtitle{
  margin:25px 0 0;
  font-size:clamp(21px,1.65vw,29px);
  line-height:1.35;
  font-weight:700;
  opacity:0;
  animation:nmFadeUp .78s .42s ease forwards;
}

.nm-rule{
  width:90px;
  height:2px;
  margin:29px 0;
  background:var(--pink);
  transform-origin:left;
  animation:nmRule .9s .56s ease both;
}

.nm-intro{
  max-width:720px;
  margin:0;
  color:var(--muted);
  font-size:clamp(17px,1.25vw,21px);
  line-height:1.7;
  opacity:0;
  animation:nmFadeUp .8s .63s ease forwards;
}

.nm-actions{
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  margin-top:35px;
  opacity:0;
  animation:nmFadeUp .8s .8s ease forwards;
}

.nm-button{
  min-height:62px;
  padding:0 31px;
  border-radius:9px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  color:#fff;
  font-size:17px;
  font-weight:800;
  text-decoration:none;
  transition:transform .24s ease,box-shadow .24s ease,background .24s ease,border-color .24s ease;
}

.nm-button:hover,
.nm-button:focus{
  color:#fff;
  transform:translateY(-2px);
}

.nm-button-primary{
  background:linear-gradient(135deg,var(--pink-light),#c4005a);
  box-shadow:0 15px 38px rgba(229,0,109,.2);
}

.nm-button-primary:hover,
.nm-button-primary:focus{
  box-shadow:0 19px 46px rgba(229,0,109,.35);
}

.nm-button-secondary{
  border:1px solid rgba(255,255,255,.72);
  background:rgba(255,255,255,.025);
}

.nm-button-secondary:hover,
.nm-button-secondary:focus{
  background:rgba(255,255,255,.08);
}

.nm-status{
  margin-top:55px;
  opacity:0;
  animation:nmFadeUp .8s .97s ease forwards;
}

.nm-status-title{
  margin:0 0 22px;
  font-size:14px;
  letter-spacing:.17em;
  text-transform:uppercase;
}

.nm-status-grid{
  width:100%;
  max-width:890px;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  align-items:stretch;
}

.nm-status-item{
  position:relative;
  min-width:0;
  min-height:76px;
  padding:0 25px;
  display:grid;
  grid-template-columns:44px minmax(0,1fr);
  column-gap:14px;
  align-items:center;
}

.nm-status-item:first-child{
  padding-left:0;
}

.nm-status-item:not(:first-child)::before{
  content:"";
  position:absolute;
  left:0;
  top:8px;
  bottom:8px;
  width:1px;
  background:var(--pink);
}

.nm-status-dot{
  width:43px;
  height:43px;
  border-radius:50%;
  border:2px solid var(--pink);
  display:grid;
  place-items:center;
  color:var(--pink);
  font-weight:900;
}

.nm-status-copy{
  min-width:0;
  padding-right:4px;
}

.nm-status-copy strong,
.nm-status-copy span{
  display:block;
}

.nm-status-copy strong{
  font-size:14px;
  line-height:1.25;
  white-space:normal;
}

.nm-status-copy span{
  margin-top:5px;
  color:#b9bbc0;
  font-size:13px;
  line-height:1.25;
}

.nm-status-item.is-pending .nm-status-dot{
  border-color:#a7a9ae;
  color:#a7a9ae;
}

.nm-visual{
  min-width:0;
  min-height:610px;
  display:grid;
  place-items:center;
  position:relative;
}

.nm-logo-wrap{
  width:min(45vw,740px);
  aspect-ratio:1.83;
  position:relative;
  display:grid;
  place-items:center;
  transform-style:preserve-3d;
  transform-origin:center;
  filter:drop-shadow(0 22px 48px rgba(229,0,109,.14));
  opacity:0;
  animation:nmLogoIn 1.12s .22s cubic-bezier(.2,.8,.2,1) forwards, nmFloat 6s 1.6s ease-in-out infinite;
  will-change:transform;
}

.nm-logo-wrap::before{
  content:"";
  position:absolute;
  width:82%;
  aspect-ratio:1;
  border-radius:50%;
  border:1px solid rgba(229,0,109,.12);
  box-shadow:0 0 68px rgba(229,0,109,.09),inset 0 0 78px rgba(229,0,109,.035);
  animation:nmPulse 7s ease-in-out infinite;
  z-index:-1;
}

.nm-logo{
  width:100%;
  height:100%;
  display:block;
  object-fit:contain;
  object-position:center;
  user-select:none;
}

.nm-sheen{
  position:absolute;
  inset:4% 7%;
  overflow:hidden;
  border-radius:30px;
  pointer-events:none;
  mix-blend-mode:screen;
}

.nm-sheen::before{
  content:"";
  position:absolute;
  top:-20%;
  bottom:-20%;
  left:-34%;
  width:18%;
  transform:skewX(-16deg);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.58),transparent);
  filter:blur(9px);
  animation:nmSheen 10s 2.7s ease-in-out infinite;
}

.nm-footer{
  padding-top:22px;
  border-top:1px solid var(--line);
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  color:#b8bac0;
  font-size:14px;
}

.nm-footer a{
  color:#b8bac0;
  text-decoration:none;
  transition:color .2s ease;
}

.nm-footer a:hover,
.nm-footer a:focus{
  color:var(--pink);
}

@keyframes nmTitleIn{
  to{opacity:1;transform:none}
}

@keyframes nmFadeUp{
  from{opacity:0;transform:translateY(18px)}
  to{opacity:1;transform:none}
}

@keyframes nmRule{
  from{transform:scaleX(0)}
  to{transform:scaleX(1)}
}

@keyframes nmLogoIn{
  from{opacity:0;transform:scale(.9) translateY(25px)}
  to{opacity:1;transform:none}
}

@keyframes nmPulse{
  0%,100%{transform:scale(.96);opacity:.55}
  50%{transform:scale(1.02);opacity:1}
}

@keyframes nmSheen{
  0%,69%{left:-34%;opacity:0}
  73%{opacity:1}
  88%{left:118%;opacity:.86}
  100%{left:118%;opacity:0}
}

@keyframes nmGlow{
  from{transform:translate(-2vw,-1vh) scale(.96)}
  to{transform:translate(2vw,2vh) scale(1.05)}
}

@media(max-width:1400px){
  .nm-hero{
    grid-template-columns:minmax(650px,1.12fr) minmax(420px,.88fr);
  }

  .nm-title{
    font-size:clamp(42px,3.3vw,60px);
  }

  .nm-status-grid{
    grid-template-columns:repeat(2,minmax(245px,1fr));
    row-gap:22px;
    max-width:650px;
  }

  .nm-status-item:nth-child(3){
    padding-left:0;
  }

  .nm-status-item:nth-child(3)::before{
    display:none;
  }
}

@media(max-width:1100px){
  .nm-shell{
    width:min(94%,980px);
  }

  .nm-hero{
    grid-template-columns:1fr;
    min-height:auto;
    padding-top:18px;
  }

  .nm-visual{
    order:-1;
    min-height:390px;
  }

  .nm-logo-wrap{
    width:min(88vw,680px);
  }

  .nm-title{
    font-size:clamp(40px,7.6vw,66px);
  }

  .nm-brandline{
    white-space:normal;
  }

  .nm-footer{
    margin-top:44px;
  }
}

@media(max-width:650px){
  .nm-shell{
    width:calc(100% - 34px);
    padding-top:15px;
  }

  .nm-visual{
    min-height:270px;
  }

  .nm-logo-wrap{
    width:94vw;
    max-width:470px;
  }

  .nm-title{
    font-size:clamp(33px,10vw,48px);
    letter-spacing:.045em;
  }

  .nm-subtitle{
    font-size:21px;
  }

  .nm-intro{
    font-size:16px;
  }

  .nm-actions{
    flex-direction:column;
  }

  .nm-button{
    width:100%;
  }

  .nm-status-grid{
    grid-template-columns:1fr;
    max-width:none;
  }

  .nm-status-item,
  .nm-status-item:nth-child(3){
    padding:14px 0;
  }

  .nm-status-item:not(:first-child)::before{
    left:0;
    right:0;
    top:0;
    bottom:auto;
    width:auto;
    height:1px;
  }

  .nm-footer{
    flex-direction:column;
    align-items:flex-start;
  }
}

@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
    scroll-behavior:auto!important;
  }
}


/* Version 1.5 – Feinschliff */
.nm-shell{
  opacity:0;
  animation:nmPageIn .8s .05s ease forwards;
}

.nm-button:active{
  transform:translateY(0);
}

.nm-logo-wrap::after{
  content:"";
  position:absolute;
  left:12%;
  right:12%;
  bottom:2%;
  height:12px;
  border-radius:50%;
  background:radial-gradient(ellipse,rgba(229,0,109,.28),rgba(229,0,109,.06) 52%,transparent 74%);
  filter:blur(8px);
  opacity:.72;
  animation:nmGroundGlow 6s 1.6s ease-in-out infinite;
  z-index:-1;
}

@keyframes nmPageIn{
  from{opacity:0}
  to{opacity:1}
}

@keyframes nmFloat{
  0%,100%{translate:0 0}
  50%{translate:0 -3px}
}

@keyframes nmGroundGlow{
  0%,100%{transform:scaleX(.96);opacity:.58}
  50%{transform:scaleX(1.03);opacity:.78}
}

@media(prefers-reduced-motion:reduce){
  .nm-shell{
    opacity:1;
  }

  .nm-logo-wrap,
  .nm-logo-wrap::after{
    translate:none!important;
  }
}


/* MASTER V6 refinements */
.nm-hero{gap:clamp(32px,4vw,72px);}
.nm-logo-wrap{width:min(47vw,780px);margin-left:-24px;}
.nm-glow{opacity:.88}
.nm-title{letter-spacing:.06em;line-height:1.08}
.nm-subtitle{margin-top:20px}
.nm-actions{margin-top:28px}
.nm-button{min-height:64px}
.nm-status-grid{max-width:940px}
.nm-status-item{padding-inline:28px}
