/* ═══════════════════════════════════════════
   LIFENEXTGEN — Main Stylesheet
   ═══════════════════════════════════════════ */

:root {
  --gold:       #c9a96e;
  --gold-light: #e8d5b0;
  --gold-dim:   rgba(201,169,110,0.15);
  --deep:       #07050f;
  --mid:        #110d1e;
  --violet:     #1a1030;
  --text:       #ede8f5;
  --muted:      #7a7090;
  --accent:     #6b4fa0;
}

*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior: smooth; }

body {
  background: var(--deep);
  color: var(--text);
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  overflow-x: hidden;
}

/* ── Cosmos ── */
#cosmos {
  position: fixed; inset: 0;
  pointer-events: none; z-index: 0;
}
.aura {
  position: fixed; border-radius: 50%;
  filter: blur(130px); pointer-events: none;
  z-index: 0; opacity: 0.13;
  animation: auradrift 18s ease-in-out infinite alternate;
}
.aura-1 { width:700px;height:700px;background:#4b2080;top:-200px;left:-200px;animation-delay:0s; }
.aura-2 { width:500px;height:500px;background:#c9a96e;bottom:-150px;right:-100px;animation-delay:6s; }
.aura-3 { width:450px;height:450px;background:#1a0a40;top:45%;left:50%;transform:translateX(-50%);animation-delay:12s; }
@keyframes auradrift {
  from { transform: translate(0,0) scale(1); }
  to   { transform: translate(30px,20px) scale(1.08); }
}
.aura-3 { transform: translateX(-50%); }

.site-wrap { position: relative; z-index: 1; }

/* ── NAV ── */
nav {
  display: flex; align-items: center;
  justify-content: space-between;
  padding: 24px 64px;
  border-bottom: 1px solid var(--gold-dim);
  backdrop-filter: blur(16px);
  background: rgba(7,5,15,0.65);
  position: sticky; top: 0; z-index: 200;
  transition: padding 0.3s;
}
nav.scrolled { padding: 15px 64px; }

.nav-logo {
  font-family: 'Cinzel', serif;
  font-size: 1.25rem; letter-spacing: 0.18em;
  color: var(--gold); text-decoration: none;
}
.nav-logo span { color: var(--text); }

.nav-links { display: flex; gap: 28px; list-style: none; }
.nav-links a {
  color: var(--muted); text-decoration: none;
  font-size: 0.7rem; letter-spacing: 0.16em;
  text-transform: uppercase; transition: color 0.3s;
}
.nav-links a:hover,
.nav-links a.nav-active { color: var(--gold); }

.nav-burger {
  display: none; background: none; border: none;
  color: var(--gold); font-size: 1.4rem; cursor: pointer;
}

.mobile-menu {
  display: none; flex-direction: column;
  background: var(--mid);
  border-bottom: 1px solid var(--gold-dim);
  padding: 24px 32px; gap: 18px;
  position: sticky; top: 69px; z-index: 199;
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  color: var(--muted); text-decoration: none;
  font-size: 0.8rem; letter-spacing: 0.14em;
  text-transform: uppercase; transition: color 0.3s;
}
.mobile-menu a:hover { color: var(--gold); }

/* ── HERO ── */
.hero {
  min-height: 88vh; display: flex;
  flex-direction: column; align-items: center;
  justify-content: center; text-align: center;
  padding: 80px 40px;
}
.page-hero {
  min-height: 42vh; display: flex;
  flex-direction: column; align-items: center;
  justify-content: center; text-align: center;
  padding: 80px 40px 60px;
}
.hero-eyebrow {
  font-family: 'Cinzel', serif; font-size: 0.62rem;
  letter-spacing: 0.45em; color: var(--gold);
  text-transform: uppercase; margin-bottom: 26px;
  opacity: 0; animation: fadeUp 1s ease 0.3s forwards;
}
.hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3.2rem, 8vw, 6.8rem);
  font-weight: 300; line-height: 1.05;
  margin-bottom: 26px;
  opacity: 0; animation: fadeUp 1s ease 0.6s forwards;
}
.hero-title em { font-style: italic; color: var(--gold); }
.hero-sub {
  font-size: 0.95rem; color: var(--muted);
  letter-spacing: 0.06em; max-width: 520px;
  line-height: 1.9; margin-bottom: 48px;
  opacity: 0; animation: fadeUp 1s ease 0.9s forwards;
}
.hero-cta {
  display: flex; gap: 16px; flex-wrap: wrap;
  justify-content: center;
  opacity: 0; animation: fadeUp 1s ease 1.1s forwards;
}

/* ── Buttons ── */
.btn-primary {
  background: var(--gold); color: var(--deep); border: none;
  padding: 13px 34px; font-family: 'Jost', sans-serif;
  font-size: 0.74rem; letter-spacing: 0.2em;
  text-transform: uppercase; cursor: pointer;
  transition: background 0.3s, transform 0.2s;
}
.btn-primary:hover { background: var(--gold-light); transform: translateY(-1px); }
.btn-secondary {
  background: transparent; color: var(--text);
  border: 1px solid rgba(255,255,255,0.18);
  padding: 13px 34px; font-family: 'Jost', sans-serif;
  font-size: 0.74rem; letter-spacing: 0.2em;
  text-transform: uppercase; cursor: pointer;
  transition: all 0.3s;
}
.btn-secondary:hover { border-color: var(--gold); color: var(--gold); }

/* ── Section commons ── */
.section-tag {
  font-family: 'Cinzel', serif; font-size: 0.58rem;
  letter-spacing: 0.45em; color: var(--gold);
  text-transform: uppercase; display: block; margin-bottom: 14px;
}
.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.9rem, 4vw, 2.9rem); font-weight: 300; line-height: 1.2;
}
.section-title em { font-style: italic; color: var(--gold); }
.section-header { text-align: center; margin-bottom: 50px; }

