html {
  scroll-behavior: smooth;
}

body {
  background: #f8f5ef;
  color: #211b24;
}

.wp-site-blocks {
  overflow: clip;
}

header.wp-block-template-part > .wp-block-group {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(248, 245, 239, 0.86) !important;
  border-color: rgba(33, 27, 36, 0.12) !important;
  backdrop-filter: blur(18px);
  box-shadow: 0 14px 36px rgba(33, 27, 36, 0.08);
}

.wp-block-site-title a {
  letter-spacing: 0;
}

.wp-block-navigation a {
  border-radius: 999px;
  padding: 0.45rem 0.75rem;
}

.wp-block-navigation a:hover {
  background: rgba(75, 46, 104, 0.08);
}

.wp-site-blocks > .wp-block-group:nth-of-type(1) {
  min-height: 86vh;
  display: grid;
  align-content: center;
  background:
    linear-gradient(180deg, rgba(9, 13, 27, 0.38), rgba(9, 13, 27, 0.86)),
    url("/wp-content/uploads/2026/08/psychic-tarotreader-hero.png") center / cover no-repeat;
  color: #f9f3e7;
  padding-top: clamp(70px, 9vw, 120px) !important;
  padding-bottom: clamp(38px, 7vw, 76px) !important;
}

.wp-site-blocks > .wp-block-group:nth-of-type(1) h1 {
  max-width: 920px;
  margin-inline: auto;
  color: #fff8e8 !important;
  font-size: clamp(3rem, 8vw, 7.2rem) !important;
  line-height: 0.95;
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow: 0 22px 52px rgba(0, 0, 0, 0.45);
}

.wp-site-blocks > .wp-block-group:nth-of-type(1) p {
  max-width: 760px;
  color: rgba(255, 248, 232, 0.86) !important;
  font-size: clamp(1.06rem, 2vw, 1.28rem) !important;
}

.wp-site-blocks > .wp-block-group:nth-of-type(1) .wp-block-image {
  max-width: 980px;
  width: min(92vw, 980px);
  margin-top: clamp(28px, 4vw, 48px);
}

.wp-site-blocks > .wp-block-group:nth-of-type(1) .wp-block-image img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 7;
  border-radius: 8px !important;
  border: 1px solid rgba(255, 248, 232, 0.26);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.46);
}

.wp-site-blocks > .wp-block-group:nth-of-type(1) .wp-block-button__link,
.lct-cta-band .wp-block-button__link {
  border-radius: 999px !important;
  box-shadow: 0 18px 44px rgba(201, 162, 39, 0.28);
}

.wp-site-blocks > .wp-block-group:nth-of-type(2) {
  background: #f8f5ef;
}

.wp-block-group.lct-card,
.wp-block-column.lct-card,
details.lct-faq {
  border: 1px solid rgba(36, 28, 46, 0.1);
  border-radius: 8px !important;
  box-shadow: 0 18px 48px rgba(36, 28, 46, 0.08);
}

.wp-block-group.lct-card:hover,
.wp-block-column.lct-card:hover {
  box-shadow: 0 22px 62px rgba(36, 28, 46, 0.14);
  transform: translateY(-2px);
}

.wp-block-column.lct-card,
.wp-block-group.lct-card {
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.wp-block-image img[src$=".svg"] {
  filter: drop-shadow(0 14px 24px rgba(36, 28, 46, 0.12));
}

.lct-cta-band {
  background:
    linear-gradient(135deg, rgba(36, 28, 46, 0.94), rgba(75, 46, 104, 0.9)),
    url("/wp-content/uploads/2026/08/psychic-tarotreader-hero.png") center 58% / cover no-repeat !important;
}

details.lct-faq summary {
  font-weight: 800;
  color: #241c2e;
}

.lct-footer {
  border-radius: 0 !important;
}

@media (max-width: 781px) {
  header.wp-block-template-part .wp-block-columns {
    gap: 0.7rem;
  }

  header.wp-block-template-part .wp-block-column:first-child {
    flex-basis: auto !important;
  }

  header.wp-block-template-part .wp-block-column:last-child {
    display: none;
  }

  .wp-site-blocks > .wp-block-group:nth-of-type(1) {
    min-height: auto;
    padding-top: 72px !important;
  }

  .wp-site-blocks > .wp-block-group:nth-of-type(1) h1 {
    font-size: clamp(2.6rem, 14vw, 4.2rem) !important;
  }

  .wp-site-blocks > .wp-block-group:nth-of-type(1) .wp-block-image img {
    aspect-ratio: 4 / 3;
  }

  .wp-block-columns:not(.is-not-stacked-on-mobile) {
    gap: 1.2rem;
  }
}
