/* ============================================================
   13PARANORMAL — CSS
   ============================================================ */

:root {
  --accent:      #226E93;
  --dark:        #212121;
  --dark-nav:    #1a1a1a;
  --white:       #ffffff;
  --body-text:   rgba(255, 255, 255, 0.85);
  --muted-text:  rgba(255, 255, 255, 0.55);
  --border:      rgba(255, 255, 255, 0.12);
  --font:        'Lato', sans-serif;
  --max-w:       960px;
  --nav-h:       64px;
}

/* ============================================================
   RESET
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.6;
  background: var(--dark);
  color: var(--body-text);
  -webkit-font-smoothing: antialiased;
}
a { color: var(--accent); text-decoration: none; }
a:hover { color: var(--white); }
img { max-width: 100%; display: block; }

/* ============================================================
   NAVIGATION
   ============================================================ */
.site-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  height: var(--nav-h);
  background: var(--dark-nav);
  border-bottom: 1px solid var(--border);
}
.nav-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 1.5rem;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo {
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--white);
}
.nav-logo:hover { color: var(--accent); }
.nav-links {
  list-style: none;
  display: flex;
  gap: 1.75rem;
  align-items: center;
}
.nav-links a {
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--muted-text);
  transition: color 0.15s;
}
.nav-links a:hover { color: var(--white); }
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
}

/* ============================================================
   HERO — two-column when logo is present
   ============================================================ */
.hero { padding: 4rem 0; }
.hero-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  gap: 3rem;
}
.hero-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 220px;
}
.hero-logo img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  filter: drop-shadow(0 0 16px rgba(34, 110, 147, 0.4));
}
.hero-text { flex: 1; text-align: left; }
.hero-title {
  font-family: 'Times New Roman', Georgia, serif;
  font-size: clamp(1.75rem, 4vw, 2.4rem);
  font-weight: 400;
  color: var(--accent);
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.hero-subtitle {
  font-size: clamp(1.1rem, 2.5vw, 1.5rem);
  font-weight: 300;
  color: var(--white);
  line-height: 1.3;
  margin-bottom: 1.25rem;
}
.hero-body {
  font-size: 1rem;
  color: var(--body-text);
  line-height: 1.75;
  max-width: 60ch;
}

/* ============================================================
   DIVIDER
   ============================================================ */
.section-divider {
  border: none;
  border-top: 1px solid var(--border);
  margin: 0;
}

/* ============================================================
   SERVICES
   ============================================================ */
.services { padding: 4rem 0; }
.services-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 1.5rem;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
.service-col { text-align: center; }
.service-col h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 0.75rem;
}
.service-col p {
  font-size: 0.9rem;
  color: var(--body-text);
  line-height: 1.7;
}

/* ============================================================
   CTA / CONTACT
   ============================================================ */
.cta-section { padding: 4rem 0; text-align: center; }
.cta-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 1.5rem;
}
.cta-heading {
  font-size: clamp(1.3rem, 2.5vw, 1.75rem);
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 1rem;
}
.cta-body {
  font-size: 1rem;
  color: var(--body-text);
  margin-bottom: 0.75rem;
  line-height: 1.75;
}
.cta-contact {
  font-size: 1rem;
  color: var(--body-text);
  margin-bottom: 2rem;
}
.cta-contact a { color: var(--accent); font-weight: 700; }
.cta-contact a:hover { color: var(--white); }

/* ============================================================
   SOCIAL MEDIA LINKS
   ============================================================ */
.social-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  color: var(--muted-text);
  font-size: 0.9rem;
  font-weight: 600;
  transition: color 0.15s;
  text-decoration: none;
}
.social-link:hover           { color: var(--white); }
.social-link.instagram:hover { color: #E1306C; }
.social-link.x:hover         { color: #ffffff; }
.social-link.tiktok:hover    { color: #ff0050; }
.social-link.facebook:hover  { color: #1877F2; }

.social-icon {
  width: 16px;
  height: 16px;
  fill: currentColor;
  flex-shrink: 0;
}

.social-name {
  font-size: 0.9rem;
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  border-top: 1px solid var(--border);
  padding: 1.5rem;
  text-align: center;
  font-size: 0.8rem;
  color: var(--muted-text);
}
.site-footer a { color: var(--muted-text); }
.site-footer a:hover { color: var(--white); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 720px) {
  .hero-inner {
    flex-direction: column;
    text-align: center;
    gap: 2rem;
  }
  .hero-logo  { width: 160px; }
  .hero-text  { text-align: center; }
  .hero-body  { max-width: none; }

  .services-grid { grid-template-columns: 1fr; gap: 2rem; }
  .hero          { padding: 3rem 0; }
  .services      { padding: 3rem 0; }
  .cta-section   { padding: 3rem 0; }

  .social-links  { gap: 1.5rem; }

  .nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: var(--nav-h);
    left: 0; right: 0;
    background: var(--dark-nav);
    padding: 1rem 1.5rem 1.5rem;
    border-bottom: 1px solid var(--border);
    gap: 0;
  }
  .nav-links.open { display: flex; }
  .nav-links.open a {
    padding: 0.65rem 0;
    display: block;
    border-bottom: 1px solid var(--border);
  }
  .nav-links.open li:last-child a { border-bottom: none; }
  .nav-toggle { display: flex; }
}

@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; }
}
