/* Atlasaurum Coming Soon (Luxury) v2.0
   - Applies to homepage + /product/* child pages
   - Matches logo green across all text
*/

*{ box-sizing: border-box; }

:root {
  --aa-bg: #f7f6f3;
  --aa-green: #0F2F22;
  --aa-gold: #c6a76a;
}

html, body{
  height: 100%;
  margin: 0;
  background: var(--aa-bg);
  overflow-x: hidden !important;
}

body.aa-coming-soon--no-scroll{
  overflow: hidden !important;
}

.aa-home__bg{
  position: fixed;
  top: -120px; right: -120px; bottom: -120px; left: -120px;
  background-color: var(--aa-bg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96' viewBox='0 0 96 96'%3E%3Cg fill='none' stroke='%23d6d2c8' stroke-opacity='0.35' stroke-width='1'%3E%3Ccircle cx='48' cy='24' r='18'/%3E%3Ccircle cx='48' cy='72' r='18'/%3E%3Ccircle cx='24' cy='48' r='18'/%3E%3Ccircle cx='72' cy='48' r='18'/%3E%3Ccircle cx='35.5' cy='35.5' r='18'/%3E%3Ccircle cx='60.5' cy='35.5' r='18'/%3E%3Ccircle cx='35.5' cy='60.5' r='18'/%3E%3Ccircle cx='60.5' cy='60.5' r='18'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 110px 110px;
  background-position: center;
  pointer-events: none;
  z-index: 0;
  opacity: 1;
  transform: translateZ(0);
}

.aa-home{
  position: relative;
  z-index: 1;
  min-height: 100vh;
  width: 100%;
  padding: clamp(28px, 5vw, 70px) 18px;
  background: transparent;
  display:flex;
  align-items:center;
  justify-content:center;
  color: var(--aa-green);
}

.aa-home__wrap{
  width: min(880px, 100%);
  text-align:center;
}

.aa-home__brand{
  display:flex;
  justify-content:center;
  align-items:center;
}

.aa-home__logo{
  width: min(520px, 86vw);
  height: auto;
  display:block;
  filter: drop-shadow(0 8px 18px rgba(0,0,0,0.06));
}

.aa-home__wordmark{
  font-size: clamp(42px, 7vw, 92px);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--aa-green);
  line-height: 0.95;
}

.aa-home__sub{
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--aa-green);
  opacity: 0.72;
}

.aa-home__headline{
  margin: 22px auto 0;
  font-size: clamp(16px, 2.2vw, 22px);
  line-height: 1.55;
  color: var(--aa-green);
  max-width: 60ch;
  font-style: italic;
  opacity: 0.90;
}

.aa-home__divider{
  width: 44px;
  height: 2px;
  background: var(--aa-gold);
  margin: 18px auto 22px;
  border-radius: 999px;
}

.aa-home__panel{
  margin: 0 auto;
  width: min(660px, 100%);
  background: rgba(255,255,255,0.68);
  border: 1px solid rgba(15,47,34,0.10);
  border-radius: 14px;
  padding: 16px 18px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.06);
  backdrop-filter: blur(6px);
}

.aa-home__productTitle{
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--aa-green);
  opacity: 0.78;
  margin-bottom: 8px;
}

.aa-home__productMeta{
  font-size: 14px;
  line-height: 1.6;
  color: var(--aa-green);
  opacity: 0.72;
}

.aa-home__fine{
  margin-top: 22px;
  font-size: 12px;
  color: var(--aa-green);
  opacity: 0.55;
}
