/* ============================================================
   La Quinta Psychic – Sacred Desert Light
   Unique visual DNA • Mobile-first • Production-ready
   ============================================================ */

:root {
  /* Warmer hue system */
  --sand: #F5E6D3;
  --warm-cream: #FDF8F0;
  --terracotta: #C67B5C;
  --terracotta-deep: #A85F45;
  --soft-gold: #D4A574;
  --gold-light: #E8C9A0;
  --deep-plum: #3D2C4A;
  --indigo-night: #2A1F3D;
  --plum-soft: #5C4A6E;
  --text-primary: #2C241B;
  --text-secondary: #5A4E42;
  --text-muted: #8A7B6C;
  --white: #FFFFFF;
  --border-soft: rgba(61, 44, 74, 0.12);
  --shadow-soft: 0 8px 32px rgba(42, 31, 61, 0.08);
  --shadow-card: 0 4px 20px rgba(42, 31, 61, 0.06);
  --radius: 12px;
  --radius-lg: 20px;
  --transition: 0.25s ease;
  --font-heading: "Cormorant Garamond", Georgia, serif;
  --font-body: "Outfit", system-ui, -apple-system, sans-serif;
  --max-width: 1120px;
}

/* Reset & Base */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--font-body);
  color: var(--text-primary);
  background: var(--warm-cream);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--terracotta-deep); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--terracotta); }
ul, ol { list-style: none; }
button, input, textarea, select { font-family: inherit; font-size: inherit; }
:focus-visible { outline: 2px solid var(--terracotta); outline-offset: 3px; }

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 600;
  line-height: 1.25;
  color: var(--deep-plum);
}
h1 { font-size: clamp(2.25rem, 5vw, 3.5rem); letter-spacing: -0.02em; }
h2 { font-size: clamp(1.75rem, 3.5vw, 2.5rem); margin-bottom: 0.75rem; }
h3 { font-size: clamp(1.25rem, 2.5vw, 1.5rem); }
p { margin-bottom: 1rem; color: var(--text-secondary); }
.lead { font-size: 1.15rem; line-height: 1.7; color: var(--text-secondary); }

/* Layout */
.container {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 1.25rem;
}
.section { padding: 4rem 0; }
.section-sm { padding: 2.5rem 0; }
.section-lg { padding: 5.5rem 0; }
.bg-sand { background: var(--sand); }
.bg-plum { background: var(--deep-plum); color: var(--warm-cream); }
.bg-plum h2, .bg-plum h3, .bg-plum p { color: var(--warm-cream); }
.bg-plum p { color: rgba(253, 248, 240, 0.85); }