/* ══════════════════════════════════════════════
   ORACLE CARD
══════════════════════════════════════════════ */
.oracle-section { padding: 100px 60px; text-align: center; }
.oracle-header { margin-bottom: 64px; }
.oracle-sub {
  color: var(--muted); font-size: 0.9rem; letter-spacing: 0.06em;
  line-height: 1.8; margin-top: 14px;
  max-width: 400px; margin-left: auto; margin-right: auto;
}
.oracle-stage {
  display: flex; flex-direction: column;
  align-items: center; gap: 36px; min-height: 360px;
}

.oracle-deck { position: relative; width: 260px; height: 360px; cursor: pointer; }
.deck-card {
  position: absolute; width: 260px; height: 360px;
  border: 1px solid rgba(201,169,110,0.3); border-radius: 12px;
  background: linear-gradient(145deg, #1a1030, #0d0820);
}
.deck-card-3 { transform: rotate(-4deg) translateY(6px); opacity: 0.4; }
.deck-card-2 { transform: rotate(-2deg) translateY(3px); opacity: 0.65; }
.deck-card-1 { transform: rotate(1deg); opacity: 0.85; }

.deck-top {
  position: absolute; inset: 0;
  border: 1px solid rgba(201,169,110,0.5); border-radius: 12px;
  background: linear-gradient(145deg, #1e1438, #0f0a22);
  display: flex; align-items: center; justify-content: center;
  transition: transform 0.3s, box-shadow 0.3s; overflow: hidden;
}
.deck-top::before {
  content: ''; position: absolute; inset: 8px;
  border: 1px solid rgba(201,169,110,0.18); border-radius: 8px; pointer-events: none;
}
.deck-top::after {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 30%, rgba(201,169,110,0.07), transparent 70%);
}
.deck-top:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 70px rgba(201,169,110,0.14), 0 0 40px rgba(107,79,160,0.18);
}
.deck-top-inner { text-align: center; position: relative; z-index: 1; }
.deck-symbol { font-size: 1.55rem; letter-spacing: 0.3em; color: var(--gold); margin-bottom: 16px; opacity: 0.8; }
.deck-hint {
  font-family: 'Cinzel', serif; font-size: 0.58rem;
  letter-spacing: 0.35em; color: var(--muted); text-transform: uppercase;
}

