@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700&family=Crimson+Pro:ital,wght@0,300;0,400;1,300;1,400&display=swap');

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

:root {
  --gold: #c9a84c;
  --gold-dim: #8a6f32;
  --ink: #1a1510;
  --parchment: #f2ead8;
  --parchment-dark: #e8dcc0;
  --mist: rgba(26,21,16,0.55);
  --deep: rgba(10,8,5,0.82);
  --text-light: #f0e8d0;
  --text-muted: #b8a882;
}

body {
  font-family: 'Crimson Pro', Georgia, serif;
  background: var(--ink);
  color: var(--text-light);
  cursor: default;
}

/* ── NAV ── */
nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  height: 56px;
  background: rgba(10,8,5,0.75);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(201,168,76,0.15);
}

.nav-logo {
  font-family: 'Cinzel', serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
}

.nav-links {
  display: flex;
  gap: 32px;
  list-style: none;
}

.nav-links a {
  font-family: 'Cinzel', serif;
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.3s;
}

.nav-links a:hover,
.nav-links a.active { color: var(--gold); }

.nav-cta {
  font-family: 'Cinzel', serif;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink);
  background: var(--gold);
  border: none;
  padding: 8px 20px;
  cursor: pointer;
  transition: background 0.3s;
}

.nav-cta:hover { background: #e0bb60; }

/* ── CRIER ── */
.crier-bar {
  position: fixed;
  top: 56px; left: 0; right: 0;
  z-index: 1099;
  height: 28px;
  background: rgba(10,8,5,0.82);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(201,168,76,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.crier-label {
  font-family: 'Cinzel', serif;
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-dim);
  margin-right: 16px;
  white-space: nowrap;
  opacity: 0.7;
}

.crier-text {
  font-family: 'Crimson Pro', serif;
  font-style: italic;
  font-size: 13px;
  color: var(--text-muted);
  opacity: 0;
  transition: opacity 1.2s ease;
  white-space: nowrap;
}

.crier-text.visible { opacity: 1; }

/* ── FOOTER ── */
footer {
  background: rgba(5,4,2,0.98);
  border-top: 1px solid rgba(201,168,76,0.1);
  padding: 48px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}

.footer-brand {
  font-family: 'Cinzel', serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 0.12em;
}

.footer-world {
  font-family: 'Crimson Pro', serif;
  font-style: italic;
  font-size: 13px;
  color: var(--text-muted);
  margin-top: 4px;
}

.footer-links {
  display: flex;
  gap: 28px;
  list-style: none;
  flex-wrap: wrap;
}

.footer-links a {
  font-family: 'Cinzel', serif;
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.3s;
}

.footer-links a:hover { color: var(--gold); }

.footer-mission {
  font-family: 'Crimson Pro', serif;
  font-style: italic;
  font-size: 13px;
  color: rgba(184,168,130,0.4);
  text-align: right;
  max-width: 280px;
  line-height: 1.6;
}

/* ── ADD YOUR STORY MODAL ── */
.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(5,4,2,0.92);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.modal-overlay.open {
  opacity: 1;
  pointer-events: all;
}

.modal-box {
  position: relative;
  background: #100e0b;
  border: 1px solid rgba(201,168,76,0.25);
  padding: 52px 56px 48px;
  max-width: 640px;
  width: calc(100% - 48px);
}

.modal-close {
  position: absolute;
  top: 20px; right: 24px;
  font-family: 'Cinzel', serif;
  font-size: 20px;
  color: var(--gold-dim);
  background: none;
  border: none;
  cursor: pointer;
  line-height: 1;
  transition: color 0.2s;
}

.modal-close:hover { color: var(--gold); }

.modal-eyebrow {
  font-family: 'Cinzel', serif;
  font-size: 9px;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 0.7;
  margin-bottom: 16px;
}

.modal-heading {
  font-family: 'Cinzel', serif;
  font-size: clamp(18px, 2.5vw, 26px);
  font-weight: 600;
  color: var(--text-light);
  line-height: 1.3;
  margin-bottom: 8px;
  letter-spacing: 0.03em;
}

.modal-subhead {
  font-family: 'Crimson Pro', serif;
  font-style: italic;
  font-size: 16px;
  color: var(--text-muted);
  margin-bottom: 36px;
  font-weight: 300;
}

.modal-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.modal-option {
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: rgba(201,168,76,0.04);
  border: 1px solid rgba(201,168,76,0.15);
  padding: 18px 20px;
  cursor: pointer;
  transition: border-color 0.25s, background 0.25s;
  text-align: left;
}

.modal-option:hover {
  border-color: rgba(201,168,76,0.4);
  background: rgba(201,168,76,0.08);
}

.modal-option-title {
  font-family: 'Cinzel', serif;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-light);
}

.modal-option-sub {
  font-family: 'Crimson Pro', serif;
  font-style: italic;
  font-size: 13px;
  color: var(--gold-dim);
  line-height: 1.5;
  font-weight: 300;
}

.modal-option:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}