/* Header / Nav */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(253, 248, 240, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-soft);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 0;
  gap: 1rem;
}
.logo {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  color: var(--deep-plum);
}
.logo-mark {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--terracotta), var(--soft-gold));
  display: grid;
  place-items: center;
  color: var(--white);
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 700;
  flex-shrink: 0;
}
.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}
.logo-text strong {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--deep-plum);
}
.logo-text span {
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-muted);
  font-weight: 500;
}
.nav-toggle {
  display: none;
  background: none;
  border: none;
  width: 44px;
  height: 44px;
  cursor: pointer;
  padding: 8px;
}
.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--deep-plum);
  margin: 5px 0;
  transition: var(--transition);
  border-radius: 2px;
}
.nav-list {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.nav-list a {
  display: block;
  padding: 0.55rem 0.9rem;
  color: var(--text-secondary);
  font-weight: 500;
  font-size: 0.95rem;
  border-radius: 8px;
  transition: background var(--transition), color var(--transition);
}
.nav-list a:hover,
.nav-list a.active {
  color: var(--deep-plum);
  background: rgba(198, 123, 92, 0.12);
}
.nav-cta {
  margin-left: 0.5rem;
  background: var(--terracotta) !important;
  color: var(--white) !important;
  padding: 0.55rem 1.15rem !important;
  border-radius: 999px !important;
}
.nav-cta:hover {
  background: var(--terracotta-deep) !important;
  color: var(--white) !important;
}

/* Mobile nav */
@media (max-width: 820px) {
  .nav-toggle { display: block; }
  .nav-list {
    position: fixed;
    inset: 0 0 0 auto;
    width: min(300px, 85vw);
    background: var(--warm-cream);
    flex-direction: column;
    align-items: stretch;
    padding: 5rem 1.25rem 2rem;
    gap: 0.25rem;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    box-shadow: -8px 0 32px rgba(0,0,0,0.1);
    z-index: 99;
  }
  .nav-list.open { transform: translateX(0); }
  .nav-list a { padding: 0.85rem 1rem; font-size: 1.05rem; }
  .nav-cta { margin: 0.75rem 0 0; text-align: center; }
  .nav-overlay {
    position: fixed;
    inset: 0;
    background: rgba(42, 31, 61, 0.4);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
    z-index: 98;
  }
  .nav-overlay.open { opacity: 1; pointer-events: auto; }
}

/* Hero */
.hero {
  position: relative;
  padding: 5rem 0 4.5rem;
  background: linear-gradient(165deg, var(--sand) 0%, var(--warm-cream) 55%, #F8EDE0 100%);
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  top: -20%;
  right: -10%;
  width: 55%;
  height: 80%;
  background: radial-gradient(ellipse, rgba(212, 165, 116, 0.18) 0%, transparent 70%);
  pointer-events: none;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 3rem;
  align-items: center;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(198, 123, 92, 0.12);
  color: var(--terracotta-deep);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  margin-bottom: 1.25rem;
}
.hero h1 { margin-bottom: 1rem; }
.hero .lead { margin-bottom: 1.75rem; max-width: 34rem; }
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-bottom: 2rem;
}
.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  font-size: 0.95rem;
  color: var(--text-secondary);
}
.hero-meta strong { color: var(--deep-plum); display: block; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 0.15rem; }
.hero-visual {
  position: relative;
  aspect-ratio: 1 / 1.05;
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, var(--deep-plum), var(--plum-soft));
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}
.hero-visual-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: rgba(253, 248, 240, 0.7);
  text-align: center;
  padding: 2rem;
  gap: 0.75rem;
}
.hero-visual-placeholder svg { opacity: 0.55; }
.hero-visual-placeholder span { font-size: 0.85rem; max-width: 12rem; }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.8rem 1.5rem;
  font-weight: 600;
  font-size: 0.95rem;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  transition: background var(--transition), transform var(--transition), box-shadow var(--transition);
  text-decoration: none;
}
.btn:active { transform: scale(0.98); }
.btn-primary {
  background: var(--terracotta);
  color: var(--white);
  box-shadow: 0 4px 14px rgba(198, 123, 92, 0.35);
}
.btn-primary:hover {
  background: var(--terracotta-deep);
  color: var(--white);
  box-shadow: 0 6px 18px rgba(198, 123, 92, 0.4);
}
.btn-secondary {
  background: transparent;
  color: var(--deep-plum);
  border: 1.5px solid var(--border-soft);
}
.btn-secondary:hover {
  background: rgba(61, 44, 74, 0.05);
  border-color: var(--plum-soft);
  color: var(--deep-plum);
}
.btn-gold {
  background: var(--soft-gold);
  color: var(--indigo-night);
}
.btn-gold:hover { background: var(--gold-light); color: var(--indigo-night); }

/* Cards */
.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}
.card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 1.75rem;
  box-shadow: var(--shadow-card);
  border: 1px solid var(--border-soft);
  transition: transform var(--transition), box-shadow var(--transition);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-soft);
}
.card-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(198, 123, 92, 0.15), rgba(212, 165, 116, 0.2));
  display: grid;
  place-items: center;
  margin-bottom: 1.1rem;
  color: var(--terracotta-deep);
  font-size: 1.35rem;
}
.card h3 { margin-bottom: 0.5rem; }
.card p { flex-grow: 1; font-size: 0.95rem; margin-bottom: 1rem; }
.card-link {
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--terracotta-deep);
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}
.card-link:hover { gap: 0.5rem; }

/* Section headers */
.section-header {
  text-align: center;
  max-width: 36rem;
  margin: 0 auto 2.75rem;
}
.section-header .eyebrow {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--terracotta);
  margin-bottom: 0.6rem;
}

/* About teaser */
.about-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 3rem;
  align-items: center;
}
.about-image {
  aspect-ratio: 4 / 5;
  border-radius: var(--radius-lg);
  background: linear-gradient(160deg, var(--sand), #E8D5C0);
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}
.about-image-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  text-align: center;
  padding: 1.5rem;
  gap: 0.5rem;
}
.quote-block {
  background: var(--sand);
  border-left: 4px solid var(--terracotta);
  padding: 1.5rem 1.75rem;
  border-radius: 0 var(--radius) var(--radius) 0;
  margin: 1.75rem 0;
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-style: italic;
  color: var(--deep-plum);
  line-height: 1.45;
}

/* Chakra colors */
.chakra-list { display: grid; gap: 1rem; }
.chakra-item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 1rem;
  align-items: start;
  background: var(--white);
  padding: 1.15rem 1.25rem;
  border-radius: var(--radius);
  border: 1px solid var(--border-soft);
}
.chakra-dot {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  flex-shrink: 0;
}
.chakra-item h4 { font-size: 1.05rem; margin-bottom: 0.2rem; color: var(--deep-plum); }
.chakra-item p { font-size: 0.9rem; margin: 0; color: var(--text-secondary); }