.oracle-card {
  width: 300px; min-height: 420px;
  border: 1px solid rgba(201,169,110,0.4); border-radius: 14px;
  background: linear-gradient(160deg, #1e1438 0%, #0f0820 60%, #1a0f35 100%);
  display: none; overflow: hidden; position: relative;
  box-shadow: 0 40px 100px rgba(0,0,0,0.6), 0 0 60px rgba(107,79,160,0.15);
  opacity: 0;
}
.oracle-card.animate {
  animation: cardSlideUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
@keyframes cardSlideUp {
  from { opacity: 0; transform: translateY(80px) scale(0.92); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}
.oracle-card-shimmer {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, transparent 40%, rgba(201,169,110,0.06) 50%, transparent 60%);
  background-size: 200% 200%;
  animation: shimmer 4s ease-in-out infinite;
}
@keyframes shimmer {
  0%   { background-position: 200% 200%; }
  100% { background-position: -200% -200%; }
}
.oracle-card-inner {
  padding: 40px 32px; display: flex; flex-direction: column;
  align-items: center; text-align: center;
  position: relative; z-index: 1;
  min-height: 420px; justify-content: center; gap: 20px;
}
.oracle-card-inner::before {
  content: ''; position: absolute; inset: 10px;
  border: 1px solid rgba(201,169,110,0.14); border-radius: 8px; pointer-events: none;
}
.oracle-card-label {
  font-family: 'Cinzel', serif; font-size: 0.5rem;
  letter-spacing: 0.4em; color: var(--gold); text-transform: uppercase;
}
.oracle-card-symbol { font-size: 2.4rem; color: var(--gold); opacity: 0.65; line-height: 1; }
.oracle-card-affirmation {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem; font-style: italic; font-weight: 300;
  line-height: 1.65; color: var(--text); max-width: 220px;
}
.oracle-card-divider {
  width: 48px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.oracle-card-archetype {
  font-family: 'Cinzel', serif; font-size: 0.56rem;
  letter-spacing: 0.3em; color: var(--muted); text-transform: uppercase;
}
.oracle-redraw {
  background: none; border: 1px solid rgba(201,169,110,0.2);
  color: var(--gold); font-family: 'Jost', sans-serif;
  font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase;
  cursor: pointer; display: flex; align-items: center; gap: 8px;
  padding: 9px 18px; transition: opacity 0.3s;
}
.oracle-redraw:hover { opacity: 0.7; }

/* ══════════════════════════════════════════════
   ARTICLES
══════════════════════════════════════════════ */
.articles-section { padding: 80px 60px; }
.filter-bar { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; margin-bottom: 48px; }
.filter-btn {
  background: transparent; border: 1px solid rgba(201,169,110,0.13);
  color: var(--muted); padding: 7px 17px;
  font-family: 'Jost', sans-serif; font-size: 0.66rem;
  letter-spacing: 0.14em; text-transform: uppercase;
  cursor: pointer; transition: all 0.25s;
}
.filter-btn:hover, .filter-btn.active {
  background: rgba(201,169,110,0.09);
  border-color: rgba(201,169,110,0.5); color: var(--gold);
}
.articles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 2px;
}
.grid-loading { grid-column: 1/-1; text-align: center; padding: 80px 0; color: var(--muted); font-size: 0.8rem; }
.grid-loading p { margin-top: 16px; letter-spacing: 0.1em; }

.article-card {
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(201,169,110,0.07);
  padding: 36px; cursor: pointer;
  position: relative; overflow: hidden;
  transition: background 0.35s, border-color 0.35s;
}
.article-card::after {
  content: ''; position: absolute; bottom: 0; left: 0;
  width: 0; height: 1px; background: var(--gold); transition: width 0.4s;
}
.article-card:hover { background: rgba(201,169,110,0.04); border-color: rgba(201,169,110,0.22); }
.article-card:hover::after { width: 100%; }
.article-card.featured {
  grid-column: span 2;
  background: linear-gradient(135deg, rgba(107,79,160,0.1), rgba(201,169,110,0.05));
  border-color: rgba(201,169,110,0.18);
}
.card-category {
  font-family: 'Cinzel', serif; font-size: 0.5rem;
  letter-spacing: 0.35em; color: var(--gold);
  text-transform: uppercase; margin-bottom: 14px; display: block;
}
.card-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.45rem; font-weight: 400;
  line-height: 1.3; margin-bottom: 12px; color: var(--text);
}
.article-card.featured .card-title { font-size: 1.95rem; }
.card-excerpt { font-size: 0.85rem; color: var(--muted); line-height: 1.85; margin-bottom: 24px; }
.card-meta { display: flex; align-items: center; justify-content: space-between; font-size: 0.68rem; color: var(--muted); letter-spacing: 0.08em; }
.card-read { color: var(--gold); font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; }
.card-read::after { content: ' →'; }
.article-card:hover .card-read::after { margin-left: 3px; }

/* ── Categories ── */
.categories-section { padding: 60px 60px 90px; }
.categories-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; }
.category-item {
  border: 1px solid rgba(201,169,110,0.08);
  padding: 36px 24px; text-align: center;
  cursor: pointer; transition: all 0.3s;
}
.category-item:hover { background: rgba(201,169,110,0.05); border-color: rgba(201,169,110,0.28); }
.cat-icon { font-size: 2rem; display: block; margin-bottom: 14px; }
.cat-name {
  font-family: 'Cinzel', serif; font-size: 0.63rem;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--text);
}

