/*! Massarrah — generated 2026-06-09 */
/* DO NOT EDIT — edit src/css/* and rebuild via `npm run build`. */

/* ─── 01-page-404.css ─── */
/* ============================================================
   404 PAGE
   ============================================================ */
.four-oh-four {
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(80px, 14vh, 120px) clamp(16px, 5vw, 24px) clamp(56px, 10vh, 80px);
  text-align: center;
  position: relative;
}
.crumbled-glyph {
  font-family: var(--font-cuneiform);
  color: var(--royal-gold);
  font-size: clamp(64px, 12vw, 140px);
  line-height: 1;
  letter-spacing: 0.3em;
  margin-bottom: clamp(24px, 5vw, 36px);
  opacity: 0.5;
  text-shadow:
    0 0 60px rgba(255, 215, 0, 0.18),
    2px 2px 0 rgba(0, 0, 0, 0.3);
  user-select: none;
  /* Hide overflow so on tiny screens it doesn't horizontal-scroll */
  max-width: 100%;
  overflow: hidden;
}
.four-kicker {
  font-family: var(--font-display);
  font-size: 11px;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: var(--royal-gold);
  margin-bottom: 24px;
}
.four-title {
  margin: 0 0 18px;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(36px, 7vw, 96px);
  line-height: var(--leading-tight);
  letter-spacing: var(--track-tight);
  color: var(--white);
  text-wrap: balance;
}
.four-title em { font-style: normal; color: var(--royal-gold); }
.four-lead {
  max-width: 36ch;
  margin: 0 auto 48px;
  color: var(--white-70);
  font-size: clamp(16px, 1.8vw, 19px);
  line-height: var(--leading-relaxed);
  text-wrap: pretty;
  padding: 0 12px;
}
.four-lead em {
  font-family: var(--font-display);
  font-style: italic;
  color: var(--light-gold);
}
.four-cta {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 28px;
  border-radius: var(--radius-pill);
  background: var(--royal-gold);
  color: var(--deep-night);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.01em;
  transition: background 120ms ease, transform 120ms ease, box-shadow 200ms ease;
  min-height: 48px;
}
.four-cta:hover, .four-cta:focus-visible {
  background: var(--royal-gold-dark);
  transform: translateY(-1px);
  box-shadow: 0 12px 32px -8px rgba(220, 151, 80, 0.35);
}
.four-cta svg { width: 18px; height: 18px; fill: currentColor; stroke: currentColor; stroke-width: 0; }
.four-scatter {
  margin-top: clamp(36px, 7vw, 56px);
  font-family: var(--font-cuneiform);
  color: rgba(220, 151, 80, 0.15);
  font-size: clamp(20px, 3vw, 30px);
  letter-spacing: 0.5em;
  max-width: 100%;
  overflow: hidden;
}

/* ─── 02-legal-cards.css ─── */
/* ============================================================
   LEGAL PAGE — Key-terms summary card
   (used by terms-of-service, privacy-policy callouts)
   ============================================================ */
.key-terms-card {
  margin: 0 0 56px;
  padding: clamp(20px, 3vw, 28px) clamp(20px, 4vw, 32px);
  background:
    radial-gradient(ellipse 90% 40% at 50% 100%, rgba(220, 151, 80, 0.06) 0%, transparent 70%),
    linear-gradient(180deg, rgba(13, 27, 42, 0.5) 0%, rgba(13, 27, 42, 0.85) 100%);
  border: 1px solid rgba(220, 151, 80, 0.22);
  border-left: 3px solid var(--royal-gold);
  border-radius: 6px;
}
.key-terms-card h2 {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(16px, 2vw, 18px);
  color: var(--white);
  letter-spacing: 0.04em;
}
.key-terms-card ul {
  margin: 0;
  padding-left: 22px;
  color: var(--white-85);
  line-height: 1.7;
}
.key-terms-card ul li { margin-bottom: 6px; }
.key-terms-card ul li::marker { color: var(--royal-gold); }

/* ─── 03-support.css ─── */
/* ============================================================
   SUPPORT PAGE
   ============================================================ */