/* Contact form */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 2.5rem;
  align-items: start;
}
.contact-info-card {
  background: var(--deep-plum);
  color: var(--warm-cream);
  border-radius: var(--radius-lg);
  padding: 2rem;
}
.contact-info-card h3 { color: var(--warm-cream); margin-bottom: 1.25rem; }
.contact-info-card p { color: rgba(253, 248, 240, 0.8); }
.contact-detail {
  display: flex;
  gap: 0.85rem;
  margin-bottom: 1.25rem;
  align-items: flex-start;
}
.contact-detail-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(255,255,255,0.1);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  color: var(--soft-gold);
}
.contact-detail strong { display: block; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--soft-gold); margin-bottom: 0.15rem; }
.contact-detail a { color: var(--warm-cream); font-weight: 500; }
.contact-detail a:hover { color: var(--gold-light); }

.form-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 2rem;
  box-shadow: var(--shadow-card);
  border: 1px solid var(--border-soft);
}
.form-group { margin-bottom: 1.15rem; }
.form-group label {
  display: block;
  font-weight: 550;
  font-size: 0.9rem;
  margin-bottom: 0.4rem;
  color: var(--deep-plum);
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1.5px solid var(--border-soft);
  border-radius: 10px;
  background: var(--warm-cream);
  color: var(--text-primary);
  transition: border-color var(--transition), box-shadow var(--transition);
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--terracotta);
  box-shadow: 0 0 0 3px rgba(198, 123, 92, 0.2);
}
.form-group textarea { min-height: 130px; resize: vertical; }
.form-note { font-size: 0.85rem; color: var(--text-muted); margin-top: 0.75rem; }

/* Shop grid */
.shop-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.25rem;
}
.shop-item {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border-soft);
  transition: transform var(--transition), box-shadow var(--transition);
}
.shop-item:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-card);
}
.shop-item-visual {
  aspect-ratio: 1;
  background: linear-gradient(145deg, var(--sand), #EAD9C5);
  display: grid;
  place-items: center;
  color: var(--text-muted);
  font-size: 0.85rem;
  text-align: center;
  padding: 1rem;
}
.shop-item-body { padding: 1rem 1.1rem 1.25rem; }
.shop-item-body h4 { font-size: 1rem; margin-bottom: 0.25rem; }

/* Disclaimer */
.disclaimer {
  background: rgba(61, 44, 74, 0.06);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  padding: 1.25rem 1.5rem;
  font-size: 0.9rem;
  color: var(--text-secondary);
  margin-top: 2.5rem;
}
.disclaimer strong { color: var(--deep-plum); }

/* Footer */
.site-footer {
  background: var(--indigo-night);
  color: rgba(253, 248, 240, 0.8);
  padding: 3.5rem 0 1.75rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 2.5rem;
  margin-bottom: 2.5rem;
}
.footer-brand .logo-text strong { color: var(--warm-cream); }
.footer-brand .logo-text span { color: rgba(253, 248, 240, 0.55); }
.footer-brand p { font-size: 0.95rem; margin-top: 1rem; max-width: 22rem; color: rgba(253, 248, 240, 0.7); }
.footer-col h4 {
  color: var(--soft-gold);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-bottom: 1rem;
  font-family: var(--font-body);
  font-weight: 600;
}
.footer-col a {
  display: block;
  color: rgba(253, 248, 240, 0.75);
  padding: 0.3rem 0;
  font-size: 0.95rem;
}
.footer-col a:hover { color: var(--gold-light); }
.social-links {
  display: flex;
  gap: 0.75rem;
  margin-top: 1.25rem;
}
.social-link {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  display: grid;
  place-items: center;
  color: var(--warm-cream);
  transition: background var(--transition), color var(--transition);
  border: 1px solid rgba(255,255,255,0.1);
}
.social-link:hover {
  background: var(--terracotta);
  color: var(--white);
  border-color: var(--terracotta);
}
.social-link svg { width: 18px; height: 18px; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(253, 248, 240, 0.55);
}
.footer-bottom a { color: var(--soft-gold); }
.footer-bottom a:hover { color: var(--gold-light); }
.powered-by {
  font-weight: 500;
}
.powered-by a {
  color: var(--soft-gold);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Utility */
.text-center { text-align: center; }
.mt-1 { margin-top: 0.5rem; }
.mt-2 { margin-top: 1rem; }
.mt-3 { margin-top: 1.5rem; }
.mb-0 { margin-bottom: 0; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

/* Responsive */
@media (max-width: 900px) {
  .hero-grid,
  .about-grid,
  .contact-grid { grid-template-columns: 1fr; }
  .hero-visual { max-width: 360px; margin: 0 auto; aspect-ratio: 1; }
  .about-image { max-width: 320px; margin: 0 auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .section { padding: 3rem 0; }
  .hero { padding: 3.5rem 0 3rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .footer-bottom { flex-direction: column; text-align: center; }
}

/* Print */
@media print {
  .site-header, .nav-toggle, .site-footer, .btn { display: none; }
  body { background: white; color: black; }
}