/* ═══════════════════════════════════════════════
   Psychic Readings by Tracy — delawarebeachpsychic.com
   ═══════════════════════════════════════════════ */

:root {
  --ink: #0b0e1f;
  --ink-2: #121631;
  --ink-3: #1a1f42;
  --gold: #c9a24b;
  --gold-bright: #e8cf8f;
  --cream: #f4efe4;
  --muted: #a9aec9;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Jost", "Segoe UI", sans-serif;
  --maxw: 1120px;
  --radius: 14px;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  font-weight: 300;
  background: var(--ink);
  color: var(--cream);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img, svg, iframe { max-width: 100%; }

h1, h2, h3 {
  font-family: var(--serif);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: .01em;
}

h1 { font-size: clamp(2.8rem, 7vw, 5.2rem); }
h2 { font-size: clamp(1.9rem, 4vw, 2.9rem); margin-bottom: 1rem; }
h2 em { color: var(--gold-bright); font-style: italic; }
h3 { font-size: 1.45rem; color: var(--gold-bright); }

a { color: var(--gold-bright); text-decoration: none; }
a:hover { text-decoration: underline; }

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.container.narrow { max-width: 780px; }
.center { text-align: center; }

.section { padding: clamp(72px, 10vw, 120px) 0; }

.eyebrow {
  font-size: .8rem;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
  font-weight: 500;
}

.section-sub {
  color: var(--muted);
  max-width: 620px;
  margin: 0 auto 3rem;
  font-size: 1.05rem;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}

/* ─── Buttons ─── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: .5em;
  font-family: var(--sans);
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .82rem;
  padding: .9em 1.9em;
  border-radius: 100px;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
  white-space: nowrap;
}
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn-lg { font-size: .9rem; padding: 1.05em 2.2em; }
.btn svg { width: 1em; height: 1em; }

.btn-gold {
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  color: #1a1405;
  box-shadow: 0 4px 24px rgba(201, 162, 75, .35);
}
.btn-gold:hover { box-shadow: 0 8px 32px rgba(201, 162, 75, .5); }

.btn-ghost {
  border: 1px solid rgba(201, 162, 75, .5);
  color: var(--gold-bright);
}
.btn-ghost:hover { background: rgba(201, 162, 75, .1); }

/* ─── Nav ─── */
.nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  padding: 14px 0;
  transition: background .3s ease, box-shadow .3s ease, padding .3s ease;
}
.nav.scrolled {
  background: rgba(11, 14, 31, .92);
  backdrop-filter: blur(12px);
  box-shadow: 0 2px 24px rgba(0,0,0,.4);
  padding: 8px 0;
}
.nav-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.brand {
  display: flex;
  align-items: center;
  gap: .55em;
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--cream);
  margin-right: auto;
}
.brand:hover { text-decoration: none; }
.brand em { color: var(--gold-bright); }
.brand-moon { width: 1.15em; height: 1.15em; color: var(--gold); flex-shrink: 0; }

.nav-links { display: flex; gap: 26px; }
.nav-links a {
  color: var(--cream);
  font-size: .88rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 400;
  opacity: .85;
}
.nav-links a:hover { opacity: 1; color: var(--gold-bright); text-decoration: none; }

.nav-toggle { display: none; background: none; border: 0; cursor: pointer; flex-direction: column; gap: 5px; padding: 6px; }
.nav-toggle span { width: 24px; height: 2px; background: var(--cream); transition: .3s; display: block; }

/* ─── Hero ─── */
.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  text-align: center;
  overflow: hidden;
  background: radial-gradient(ellipse 120% 80% at 50% -10%, #232a5c 0%, var(--ink) 60%);
}
#stars { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-glow {
  position: absolute;
  width: 700px; height: 700px;
  left: 50%; top: 30%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(201,162,75,.14) 0%, transparent 65%);
  pointer-events: none;
}
.hero-content { position: relative; z-index: 2; padding: 120px 24px 80px; max-width: 860px; }
.hero .eyebrow { color: var(--gold-bright); }
.script {
  display: block;
  font-style: italic;
  font-weight: 400;
  font-size: .62em;
  color: var(--gold-bright);
  margin-top: .1em;
}
.hero-sub {
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  color: var(--muted);
  max-width: 580px;
  margin: 1.4rem auto 2.2rem;
}
.hero-cta { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.hero-badges {
  margin-top: 2.6rem;
  display: flex;
  gap: 14px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: .92rem;
  letter-spacing: .04em;
}
.badge strong { color: var(--gold-bright); font-weight: 500; }
.badge-dot { color: var(--gold); }
.hero-fade {
  position: absolute;
  inset: auto 0 0 0;
  height: 140px;
  background: linear-gradient(transparent, var(--ink));
  pointer-events: none;
}

/* ─── About ─── */
.about-visual { display: grid; place-items: center; }
.photo-frame {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(201,162,75,.35);
  box-shadow: 0 20px 60px rgba(0,0,0,.45), 0 0 40px rgba(201,162,75,.08);
}
.photo-frame img { display: block; width: 100%; height: auto; }
.about-copy p { color: var(--muted); margin-bottom: 1.1rem; }

.checks { list-style: none; margin-top: 1.4rem; }
.checks li {
  padding-left: 1.9em;
  position: relative;
  margin-bottom: .7em;
  color: var(--cream);
}
.checks li::before {
  content: "✦";
  position: absolute;
  left: 0;
  color: var(--gold);
}

/* ─── Services ─── */
.services { background: linear-gradient(180deg, var(--ink) 0%, var(--ink-2) 50%, var(--ink) 100%); }
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: 3.2rem;
}
.card {
  background: linear-gradient(160deg, rgba(201,162,75,.07), rgba(255,255,255,.02));
  border: 1px solid rgba(201,162,75,.18);
  border-radius: var(--radius);
  padding: 34px 28px;
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.card:hover {
  transform: translateY(-6px);
  border-color: rgba(201,162,75,.45);
  box-shadow: 0 16px 40px rgba(0,0,0,.35);
}
.card-icon {
  width: 52px; height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(201,162,75,.12);
  border: 1px solid rgba(201,162,75,.3);
  color: var(--gold-bright);
  margin-bottom: 1.2rem;
}
.card-icon svg { width: 26px; height: 26px; }
.card h3 { margin-bottom: .6rem; }
.card p { color: var(--muted); font-size: .97rem; }

/* ─── Rating band ─── */
.band {
  border-top: 1px solid rgba(201,162,75,.18);
  border-bottom: 1px solid rgba(201,162,75,.18);
  background: rgba(201,162,75,.04);
  padding: 56px 0;
  text-align: center;
}
.stars-row {
  color: var(--gold-bright);
  font-size: 1.7rem;
  letter-spacing: .35em;
  margin-bottom: .6rem;
  text-shadow: 0 0 24px rgba(232,207,143,.5);
}
.band-quote {
  font-family: var(--serif);
  font-size: clamp(1.3rem, 3vw, 1.7rem);
  margin-bottom: .4rem;
}
.band-quote strong { color: var(--gold-bright); }
.band-link { font-size: .92rem; letter-spacing: .06em; }

/* ─── Areas ─── */
.area-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  max-width: 720px;
  margin: 0 auto 2rem;
}
.area-list li {
  border: 1px solid rgba(201,162,75,.3);
  border-radius: 100px;
  padding: .5em 1.3em;
  font-size: .92rem;
  letter-spacing: .05em;
  color: var(--cream);
  background: rgba(201,162,75,.05);
}
.areas-note { color: var(--muted); }

