/*
Theme Name: Luz Luna Tarot
Theme URI: https://luzlunatarot.com.ar
Author: Sabrina Palavecino
Description: Tema de bloques editable para Luz Luna Tarot.
Version: 1.1.0
Requires at least: 6.5
Requires PHP: 7.4
Text Domain: luz-luna-tarot
*/

:root {
  --ll-violet: #3d2d52;
  --ll-purple: #59559e;
  --ll-lavender: #9279b4;
  --ll-gold: #c8a85b;
  --ll-cream: #f6e4b3;
  --ll-paper: #fbf8fc;
  --ll-text: #342b3d;
  --ll-shadow: 0 18px 50px rgba(61, 45, 82, .12);
}

html { scroll-behavior: smooth; }
body { color: var(--ll-text); background: var(--ll-paper); }
a { text-underline-offset: 3px; }
.wp-site-blocks { overflow: hidden; }

.ll-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(61, 45, 82, .09);
  backdrop-filter: blur(14px);
}
.ll-header .wp-block-site-title a {
  display: block;
  width: 68px;
  height: 68px;
  overflow: hidden;
  border-radius: 50%;
  background: url('assets/images/logo.jpg') center / cover no-repeat;
  box-shadow: 0 8px 24px rgba(61,45,82,.14);
  font-size: 0;
  text-decoration: none;
}
.ll-header .wp-block-navigation-item__content { text-decoration: none; }

.ll-section { padding: clamp(64px, 8vw, 108px) 24px; }
.ll-section-tight { padding: 44px 24px; }
.ll-eyebrow {
  color: var(--ll-gold);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.ll-display {
  max-width: 850px;
  color: var(--ll-violet);
  font-size: clamp(2.35rem, 6vw, 5.25rem);
  line-height: 1.02;
  letter-spacing: -.035em;
}
.ll-lead { max-width: 670px; font-size: clamp(1.05rem, 2vw, 1.28rem); line-height: 1.7; }

.ll-hero { min-height: min(720px, 82vh); }
.ll-hero .wp-block-cover__background { background: linear-gradient(90deg, rgba(248,244,251,.96) 0%, rgba(248,244,251,.80) 42%, rgba(248,244,251,.05) 72%) !important; opacity: 1 !important; }
.ll-hero .wp-block-cover__inner-container { width: min(1180px, calc(100% - 48px)); }
.ll-hero-copy { max-width: 650px; padding: 56px 0; }
.ll-hero-copy .ll-lead { color: var(--ll-violet) !important; }

.wp-block-button__link {
  border-radius: 999px;
  padding: 15px 28px;
  font-weight: 700;
  transition: transform .2s ease, box-shadow .2s ease;
}
.wp-block-button__link:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(61,45,82,.18); }
.ll-button-primary .wp-block-button__link { background: var(--ll-violet); color: #fff; }
.ll-button-light .wp-block-button__link { background: #fff; color: var(--ll-violet); }

.ll-trust { border-top: 1px solid rgba(61,45,82,.09); border-bottom: 1px solid rgba(61,45,82,.09); }
.ll-trust .wp-block-column { padding: 14px 20px; }
.ll-trust strong { color: var(--ll-violet); }

.ll-card {
  height: 100%;
  padding: 32px;
  background: #fff;
  border: 1px solid rgba(61,45,82,.10);
  border-radius: 24px;
  box-shadow: var(--ll-shadow);
}
.ll-card h3 { color: var(--ll-violet); margin-top: 10px; }
.ll-card .ll-price { color: var(--ll-violet); font-size: 1.45rem; font-weight: 700; }
.ll-card-featured { border: 1px solid rgba(200,168,91,.55); position: relative; }
.ll-pill { display: inline-block; padding: 6px 12px; border-radius: 999px; background: var(--ll-cream); color: var(--ll-violet); font-size: .78rem; font-weight: 700; }

.ll-services-row { align-items: stretch !important; gap: 20px; }
.ll-service-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
  overflow: hidden;
}
.ll-service-image {
  min-height: 190px;
  border-radius: 24px 24px 0 0;
}
.ll-service-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 26px;
}
.ll-service-body .wp-block-buttons { margin-top: auto; padding-top: 10px; }
.ll-duration { color: var(--ll-lavender); font-size: .86rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }

.ll-oraculo .wp-block-cover__background { background: linear-gradient(90deg, rgba(35,25,48,.94), rgba(61,45,82,.58)) !important; opacity: 1 !important; }
.ll-oraculo .wp-block-cover__inner-container { width: min(1180px, calc(100% - 48px)); }
.ll-oraculo { overflow: hidden; }
.ll-oraculo .wp-block-cover__image-background { filter: blur(9px); transform: scale(1.04); }
.ll-oraculo-copy { max-width: 590px; padding: 72px 0; color: #fff; }
.ll-oraculo-copy h2 { color: #fff; }

.ll-step-number {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--ll-violet);
  color: #fff;
  font-weight: 700;
}

.ll-soft { background: #f1ebf6; }
.ll-deep { background: var(--ll-violet); color: #fff; }
.ll-deep h2, .ll-deep h3 { color: #fff; }

.ll-about-visual {
  min-height: 460px;
  border-radius: 28px;
  background-position: center;
  background-size: cover;
  box-shadow: var(--ll-shadow);
}
.ll-luna-brand {
  overflow: hidden;
  border-radius: 28px;
  background: var(--ll-violet);
  box-shadow: var(--ll-shadow);
}
.ll-luna-brand img { width: 100%; height: auto; display: block; }

.ll-quote { position: relative; padding-top: 46px; }
.ll-quote::before {
  content: "“";
  position: absolute;
  top: -8px;
  left: 26px;
  color: var(--ll-gold);
  font-family: Georgia, serif;
  font-size: 5rem;
  line-height: 1;
}

.ll-faq details {
  margin-bottom: 14px;
  padding: 22px 24px;
  background: #fff;
  border: 1px solid rgba(61,45,82,.10);
  border-radius: 16px;
}
.ll-faq summary { color: var(--ll-violet); font-weight: 700; cursor: pointer; }

.ll-footer a { color: #fff; }

@media (max-width: 781px) {
  .ll-header { position: relative; }
  .ll-header .wp-block-navigation { font-size: .9rem; }
  .ll-hero { min-height: 690px; align-items: flex-end; }
  .ll-hero .wp-block-cover__background { background: linear-gradient(0deg, rgba(248,244,251,.98) 0%, rgba(248,244,251,.86) 55%, rgba(248,244,251,.08) 100%) !important; }
  .ll-hero-copy { padding: 38px 0; }
  .ll-section { padding: 64px 20px; }
  .ll-card { padding: 26px; }
  .ll-service-card { padding: 0; }
  .ll-about-visual { min-height: 320px; }
}

@media (min-width: 782px) and (max-width: 1100px) {
  .ll-services-row { flex-wrap: wrap !important; }
  .ll-services-row > .wp-block-column { flex-basis: calc(50% - 12px) !important; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .wp-block-button__link { transition: none; }
}