/* ── Footer ── */
footer {
  padding: 40px 64px;
  border-top: 1px solid rgba(201,169,110,0.08);
  display: flex; align-items: center;
  justify-content: space-between;
  font-size: 0.72rem; color: var(--muted);
  flex-wrap: wrap; gap: 20px;
}
.footer-brand { display: flex; flex-direction: column; gap: 6px; }
.footer-logo {
  font-family: 'Cinzel', serif; letter-spacing: 0.18em;
  color: var(--gold); font-size: 1rem; text-decoration: none;
}
.footer-logo span { color: var(--text); }
.footer-tagline { font-size: 0.68rem; color: var(--muted); letter-spacing: 0.1em; }
.footer-links { display: flex; gap: 28px; }
.footer-links a { color: var(--muted); text-decoration: none; letter-spacing: 0.1em; transition: color 0.3s; }
.footer-links a:hover { color: var(--gold); }
.footer-copy { letter-spacing: 0.04em; font-size: 0.68rem; }

/* ── Modal ── */
.modal-overlay {
  position: fixed; inset: 0; background: rgba(0,0,0,0.88);
  z-index: 500; display: none; align-items: flex-start;
  justify-content: center; padding: 48px 20px;
  overflow-y: auto; backdrop-filter: blur(12px);
}
.modal-overlay.open { display: flex; }
.modal {
  background: var(--mid); border: 1px solid rgba(201,169,110,0.18);
  max-width: 800px; width: 100%; padding: 64px;
  position: relative; animation: modalIn 0.4s cubic-bezier(0.16,1,0.3,1);
}
@keyframes modalIn {
  from { transform: translateY(40px); opacity: 0; }
  to   { transform: translateY(0); opacity: 1; }
}
.modal-close {
  position: absolute; top: 20px; right: 24px;
  background: none; border: none; color: var(--muted);
  font-size: 1.4rem; cursor: pointer; transition: color 0.3s; line-height: 1;
}
.modal-close:hover { color: var(--gold); }
.modal-loading { text-align: center; padding: 60px 0; color: var(--muted); font-size: 0.8rem; }
.modal-loading p { margin-top: 16px; letter-spacing: 0.1em; }
.modal-category {
  font-family: 'Cinzel', serif; font-size: 0.56rem;
  letter-spacing: 0.4em; color: var(--gold);
  text-transform: uppercase; margin-bottom: 16px; display: block;
}
.modal-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 300; line-height: 1.2; margin-bottom: 10px;
}
.modal-meta { font-size: 0.72rem; color: var(--muted); margin-bottom: 40px; letter-spacing: 0.08em; }
.modal-body {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.12rem; line-height: 1.95; color: #cdc5df;
}
.modal-body p { margin-bottom: 20px; }
.modal-body blockquote {
  font-style: italic; font-size: 1.3rem; color: var(--gold-light);
  border-left: 2px solid var(--gold); padding-left: 22px;
  margin: 32px 0; line-height: 1.55;
}
.modal-body h2 {
  font-family: 'Cinzel', serif; font-size: 0.72rem;
  letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--gold); margin: 36px 0 14px; font-weight: 400;
}
.modal-body ul { list-style: none; padding: 0; margin: 16px 0 24px; }
.modal-body ul li {
  padding: 11px 0; border-bottom: 1px solid rgba(201,169,110,0.08);
  color: var(--gold-light); font-style: italic;
}
.modal-body ul li::before { content: '✦ '; color: var(--gold); font-size: 0.7em; font-style: normal; }
.modal-body ol { padding-left: 20px; margin: 16px 0 24px; }
.modal-body ol li { padding: 6px 0; }
.modal-body strong { color: var(--text); font-weight: 500; font-style: normal; }