/* Contact card */
.contact-card {
  margin: 0 0 56px;
  padding: clamp(24px, 4vw, 32px) clamp(24px, 5vw, 36px);
  background:
    radial-gradient(ellipse 90% 40% at 50% 100%, rgba(220, 151, 80, 0.06) 0%, transparent 70%),
    linear-gradient(180deg, rgba(13, 27, 42, 0.5) 0%, rgba(13, 27, 42, 0.85) 100%);
  border: 1px solid rgba(220, 151, 80, 0.22);
  border-left: 3px solid var(--royal-gold);
  border-radius: 6px;
}
.contact-card .eyebrow {
  font-family: var(--font-display);
  font-size: 11px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--royal-gold);
  margin: 0 0 12px;
}
.contact-card h2 {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(20px, 2.6vw, 24px);
  color: var(--white);
  letter-spacing: 0.02em;
}
.contact-card p {
  margin: 0 0 16px;
  color: var(--white-85);
  line-height: 1.7;
  text-wrap: pretty;
}
.contact-card .email-link {
  display: inline-block;
  font-family: var(--font-display);
  font-size: clamp(16px, 1.8vw, 18px);
  color: var(--royal-gold);
  letter-spacing: 0.02em;
  border-bottom: 1px solid rgba(220, 151, 80, 0.40);
  padding-bottom: 3px;
  transition: color 200ms ease, border-color 200ms ease;
  /* Make it a comfortable tap target */
  min-height: 32px;
}
.contact-card .email-link:hover,
.contact-card .email-link:focus-visible {
  color: var(--light-gold);
  border-color: var(--light-gold);
  outline: none;
}
.contact-card .response-note {
  color: var(--white-50);
  font-size: 13px;
  margin: 14px 0 0;
  line-height: 1.6;
}

/* FAQ accordion */
.faq-section { margin: 0 0 56px; }
.faq-section h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(22px, 2.8vw, 32px);
  color: var(--white);
  letter-spacing: var(--track-tight);
  margin: 0 0 28px;
}
.faq-item {
  border-bottom: 1px solid rgba(220, 151, 80, 0.18);
  padding: 18px 0;
}
.faq-item[open] { padding-bottom: 24px; }
.faq-item summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  font-family: var(--font-display);
  font-size: clamp(16px, 1.8vw, 18px);
  color: var(--white);
  letter-spacing: 0.015em;
  line-height: 1.4;
  transition: color 200ms ease;
  min-height: 44px;
  padding: 4px 0;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::marker { content: ''; }
.faq-item summary:hover, .faq-item summary:focus-visible { color: var(--royal-gold); }
.faq-item summary .indicator {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  position: relative;
  transition: transform 250ms ease;
}
.faq-item summary .indicator::before,
.faq-item summary .indicator::after {
  content: '';
  position: absolute;
  background: var(--royal-gold);
  transition: opacity 250ms ease;
}
.faq-item summary .indicator::before {
  top: 50%; left: 0; right: 0;
  height: 1px;
  transform: translateY(-50%);
}
.faq-item summary .indicator::after {
  left: 50%; top: 0; bottom: 0;
  width: 1px;
  transform: translateX(-50%);
}
.faq-item[open] summary .indicator::after { opacity: 0; }
.faq-item[open] summary .indicator { transform: rotate(180deg); }
.faq-item .answer {
  color: var(--white-85);
  line-height: 1.75;
  margin: 14px 0 0 36px;
  font-size: 15px;
  text-wrap: pretty;
}
.faq-item .answer p { margin: 0 0 14px; }
.faq-item .answer p:last-child { margin-bottom: 0; }
.faq-item .answer a {
  color: var(--royal-gold);
  text-decoration: none;
  border-bottom: 1px dotted rgba(220, 151, 80, 0.45);
}
.faq-item .answer a:hover, .faq-item .answer a:focus-visible {
  color: var(--light-gold);
  border-bottom-color: var(--light-gold);
}
.faq-item .answer strong { color: var(--white); }

@media (max-width: 480px) {
  .faq-item .answer { margin-left: 0; }
}

/* Closing block */
.closing-block {
  text-align: center;
  padding: clamp(28px, 5vw, 40px) clamp(16px, 4vw, 24px);
  border-top: 1px solid rgba(220, 151, 80, 0.18);
  border-bottom: 1px solid rgba(220, 151, 80, 0.18);
  margin: 0 0 48px;
}
.closing-block h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(20px, 2.4vw, 22px);
  color: var(--white);
  margin: 0 0 12px;
  letter-spacing: 0.02em;
}
.closing-block p {
  color: var(--white-85);
  line-height: 1.7;
  margin: 0 0 20px;
}
.closing-block .email-link {
  display: inline-block;
  font-family: var(--font-display);
  font-size: clamp(16px, 1.8vw, 18px);
  color: var(--royal-gold);
  border-bottom: 1px solid rgba(220, 151, 80, 0.40);
  padding-bottom: 3px;
  transition: color 200ms ease, border-color 200ms ease;
}
.closing-block .email-link:hover, .closing-block .email-link:focus-visible {
  color: var(--light-gold);
  border-color: var(--light-gold);
}

/* Related links row */
.related-row {
  display: flex; gap: clamp(12px, 3vw, 20px); flex-wrap: wrap;
  justify-content: center;
  font-family: var(--font-body);
  font-size: 14px;
}
.related-row a {
  color: var(--white-70);
  transition: color 150ms ease;
  min-height: 32px;
  display: inline-flex; align-items: center;
}
.related-row a:hover, .related-row a:focus-visible { color: var(--royal-gold); }
.related-row .sep { color: var(--white-50); opacity: 0.5; }

