:root {
  --carbon-black: #0B0B0D;
  --ivory: #F2EEE6;
  --aged-bronze: #B8BA4A;
  --slate: #232327;
  --ivory-muted: rgba(242, 238, 230, 0.6);
  --bronze-muted: rgba(184, 186, 74, 0.6);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  background: var(--carbon-black);
  color: var(--ivory);
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  overflow-x: hidden;
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.bg-dotgrid {
  position: fixed;
  inset: 0;
  background-image: radial-gradient(circle, rgba(184, 186, 74, 0.16) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, black 0%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, black 0%, transparent 75%);
  pointer-events: none;
  z-index: 0;
}

.bg-topo {
  position: fixed;
  right: -10%;
  bottom: -15%;
  width: 60vw;
  height: 60vw;
  max-width: 800px;
  max-height: 800px;
  pointer-events: none;
  z-index: 0;
  opacity: 0.35;
  background-image:
    repeating-radial-gradient(circle at 50% 50%,
      transparent 0,
      transparent 38px,
      rgba(184, 186, 74, 0.14) 39px,
      rgba(184, 186, 74, 0.14) 40px);
  border-radius: 50%;
}

main {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8vh 6vw 6vh;
}

.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 720px;
}

.lockup {
  display: flex;
  align-items: center;
  gap: clamp(20px, 4vw, 48px);
}

.z-mark {
  position: relative;
  width: clamp(90px, 12vw, 140px);
  height: clamp(90px, 12vw, 140px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.z-arrow {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.z-glyph {
  position: relative;
  font-family: 'Cinzel', serif;
  font-weight: 700;
  font-size: clamp(70px, 10vw, 110px);
  line-height: 1;
  background: linear-gradient(155deg, #E8C77A 0%, #B8BA4A 35%, #8C6E3A 65%, #B8BA4A 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.5));
}

.wordmark {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.word-atlaz {
  font-family: 'Cinzel', serif;
  font-weight: 600;
  font-size: clamp(30px, 5vw, 48px);
  letter-spacing: 0.12em;
  color: var(--ivory);
  line-height: 1.1;
}

.word-digital {
  font-family: 'Cinzel', serif;
  font-weight: 400;
  font-size: clamp(18px, 3vw, 28px);
  letter-spacing: 0.34em;
  color: var(--aged-bronze);
  margin-top: 4px;
  margin-left: 0.34em;
}

.divider {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin: 10px 0 8px;
}

.divider-line {
  flex: 1;
  height: 1px;
  background: var(--bronze-muted);
}

.divider-diamond {
  color: var(--aged-bronze);
  font-size: 8px;
  line-height: 1;
}

.word-brandhouse {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: clamp(11px, 1.4vw, 14px);
  letter-spacing: 0.42em;
  color: var(--ivory-muted);
  margin-left: 0.42em;
}

.hero-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 280px;
  margin: 48px 0 32px;
}

.tagline {
  font-family: 'Cinzel', serif;
  font-weight: 400;
  font-size: clamp(15px, 2vw, 19px);
  letter-spacing: 0.16em;
  color: var(--ivory);
  margin-bottom: 20px;
}

.lede {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: clamp(13px, 1.6vw, 15px);
  letter-spacing: 0.03em;
  line-height: 1.9;
  color: var(--ivory-muted);
}

.pillars {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: 0 6vw 10vh;
}

.pillar {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 32px 20px;
  border: 1px solid rgba(184, 186, 74, 0.18);
  background: rgba(35, 35, 39, 0.35);
}

.pillar-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 18px;
}

.pillar h2 {
  font-family: 'Cinzel', serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.18em;
  color: var(--aged-bronze);
  text-transform: uppercase;
  margin-bottom: 12px;
}

.pillar p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 1.7;
  color: var(--ivory-muted);
}

footer {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 6vw 40px;
}

.footer-line {
  width: 100%;
  max-width: 280px;
  margin-bottom: 24px;
}

footer p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 0.22em;
  color: var(--ivory-muted);
  text-align: center;
}

@media (max-width: 640px) {
  .lockup {
    flex-direction: column;
    gap: 20px;
  }

  .wordmark {
    align-items: center;
    text-align: center;
  }

  .word-digital,
  .word-brandhouse {
    margin-left: 0;
  }

  .pillars {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