/* ── Loading dots ── */
.loading-dots { display: inline-flex; gap: 7px; }
.loading-dots span {
  width: 7px; height: 7px; background: var(--gold);
  border-radius: 50%; animation: dotpulse 1.4s ease-in-out infinite;
}
.loading-dots span:nth-child(2) { animation-delay: 0.2s; }
.loading-dots span:nth-child(3) { animation-delay: 0.4s; }
@keyframes dotpulse {
  0%,100% { opacity:0.2; transform:scale(0.8); }
  50%      { opacity:1;   transform:scale(1.2); }
}

/* ── Animations ── */
@keyframes fadeUp {
  from { opacity:0; transform:translateY(22px); }
  to   { opacity:1; transform:translateY(0); }
}
.fade-in-up {
  opacity: 0; transform: translateY(24px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}
.fade-in-up.visible { opacity:1; transform:translateY(0); }

/* ══════════════════════════════════════════════
   STATIC PAGES (About / Contact / Privacy)
══════════════════════════════════════════════ */
.static-page {
  max-width: 960px; margin: 0 auto;
  padding: 0 60px 100px;
}

/* About */
.about-block { margin-bottom: 20px; }
.about-symbol {
  font-size: 1.8rem; color: var(--gold); opacity: 0.5;
  display: block; text-align: center; margin-bottom: 28px;
}
.about-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  font-weight: 300; margin-bottom: 24px; text-align: center;
}
.about-block p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem; line-height: 1.95;
  color: #cdc5df; margin-bottom: 18px;
}
.about-block p em { font-style: italic; color: var(--gold-light); }
.about-divider {
  text-align: center; color: var(--gold); opacity: 0.4;
  font-size: 1rem; letter-spacing: 0.4em;
  margin: 60px 0;
}

.about-pillars {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 2px; margin-top: 36px;
}
.pillar {
  border: 1px solid rgba(201,169,110,0.09);
  padding: 32px 28px;
  transition: background 0.3s, border-color 0.3s;
}
.pillar:hover { background: rgba(201,169,110,0.04); border-color: rgba(201,169,110,0.22); }
.pillar-icon { font-size: 1.8rem; display: block; margin-bottom: 14px; }
.pillar h3 {
  font-family: 'Cinzel', serif; font-size: 0.68rem;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 12px; font-weight: 400;
}
.pillar p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem; line-height: 1.85; color: var(--muted);
  margin: 0 !important;
}

.how-to-steps { display: flex; flex-direction: column; gap: 0; margin-top: 36px; }
.how-step {
  display: flex; gap: 28px; align-items: flex-start;
  padding: 28px 0; border-bottom: 1px solid rgba(201,169,110,0.08);
}
.how-step:last-child { border-bottom: none; }
.step-num {
  font-family: 'Cinzel', serif; font-size: 1.4rem;
  color: var(--gold); opacity: 0.35; flex-shrink: 0;
  width: 48px; text-align: right; padding-top: 2px;
}
.how-step h3 {
  font-family: 'Cinzel', serif; font-size: 0.7rem;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--text); margin-bottom: 10px; font-weight: 400;
}
.how-step p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.08rem; line-height: 1.9; color: var(--muted);
  margin: 0 !important;
}
.how-step p em { font-style: italic; color: var(--gold-light); }

.about-closing { text-align: center; }
.about-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.3rem, 2.5vw, 1.7rem);
  font-style: italic; font-weight: 300;
  color: var(--gold-light); line-height: 1.6;
  border-left: 2px solid var(--gold); padding-left: 24px;
  text-align: left; margin-bottom: 32px !important;
}

/* Contact */
.contact-layout {
  display: grid; grid-template-columns: 1fr 1.3fr;
  gap: 60px; align-items: start;
}
.contact-block { margin-bottom: 8px; }
.contact-icon {
  font-size: 1.8rem; color: var(--gold); opacity: 0.5;
  display: block; margin-bottom: 16px;
}
.contact-block h3 {
  font-family: 'Cinzel', serif; font-size: 0.68rem;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--text); margin-bottom: 12px; font-weight: 400;
}
.contact-block p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem; line-height: 1.85; color: var(--muted);
}
.contact-email {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem; color: var(--gold);
  text-decoration: none; display: block; margin-bottom: 6px;
  transition: opacity 0.3s;
}
.contact-email:hover { opacity: 0.7; }
.contact-topics { list-style: none; padding: 0; }
.contact-topics li {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem; color: var(--muted);
  padding: 8px 0; border-bottom: 1px solid rgba(201,169,110,0.07);
  line-height: 1.5;
}
.contact-topics li:last-child { border-bottom: none; }

