:root {
  --midnight: #0f1c2e;
  --deep-blue: #1a2d45;
  --fog: #f4efe6;
  --fog-dark: #e4ddd2;
  --gold: #c9a84c;
  --gold-light: #dfc07a;
  --sage: #8a9e8a;
  --sage-dark: #6b7c6b;
  --stone: #8c8178;
  --ink: #1c1c1c;
  --white: #fdfcfa;

  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Jost', system-ui, sans-serif;

  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 2rem;
  --space-lg: 4rem;
  --space-xl: 7rem;
}

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

html { scroll-behavior: smooth; }

body {
  background: var(--fog);
  color: var(--midnight);
  font-family: var(--font-body);
  font-weight: 300;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* ─── Navigation ─── */
.nav {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 1.5rem 3rem;
  background: var(--midnight);
  color: var(--fog);
}
.nav-brand {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--gold);
}
.nav-sub {
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--stone);
}

/* ─── Hero ─── */
.hero {
  background: var(--midnight);
  color: var(--fog);
  padding: 5rem 3rem 6rem;
}
.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
.hero-eyebrow {
  font-family: var(--font-body);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.5rem;
}
.hero-headline {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 5vw, 4.5rem);
  font-weight: 300;
  line-height: 1.08;
  color: var(--fog);
  margin-bottom: 1.5rem;
}
.hero-lede {
  font-size: 1rem;
  font-weight: 300;
  color: var(--stone);
  max-width: 38ch;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
.hero-meta {
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  color: var(--gold);
  text-transform: uppercase;
}

/* Card stack visual */
.card-stack {
  position: relative;
  height: 360px;
}
.card-preview {
  position: absolute;
  border-radius: 8px;
  overflow: hidden;
  background: var(--deep-blue);
  border: 1px solid rgba(201,168,76,0.3);
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}
.card-preview-1 {
  width: 160px;
  height: 220px;
  top: 0; right: 40px;
  transform: rotate(-4deg);
  background: linear-gradient(145deg, #1e3550 0%, #0f2040 100%);
}
.card-preview-2 {
  width: 160px;
  height: 220px;
  top: 70px; right: 0;
  transform: rotate(3deg);
  background: linear-gradient(145deg, #243d58 0%, #0f2040 100%);
}
.card-preview-3 {
  width: 160px;
  height: 220px;
  top: 140px; right: 60px;
  transform: rotate(-2deg);
  background: linear-gradient(145deg, #1a2d45 0%, #0d1a2e 100%);
}
.card-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 1rem;
  background: linear-gradient(to top, rgba(15,28,46,0.9) 0%, transparent 60%);
}
.card-label {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-style: italic;
  color: var(--gold-light);
  display: block;
}
.card-location {
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--stone);
  display: block;
  margin-top: 0.25rem;
}

/* ─── Section common ─── */
.section-label {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 1rem;
}
.section-heading {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  font-weight: 300;
  line-height: 1.15;
  color: var(--midnight);
  margin-bottom: 1.25rem;
}
.section-body {
  font-size: 1rem;
  color: var(--stone);
  max-width: 55ch;
  line-height: 1.75;
}

/* ─── Collection ─── */
.collection {
  padding: var(--space-xl) 3rem;
  background: var(--fog);
}
.section-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.collection .section-heading {
  margin-bottom: 0.75rem;
}
.collection .section-body {
  margin-bottom: 4rem;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.tarot-card {}
.tarot-visual {
  height: 200px;
  border-radius: 6px;
  margin-bottom: 1rem;
  display: flex;
  align-items: flex-end;
  padding: 0.75rem;
  position: relative;
  overflow: hidden;
}
.tarot-num {
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 300;
  color: rgba(255,255,255,0.6);
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  line-height: 1;
}
/* Per-card gradients to evoke different coastal atmospheres */
.card-watsonville { background: linear-gradient(135deg, #4a7c59 0%, #2d4a30 100%); }
.card-aromas    { background: linear-gradient(135deg, #3d5a4a 0%, #1e3326 100%); }
.card-prunedale  { background: linear-gradient(135deg, #8a6e45 0%, #5c4830 100%); }
.card-castroville{ background: linear-gradient(135deg, #6b5e40 0%, #3e3525 100%); }
.card-marina     { background: linear-gradient(135deg, #3a5a7a 0%, #1e3a50 100%); }
.card-lovers     { background: linear-gradient(135deg, #7a4a5a 0%, #4a2535 100%); }
.card-pebble     { background: linear-gradient(135deg, #8a8070 0%, #5a5048 100%); }
.card-bixby      { background: linear-gradient(135deg, #2a3a4a 0%, #0f1a24 100%); }

.tarot-info h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--midnight);
  margin-bottom: 0.25rem;
}
.tarot-location {
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 0.5rem;
}
.tarot-meaning {
  font-size: 0.82rem;
  color: var(--stone);
  line-height: 1.5;
}

/* ─── Journey ─── */
.journey {
  background: var(--midnight);
  color: var(--fog);
  padding: var(--space-xl) 3rem;
}
.journey-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: start;
}
.journey-heading {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 300;
  line-height: 1.15;
  color: var(--fog);
  margin-bottom: 1.25rem;
}
.journey-body {
  font-size: 0.95rem;
  color: var(--stone);
  line-height: 1.75;
  margin-bottom: 1rem;
}

/* Journey map */
.map-path {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-top: 1rem;
}
.map-point {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.map-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold);
  flex-shrink: 0;
}
.map-point-final .map-dot {
  width: 14px;
  height: 14px;
  background: var(--gold-light);
  box-shadow: 0 0 12px rgba(201,168,76,0.6);
}
.map-label {
  display: flex;
  flex-direction: column;
}
.map-name {
  font-size: 0.85rem;
  color: var(--fog);
  font-weight: 400;
}
.map-card {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 0.85rem;
  color: var(--gold);
}
.map-connector {
  width: 2px;
  height: 32px;
  background: linear-gradient(to bottom, var(--gold), transparent);
  margin-left: 4px;
  opacity: 0.4;
}

/* ─── Vault ─── */
.vault {
  padding: var(--space-xl) 3rem;
  background: var(--fog-dark);
}
.vault-inner {
  max-width: 800px;
  margin: 0 auto;
}
.vault-card {
  background: var(--midnight);
  color: var(--fog);
  border-radius: 12px;
  overflow: hidden;
}
.vault-header {
  padding: 3rem 3rem 2rem;
  border-bottom: 1px solid rgba(201,168,76,0.2);
}
.vault-label {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.75rem;
}
.vault-title {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 300;
  color: var(--fog);
  line-height: 1.2;
  margin-bottom: 1rem;
}
.vault-price {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--gold);
}
.vault-includes {
  padding: 2rem 3rem 3rem;
}
.vault-includes-heading {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--stone);
  margin-bottom: 1rem;
}
.vault-list {
  list-style: none;
  margin-bottom: 1.5rem;
}
.vault-list li {
  font-size: 0.95rem;
  color: var(--fog);
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding-left: 1.25rem;
  position: relative;
}
.vault-list li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--gold);
  font-size: 0.7rem;
  top: 0.6rem;
}
.vault-note {
  font-size: 0.82rem;
  color: var(--stone);
  font-style: italic;
}

/* ─── Manifesto ─── */
.manifesto {
  padding: var(--space-xl) 3rem;
  background: var(--fog);
}
.manifesto-inner {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.manifesto-quote {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.5vw, 2.2rem);
  font-weight: 300;
  font-style: italic;
  color: var(--midnight);
  line-height: 1.3;
  margin-bottom: 2rem;
  quotes: none;
}
.manifesto-body {
  font-size: 0.95rem;
  color: var(--stone);
  line-height: 1.8;
  margin-bottom: 1rem;
}

/* ─── Footer ─── */
.footer {
  background: var(--midnight);
  color: var(--stone);
  padding: 3rem;
}
.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.footer-name {
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--gold);
  font-weight: 600;
  letter-spacing: 0.08em;
}
.footer-tagline {
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--stone);
}
.footer-note {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1rem;
  color: var(--fog);
  opacity: 0.6;
}

/* ─── Responsive ─── */
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; }
  .card-stack { display: none; }
  .cards-grid { grid-template-columns: repeat(2, 1fr); }
  .journey-inner { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .nav { padding: 1rem 1.5rem; }
  .hero { padding: 3rem 1.5rem 4rem; }
  .collection, .journey, .vault, .manifesto, .footer { padding-left: 1.5rem; padding-right: 1.5rem; }
  .cards-grid { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; gap: 1rem; text-align: center; }
}
