/* ==========================================================================
   Andreas Burger Consulting -- Under Construction landing page
   Same brand language as sheq4sme.co.za: colors/fonts per SHEQ4SME's
   brand/tokens.css (same person, related entity).
   ========================================================================== */

@font-face { font-family: 'Quicksand'; font-weight: 400 700; font-display: swap;
  src: url('../fonts/6xKtdSZaM9iE8KbpRA_hJFQNcOM.woff2') format('woff2'); }
@font-face { font-family: 'Montserrat'; font-weight: 300 800; font-display: swap;
  src: url('../fonts/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2') format('woff2'); }
@font-face { font-family: 'Archivo Black'; font-weight: 400; font-display: swap;
  src: url('../fonts/HTxqL289NzCGg4MzN6KJ7eW6CYyF_g.woff2') format('woff2'); }
@font-face { font-family: 'Caveat Brush'; font-weight: 400; font-display: swap;
  src: url('../fonts/EYq0maZfwr9S9-ETZc3fKXt8XLOS.woff2') format('woff2'); }

:root {
  --color-primary: #254139;
  --color-primary-dark: #16241f;
  --color-primary-light: #2f5347;
  --color-accent: #7fb7a3;
  --color-accent-dim: #518a7a;
  --color-white: #ffffff;
  --color-muted: rgba(255,255,255,0.7);

  --font-heading: 'Quicksand', sans-serif;
  --font-body: 'Montserrat', sans-serif;
  --font-script: 'Caveat Brush', cursive;
}

* { box-sizing: border-box; }
html, body { height: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--color-white);
  background: var(--color-primary);
  overflow-x: hidden;
}

/* ---- Animated backdrop ---- */
.backdrop {
  position: fixed;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(127,183,163,0.16), transparent 60%),
    radial-gradient(ellipse 60% 50% at 85% 90%, rgba(127,183,163,0.10), transparent 60%),
    linear-gradient(160deg, var(--color-primary-dark) 0%, var(--color-primary) 45%, var(--color-primary-light) 100%);
}
.backdrop::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 70% 70% at 50% 40%, black, transparent 75%);
}
.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.35;
  animation: float 16s ease-in-out infinite;
}
.orb-1 { width: 380px; height: 380px; background: var(--color-accent-dim); top: -120px; left: -100px; animation-delay: 0s; }
.orb-2 { width: 300px; height: 300px; background: var(--color-accent); bottom: -100px; right: -80px; animation-delay: -6s; }
.orb-3 { width: 220px; height: 220px; background: var(--color-accent-dim); top: 40%; right: 12%; opacity: 0.18; animation-delay: -11s; }
@keyframes float {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(30px, -25px) scale(1.06); }
  66% { transform: translate(-20px, 20px) scale(0.96); }
}

/* ---- Layout ---- */
.page {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 48px 24px;
}

.monogram {
  width: 148px;
  height: 148px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.02em;
  margin-bottom: 32px;
  position: relative;
  animation: breathe 5s ease-in-out infinite, fadeUp 0.9s ease both;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.08), 0 30px 60px -20px rgba(0,0,0,0.5);
}
.monogram img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  border-radius: 50%;
}
.monogram::before {
  content: "";
  position: absolute;
  inset: -16px;
  border-radius: 50%;
  border: 1px solid rgba(127,183,163,0.35);
  animation: spin 22s linear infinite;
}
.monogram::after {
  content: "";
  position: absolute;
  inset: -16px;
  border-radius: 50%;
  border-top: 1px solid var(--color-accent);
  border-right: 1px solid transparent;
  animation: spin 22s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes breathe {
  0%, 100% { box-shadow: 0 0 0 1px rgba(255,255,255,0.08), 0 30px 60px -20px rgba(0,0,0,0.5), 0 0 0 0 rgba(127,183,163,0.25); }
  50% { box-shadow: 0 0 0 1px rgba(255,255,255,0.08), 0 30px 60px -20px rgba(0,0,0,0.5), 0 0 0 14px rgba(127,183,163,0); }
}

.eyebrow {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--color-accent);
  margin: 0 0 18px;
  animation: fadeUp 0.9s ease 0.1s both;
}

h1 {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: clamp(2.1rem, 6vw, 3.6rem);
  line-height: 1.12;
  margin: 0 0 14px;
  animation: fadeUp 0.9s ease 0.2s both;
}
h1 .accent { color: var(--color-accent); }

.tagline {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.82);
  margin: 0 0 36px;
  animation: fadeUp 0.9s ease 0.3s both;
}

.divider {
  width: 64px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--color-accent), transparent);
  margin: 0 0 36px;
  animation: fadeUp 0.9s ease 0.35s both;
}

.status-line {
  font-family: var(--font-script);
  font-size: 1.7rem;
  font-weight: 400;
  color: var(--color-accent);
  margin: 0 0 14px;
  animation: fadeUp 0.9s ease 0.4s both;
}

.lede {
  max-width: 560px;
  font-size: 1.02rem;
  line-height: 1.7;
  color: var(--color-muted);
  margin: 0 0 40px;
  animation: fadeUp 0.9s ease 0.5s both;
}

.progress-track {
  width: 260px;
  height: 3px;
  border-radius: 3px;
  background: rgba(255,255,255,0.12);
  overflow: hidden;
  margin: 0 0 40px;
  animation: fadeUp 0.9s ease 0.6s both;
}
.progress-fill {
  height: 100%;
  width: 40%;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--color-accent-dim), var(--color-accent));
  animation: shimmer 2.4s ease-in-out infinite;
}
@keyframes shimmer {
  0%, 100% { transform: translateX(-10%); }
  50% { transform: translateX(150%); }
}

.cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 30px;
  border-radius: 999px;
  background: var(--color-white);
  color: var(--color-primary);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  animation: fadeUp 0.9s ease 0.7s both;
  box-shadow: 0 16px 40px -14px rgba(0,0,0,0.6);
}
.cta:hover { transform: translateY(-2px); box-shadow: 0 20px 44px -12px rgba(0,0,0,0.65); }
.cta svg { width: 18px; height: 18px; }

footer {
  position: relative;
  z-index: 1;
  padding: 22px 24px 28px;
  text-align: center;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  color: rgba(255,255,255,0.45);
}
footer a { color: rgba(255,255,255,0.6); text-decoration: none; }
footer a:hover { color: var(--color-accent); }

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 480px) {
  .monogram { width: 88px; height: 88px; font-size: 2rem; }
  .status-line { font-size: 1.4rem; }
}

@media (prefers-reduced-motion: reduce) {
  .orb, .monogram, .monogram::before, .monogram::after, .progress-fill,
  .eyebrow, h1, .tagline, .divider, .status-line, .lede, .progress-track, .cta {
    animation: none !important;
  }
}