/* Contact form */
.contact-form-wrap {
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(201,169,110,0.1);
  padding: 44px;
}
.form-group { margin-bottom: 22px; }
.form-label {
  display: block; font-family: 'Cinzel', serif;
  font-size: 0.56rem; letter-spacing: 0.3em;
  text-transform: uppercase; color: var(--muted);
  margin-bottom: 10px;
}
.form-input {
  width: 100%; background: rgba(255,255,255,0.04);
  border: 1px solid rgba(201,169,110,0.18); color: var(--text);
  font-family: 'Cormorant Garamond', serif; font-size: 1.05rem;
  padding: 12px 16px; outline: none; transition: border-color 0.3s;
  border-radius: 0;
}
.form-input:focus { border-color: rgba(201,169,110,0.5); }
.form-input::placeholder { color: var(--muted); }
.form-select { cursor: pointer; appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23c9a96e' stroke-width='1.5' fill='none'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; }
.form-select option { background: var(--mid); color: var(--text); }
.form-textarea { resize: vertical; min-height: 140px; }
.form-success {
  margin-top: 20px; padding: 24px;
  background: rgba(201,169,110,0.08); border: 1px solid rgba(201,169,110,0.2);
  display: flex; align-items: center; gap: 16px;
  font-family: 'Cormorant Garamond', serif; font-size: 1.1rem;
  font-style: italic; color: var(--gold-light);
}
.form-success span { font-size: 1.4rem; color: var(--gold); }

/* Privacy */
.privacy-content {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem; line-height: 1.95; color: #cdc5df;
}
.privacy-intro {
  font-size: 1.15rem; margin-bottom: 40px;
  padding-bottom: 36px; border-bottom: 1px solid rgba(201,169,110,0.1);
}
.privacy-content h2 {
  font-family: 'Cinzel', serif; font-size: 0.75rem;
  letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--gold); margin: 44px 0 16px; font-weight: 400;
}
.privacy-content h3 {
  font-family: 'Cinzel', serif; font-size: 0.62rem;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--text); margin: 24px 0 12px; font-weight: 400;
}
.privacy-content p { margin-bottom: 16px; }
.privacy-content ul { list-style: none; padding: 0; margin: 12px 0 20px; }
.privacy-content ul li {
  padding: 8px 0 8px 20px; border-bottom: 1px solid rgba(201,169,110,0.06);
  position: relative;
}
.privacy-content ul li::before {
  content: '✦'; position: absolute; left: 0;
  color: var(--gold); font-size: 0.6em; top: 12px;
}
.privacy-content strong { color: var(--text); font-weight: 500; font-style: normal; }
.privacy-contact-box {
  background: rgba(201,169,110,0.05); border: 1px solid rgba(201,169,110,0.15);
  padding: 28px 32px; margin-top: 12px;
}
.privacy-contact-box p { margin-bottom: 8px; }
.privacy-contact-box p:last-child { margin-bottom: 0; }

/* ── Responsive ── */
@media (max-width: 1024px) {
  .categories-grid { grid-template-columns: repeat(3, 1fr); }
  .about-pillars { grid-template-columns: 1fr; }
  .contact-layout { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 768px) {
  nav { padding: 18px 24px; }
  nav.scrolled { padding: 14px 24px; }
  .nav-links { display: none; }
  .nav-burger { display: block; }
  .hero, .page-hero { padding: 60px 24px; min-height: auto; }
  .hero { min-height: 80vh; }
  .oracle-section, .articles-section, .categories-section { padding: 60px 24px; }
  .static-page { padding: 0 24px 80px; }
  .articles-grid { grid-template-columns: 1fr; }
  .article-card.featured { grid-column: span 1; }
  .article-card.featured .card-title { font-size: 1.45rem; }
  .categories-grid { grid-template-columns: repeat(2, 1fr); }
  .modal { padding: 36px 24px; }
  footer { flex-direction: column; align-items: flex-start; padding: 28px 24px; }
  .contact-form-wrap { padding: 28px 20px; }
  .how-step { flex-direction: column; gap: 12px; }
  .step-num { width: auto; text-align: left; }
}
