/*
Theme Name:   Hello Elementor Child
Theme URI:    https://ritualube.com
Description:  Thème enfant de Hello Elementor
Author:        Ritual Ube
Template:     hello-elementor
Version:      1.0.0
Text Domain:  hello-elementor-child
*/

/* =====================
   PAGE 404
   ===================== */

.error-404 {
  background: #FAF7F2;
  min-height: calc(100vh - 130px);
  display: flex;
  align-items: center;
  padding: 80px 0 100px;
}

.error-inner {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.error-number {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(96px, 14vw, 140px);
  font-weight: 300;
  line-height: 1;
  color: #EDE9FE;
  letter-spacing: -.04em;
  margin: 0 0 -8px;
  user-select: none;
}

.error-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-family: 'DM Sans', sans-serif;
  font-size: 10px;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-weight: 500;
  color: #7C5CBF;
  margin-bottom: 18px;
}
.error-eyebrow::before,
.error-eyebrow::after {
  content: '';
  display: inline-block;
  width: 28px;
  height: 1px;
  background: #C4B5FD;
}

.error-404 h1 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: clamp(36px, 5vw, 52px);
  line-height: 1.05;
  letter-spacing: -.015em;
  color: #2C2B38;
  margin: 0 0 20px;
}
.error-404 h1 i {
  font-style: italic;
  color: #4A3A8C;
  font-weight: 300;
}

.error-lead {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  color: #5A5867;
  line-height: 1.65;
  max-width: 42ch;
  margin: 0 auto 38px;
}

.error-cta {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.error-cta .btn-primary {
  background: #4A3A8C;
  color: #EDE9FE;
  border: none;
  border-radius: 999px;
  padding: 14px 26px;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .04em;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
  text-decoration: none;
  display: inline-block;
}
.error-cta .btn-primary:hover {
  background: #3d2f78;
  transform: translateY(-1px);
}

.error-cta .btn-ghost {
  background: transparent;
  color: #2C2B38;
  border: 1px solid rgba(44,43,56,.3);
  border-radius: 999px;
  padding: 14px 26px;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .04em;
  cursor: pointer;
  transition: border-color .2s ease, color .2s ease;
  text-decoration: none;
  display: inline-block;
}
.error-cta .btn-ghost:hover {
  border-color: #4A3A8C;
  color: #4A3A8C;
}

.error-links {
  display: flex;
  gap: 28px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 48px;
  padding-top: 28px;
  border-top: 1px solid rgba(74,58,140,.12);
}
.error-links a {
  font-family: 'DM Sans', sans-serif;
  font-size: 12.5px;
  color: #7C5CBF;
  text-decoration: underline;
  text-underline-offset: 3px;
  letter-spacing: .02em;
  transition: color .15s ease;
}
.error-links a:hover {
  color: #4A3A8C;
}

@media (max-width: 600px) {
  .error-number { font-size: 88px; }
  .error-cta { flex-direction: column; align-items: center; }
  .error-cta a { width: 100%; text-align: center; }
  .error-links { gap: 18px; }
}