/* ─── FAQ ─── */
.faq-item {
  border: 1px solid rgba(201,162,75,.18);
  border-radius: var(--radius);
  margin-bottom: 14px;
  background: rgba(255,255,255,.02);
  overflow: hidden;
}
.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 20px 52px 20px 24px;
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 600;
  position: relative;
  color: var(--cream);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gold);
  font-size: 1.5rem;
  font-family: var(--sans);
  font-weight: 300;
  transition: transform .3s ease;
}
.faq-item[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq-item p { padding: 0 24px 20px; color: var(--muted); }

/* ─── Visit ─── */
.visit { background: linear-gradient(180deg, var(--ink) 0%, var(--ink-2) 100%); }
.visit-info p { color: var(--muted); }
.contact-list { list-style: none; margin: 1.8rem 0 2.2rem; }
.contact-list li {
  display: flex;
  gap: 14px;
  margin-bottom: 1.1rem;
  align-items: flex-start;
}
.contact-list .ci { font-size: 1.2rem; line-height: 1.6; }
.contact-list a { font-size: 1.05rem; }
.visit-cta { display: flex; gap: 14px; flex-wrap: wrap; }

.visit-media { display: grid; gap: 20px; align-content: center; }

.map-wrap {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(201,162,75,.25);
  box-shadow: 0 20px 60px rgba(0,0,0,.4);
  aspect-ratio: 16 / 9;
}
.map-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(.25) contrast(1.05);
}

/* ─── Footer ─── */
.footer {
  border-top: 1px solid rgba(201,162,75,.15);
  padding: 56px 0 90px;
  text-align: center;
}
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: .5em;
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 600;
  margin-bottom: .8rem;
}
.footer-brand em { color: var(--gold-bright); }
.footer-tag { color: var(--muted); max-width: 460px; margin: 0 auto .9rem; font-size: .95rem; }
.footer-meta { color: var(--muted); font-size: .9rem; margin-bottom: 1.4rem; }
.footer-copy { color: rgba(169,174,201,.5); font-size: .82rem; }

/* ─── Mobile call bar ─── */
.mobile-call {
  display: none;
  position: fixed;
  inset: auto 12px 12px 12px;
  z-index: 90;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  color: #1a1405;
  font-weight: 600;
  letter-spacing: .06em;
  text-align: center;
  padding: 15px;
  border-radius: 100px;
  box-shadow: 0 8px 30px rgba(0,0,0,.5);
  align-items: center;
  justify-content: center;
  gap: .5em;
}
.mobile-call svg { width: 1.1em; height: 1.1em; }
.mobile-call:hover { text-decoration: none; }

/* ─── Reveal animation ─── */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .8s ease, transform .8s ease;
}
.reveal.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ─── Responsive ─── */
@media (max-width: 900px) {
  .grid-2 { grid-template-columns: 1fr; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .about-visual { order: -1; }
}

@media (max-width: 720px) {
  .nav-links, .nav-call { display: none; }
  .nav-toggle { display: flex; }
  .nav.open .nav-links {
    display: flex;
    position: absolute;
    top: 100%;
    left: 0; right: 0;
    flex-direction: column;
    background: rgba(11, 14, 31, .97);
    backdrop-filter: blur(12px);
    padding: 20px 24px 26px;
    gap: 18px;
    border-bottom: 1px solid rgba(201,162,75,.2);
  }
  .cards { grid-template-columns: 1fr; }
  .mobile-call { display: inline-flex; }
  .footer { padding-bottom: 110px; }
}
