:root {
  --bg: #f7f4fb;
  --bg-strong: #ece5f7;
  --surface: rgba(255, 255, 255, 0.72);
  --surface-strong: rgba(255, 255, 255, 0.92);
  --surface-dark: #23192b;
  --surface-deep: #180f20;
  --ink: #281d30;
  --muted: #685c71;
  --line: rgba(73, 44, 89, 0.12);
  --violet: #b04be6;
  --violet-deep: #9739d0;
  --violet-soft: rgba(176, 75, 230, 0.14);
  --gold: #d9cae9;
  --shadow: 0 24px 90px rgba(42, 23, 54, 0.12);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --max: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(176, 75, 230, 0.14), transparent 24rem),
    radial-gradient(circle at top right, rgba(217, 202, 233, 0.32), transparent 22rem),
    linear-gradient(180deg, #fffefe 0%, var(--bg) 42%, #f2edf9 100%);
  min-height: 100vh;
}

body.menu-open {
  overflow: hidden;
}

body.cookie-panel-open {
  overflow: hidden;
}

body.cookie-gate-active {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.site-shell {
  overflow: clip;
}

.container {
  width: min(calc(100% - 2rem), var(--max));
  margin: 0 auto;
}

.section {
  padding: 5rem 0;
  position: relative;
}

.section-grid {
  display: grid;
  gap: 1.5rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(176, 75, 230, 0.16);
  color: var(--violet-deep);
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  backdrop-filter: blur(18px);
}

.section-title,
.hero-title,
.quote-text,
.legal-page h1,
.legal-page h2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.section-title,
.hero-title {
  line-height: 0.96;
}

.section-title {
  font-size: clamp(2.6rem, 5vw, 4.4rem);
  margin: 1rem 0 1.1rem;
}

.section-copy,
.hero-copy,
.card-copy,
.list-copy,
.meta-copy,
.legal-page p,
.legal-page li {
  color: var(--muted);
  line-height: 1.72;
  font-size: 1.04rem;
}

.hero-copy {
  font-size: 1.12rem;
  max-width: 40rem;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.button,
.ghost-button,
.text-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 1rem 1.35rem;
  border-radius: 999px;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    color 180ms ease,
    border-color 180ms ease;
  font-weight: 700;
  border: 1px solid transparent;
}

.button {
  background: linear-gradient(135deg, var(--violet) 0%, #c46ded 100%);
  color: white;
  box-shadow: 0 16px 30px rgba(176, 75, 230, 0.28);
}

.button:hover,
.ghost-button:hover,
.text-button:hover,
.icon-link:hover,
.service-card:hover,
.path-card:hover,
.testimonial-card:hover,
.ritual-card:hover,
.social-card:hover,
.legal-link:hover,
.story-card:hover,
.stat-card:hover {
  transform: translateY(-3px);
}

.button:hover {
  box-shadow: 0 22px 38px rgba(176, 75, 230, 0.34);
}

.ghost-button {
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  border-color: rgba(176, 75, 230, 0.42);
  backdrop-filter: blur(18px);
}

.text-button {
  background: transparent;
  color: var(--violet-deep);
  padding-inline: 0;
}

.card-link {
  margin-top: auto;
  padding-top: 1.1rem;
}

.button[disabled],
.ghost-button[disabled] {
  cursor: not-allowed;
  opacity: 0.62;
  transform: none;
  box-shadow: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  padding: 1rem 0;
}

.nav-bar {
  width: min(calc(100% - 1rem), calc(var(--max) + 1rem));
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  padding: 0.75rem 1rem;
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(22px);
  box-shadow: 0 12px 40px rgba(45, 25, 60, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.nav-bar::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.76)),
    url("assets/header-mariposas-azules.webp") center/cover no-repeat;
  filter: saturate(1.05) contrast(0.95) brightness(1.08);
  transform: scale(1.03);
}

.nav-bar::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.54), rgba(255, 255, 255, 0.38));
}

.nav-bar > * {
  position: relative;
  z-index: 1;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 0;
}

.brand-mark {
  width: 2.8rem;
  height: 2.8rem;
  object-fit: contain;
  flex-shrink: 0;
}

.brand-wordmark {
  width: min(13rem, 42vw);
  min-width: 8rem;
  height: auto;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.brand-name {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.3rem;
  font-weight: 600;
}

.brand-tag {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  color: var(--muted);
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.1rem;
}

.nav-links a {
  font-size: 0.95rem;
  color: rgba(40, 29, 48, 0.82);
}

.nav-links a:hover {
  color: var(--violet-deep);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
}

.mobile-toggle {
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  flex-direction: column;
  border-radius: 999px;
  border: 1px solid rgba(176, 75, 230, 0.32);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 236, 250, 0.94)),
    radial-gradient(circle at top, rgba(176, 75, 230, 0.16), transparent 70%);
  box-shadow:
    0 10px 24px rgba(176, 75, 230, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(16px);
  position: relative;
  justify-content: center;
  align-items: center;
  gap: 0.18rem;
}

.mobile-toggle span,
.mobile-toggle::before,
.mobile-toggle::after {
  content: "";
  width: 1.05rem;
  height: 2px;
  background: var(--violet-deep);
  display: block;
  margin: 0;
  border-radius: 999px;
  box-shadow: 0 0 0 1px rgba(93, 42, 133, 0.02);
  transition: transform 180ms ease, opacity 180ms ease, background 180ms ease;
}

.mobile-toggle:hover {
  border-color: rgba(176, 75, 230, 0.48);
  box-shadow:
    0 14px 28px rgba(176, 75, 230, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

.mobile-toggle[aria-expanded="true"] {
  background: linear-gradient(135deg, rgba(176, 75, 230, 0.96), rgba(201, 108, 230, 0.9));
  border-color: rgba(176, 75, 230, 0.72);
  box-shadow: 0 16px 34px rgba(176, 75, 230, 0.28);
}

.mobile-toggle[aria-expanded="true"] span,
.mobile-toggle[aria-expanded="true"]::before,
.mobile-toggle[aria-expanded="true"]::after {
  background: #fff;
}

.mobile-panel {
  display: none;
}

.hero {
  padding: 2rem 0 4.5rem;
}

.hero-wrap {
  position: relative;
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 1.5rem;
  align-items: stretch;
}

.hero-panel,
.glass-card,
.stat-card,
.path-card,
.service-card,
.ritual-card,
.testimonial-card,
.story-card,
.social-card,
.contact-card,
.privacy-card,
.cookie-card,
.legal-card {
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.44);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero-panel {
  border-radius: var(--radius-xl);
  padding: clamp(1.5rem, 4vw, 3rem);
  min-height: 43rem;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hero-panel::before {
  content: "";
  position: absolute;
  inset: auto -10% -10% auto;
  width: 22rem;
  height: 22rem;
  background: radial-gradient(circle, rgba(176, 75, 230, 0.22), transparent 70%);
  pointer-events: none;
}

.hero-watermark {
  position: absolute;
  inset: auto -8rem -4rem auto;
  width: min(30rem, 52vw);
  height: auto;
  opacity: 0.12;
  pointer-events: none;
}

.hero-text {
  position: relative;
  z-index: 1;
}

.hero-title {
  margin: 1rem 0 1.2rem;
  max-width: 14ch;
  font-size: clamp(2.75rem, 5vw, 5.2rem);
  line-height: 1.02;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.hero-keep {
  white-space: nowrap;
}

.hero-copy strong {
  color: var(--ink);
}

.hero-grid-note {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.hero-micro {
  display: block;
  padding: 1rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.54);
  border: 1px solid rgba(73, 44, 89, 0.08);
  color: inherit;
  text-decoration: none;
}

.hero-micro strong {
  display: block;
  font-size: 0.88rem;
  margin-bottom: 0.35rem;
}

.hero-micro span {
  display: block;
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.55;
}

.hero-visual {
  display: grid;
  grid-template-rows: 1.05fr auto;
  gap: 1.2rem;
}

.portrait-card {
  border-radius: var(--radius-xl);
  overflow: hidden;
  position: relative;
  min-height: 22rem;
}

.portrait-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portrait-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 48%;
  background: linear-gradient(180deg, transparent 0%, rgba(18, 12, 24, 0.5) 100%);
}

.portrait-caption {
  position: absolute;
  inset: auto 1.25rem 1.25rem;
  z-index: 1;
  color: white;
}

.portrait-caption strong {
  display: block;
  font-size: 1.05rem;
}

.portrait-caption span {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.84);
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.stat-card {
  border-radius: var(--radius-lg);
  padding: 1.15rem 1.2rem;
}

.stat-value {
  font-size: clamp(2rem, 3vw, 2.9rem);
  font-family: "Cormorant Garamond", serif;
  color: var(--violet-deep);
  margin-bottom: 0.2rem;
}

.stat-label {
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.stat-note {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.stat-socials {
  display: flex;
  gap: 0.7rem;
  margin-top: 1rem;
}

.section-head {
  max-width: 44rem;
  margin-bottom: 2rem;
}

.identity-grid,
.paths-grid,
.services-grid,
.ritual-grid,
.testimonial-grid,
.social-grid,
.story-grid,
.legal-grid,
.footer-grid {
  display: grid;
  gap: 1rem;
}

.identity-grid {
  grid-template-columns: 1.05fr 0.95fr;
  align-items: start;
}

.quote-card,
.list-card {
  border-radius: var(--radius-xl);
  padding: 2rem;
  position: relative;
}

.quote-card {
  background:
    linear-gradient(140deg, rgba(176, 75, 230, 0.16), rgba(236, 229, 247, 0.72)),
    rgba(255, 255, 255, 0.72);
}

.quote-card::before {
  content: "";
  position: absolute;
  inset: auto 1.4rem 1.4rem auto;
  width: 7rem;
  height: 7rem;
  background: radial-gradient(circle, rgba(176, 75, 230, 0.22), transparent 70%);
}

.quote-text {
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 0.98;
  margin: 0;
}

.quote-source {
  display: inline-flex;
  margin-top: 1.4rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.list-card {
  background: rgba(255, 255, 255, 0.64);
}

.bullets {
  display: grid;
  gap: 0.85rem;
  padding: 0;
  list-style: none;
  margin: 1.5rem 0 0;
}

.bullets li {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
  color: var(--muted);
  line-height: 1.65;
}

.bullet-mark {
  width: 1.55rem;
  height: 1.55rem;
  flex-shrink: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(176, 75, 230, 0.9), rgba(215, 180, 121, 0.65));
  box-shadow: 0 8px 18px rgba(176, 75, 230, 0.18);
  margin-top: 0.15rem;
}

.paths-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.path-card,
.service-card,
.ritual-card,
.testimonial-card,
.story-card,
.social-card,
.contact-card {
  border-radius: var(--radius-lg);
  padding: 1.4rem;
  display: flex;
  flex-direction: column;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.path-card:hover,
.service-card:hover,
.ritual-card:hover,
.testimonial-card:hover,
.story-card:hover,
.social-card:hover {
  border-color: rgba(176, 75, 230, 0.24);
  box-shadow: 0 28px 60px rgba(43, 23, 57, 0.12);
}

.card-tag {
  display: inline-flex;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(176, 75, 230, 0.12);
  color: var(--violet-deep);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.card-title {
  margin: 1rem 0 0.7rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  line-height: 1;
}

.card-copy {
  margin: 0;
}

.community-card {
  position: relative;
  overflow: hidden;
}

.community-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.7;
  pointer-events: none;
}

.community-card--silver::before {
  background: linear-gradient(160deg, rgba(220, 224, 232, 0.34), rgba(255, 255, 255, 0));
}

.community-card--bronze::before {
  background: linear-gradient(160deg, rgba(182, 120, 78, 0.26), rgba(255, 255, 255, 0));
}

.community-card--gold::before {
  background: linear-gradient(160deg, rgba(218, 181, 91, 0.3), rgba(255, 255, 255, 0));
}

.community-card-logo {
  width: 4.75rem;
  height: 4.75rem;
  object-fit: contain;
  object-position: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.98);
  padding: 0.18rem;
  margin-bottom: 0.9rem;
}

.community-card-logo--silver {
  box-shadow:
    inset 0 0 0 2px rgba(181, 188, 201, 0.7),
    0 10px 24px rgba(155, 165, 180, 0.18);
}

.community-card-logo--bronze {
  box-shadow:
    inset 0 0 0 2px rgba(169, 104, 70, 0.72),
    0 10px 24px rgba(154, 97, 67, 0.18);
}

.community-card-logo--gold,
.community-brand-logo {
  box-shadow:
    inset 0 0 0 2px rgba(218, 183, 78, 0.8),
    0 12px 28px rgba(197, 163, 76, 0.22);
}

.card-tag--silver {
  background: rgba(216, 222, 232, 0.62);
  color: #6d7686;
}

.card-tag--bronze {
  background: rgba(194, 138, 98, 0.2);
  color: #9c5934;
}

.card-tag--gold {
  background: rgba(222, 190, 106, 0.22);
  color: #a97a17;
}

.stat-community-links {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1rem;
  margin-bottom: 0.7rem;
}

.mini-community {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.65rem;
  height: 3.65rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.7);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.mini-community:hover,
.mini-community:focus-visible {
  transform: translateY(-2px);
}

.mini-community--silver {
  border-color: rgba(176, 184, 196, 0.72);
  box-shadow:
    inset 0 0 0 1px rgba(237, 240, 245, 0.9),
    0 10px 24px rgba(155, 165, 180, 0.18);
}

.mini-community--bronze {
  border-color: rgba(170, 106, 72, 0.78);
  box-shadow:
    inset 0 0 0 1px rgba(246, 224, 210, 0.92),
    0 10px 24px rgba(154, 97, 67, 0.18);
}

.mini-community--gold {
  border-color: rgba(221, 186, 78, 0.86);
  box-shadow:
    inset 0 0 0 1px rgba(255, 246, 208, 0.94),
    0 10px 24px rgba(197, 163, 76, 0.22);
}

.mini-community-logo {
  width: 3rem;
  height: 3rem;
  object-fit: contain;
  object-position: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.98);
  padding: 0;
}

.mini-community-logo--silver {
  box-shadow: inset 0 0 0 1px rgba(181, 188, 201, 0.46);
}

.mini-community-logo--bronze {
  box-shadow: inset 0 0 0 1px rgba(169, 104, 70, 0.42);
}

.mini-community-logo--gold {
  box-shadow: inset 0 0 0 1px rgba(218, 183, 78, 0.46);
}

.stat-link {
  margin-top: 0.15rem;
}

.card-list {
  padding: 0;
  list-style: none;
  margin: 1rem 0 0;
  display: grid;
  gap: 0.5rem;
}

.card-list li {
  color: var(--muted);
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
}

.card-list li::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--violet), var(--gold));
  margin-top: 0.55rem;
  flex-shrink: 0;
}

.services-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-card--feature {
  background:
    linear-gradient(145deg, rgba(176, 75, 230, 0.13), rgba(255, 255, 255, 0.7)),
    rgba(255, 255, 255, 0.72);
}

.meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.1rem;
}

.meta-pill {
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: rgba(40, 29, 48, 0.05);
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 700;
}

.split-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  align-items: stretch;
}

.dark-panel {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at top left, rgba(176, 75, 230, 0.28), transparent 18rem),
    linear-gradient(160deg, var(--surface-dark), var(--surface-deep));
  color: white;
  padding: clamp(1.6rem, 3vw, 2.5rem);
  position: relative;
  overflow: hidden;
}

.dark-panel .section-copy,
.dark-panel .card-copy,
.dark-panel .meta-copy,
.dark-panel .card-list li {
  color: rgba(255, 255, 255, 0.8);
}

.dark-panel .card-tag {
  background: rgba(255, 255, 255, 0.11);
  color: #f0d8ff;
}

.dark-panel .meta-pill {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.84);
}

.dark-panel .card-link {
  color: #f3dcff;
}

.dark-panel::after {
  content: "";
  position: absolute;
  inset: auto -4rem -4rem auto;
  width: 16rem;
  height: 16rem;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.16), transparent 68%);
}

.community-preview-card {
  height: 100%;
  padding: clamp(1.6rem, 2.2vw, 2rem);
  background:
    radial-gradient(circle at top right, rgba(176, 75, 230, 0.08), transparent 14rem),
    rgba(255, 255, 255, 0.78);
}

.community-preview-card .card-title {
  max-width: 22ch;
  line-height: 0.94;
  font-size: clamp(2.35rem, 3.2vw, 3.55rem);
}

.community-preview-title {
  display: grid;
  gap: 0.15rem;
}

.community-preview-line {
  display: block;
}

.community-preview-line:last-child {
  max-width: 9ch;
}

.community-preview-card .card-copy {
  max-width: 32rem;
}

.community-preview-grid {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.2rem;
}

.community-preview-item {
  padding: 1rem 1.05rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(40, 29, 48, 0.08);
  box-shadow: 0 12px 30px rgba(42, 23, 54, 0.05);
}

.community-preview-item strong,
.community-preview-item span {
  display: block;
}

.community-preview-item strong {
  font-size: 0.98rem;
}

.community-preview-item span {
  margin-top: 0.38rem;
  color: var(--muted);
  line-height: 1.58;
}

.community-preview-pills {
  margin-top: 1rem;
}

.community-preview-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.3rem;
}

.community-preview-actions .button,
.community-preview-actions .ghost-button {
  margin-top: 0;
}

.community-list {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.4rem;
}

.community-brand {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: center;
  margin-top: 1.35rem;
  margin-bottom: 1.35rem;
  padding: 1rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.community-brand img {
  width: 5rem;
  height: 5rem;
  object-fit: contain;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  padding: 0.35rem;
}

.community-brand strong {
  display: block;
  font-size: 1rem;
}

.community-brand span {
  display: block;
  margin-top: 0.2rem;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.55;
}

.community-item {
  display: grid;
  gap: 0.18rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.community-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.community-item strong {
  font-size: 1rem;
}

.community-item span {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.55;
}

.ritual-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(20rem, 0.92fr);
  gap: 1.35rem;
  align-items: stretch;
}

.product-main-card {
  display: grid;
  gap: 1.2rem;
  padding: 1.45rem;
  border-radius: 34px;
  background:
    radial-gradient(circle at top left, rgba(176, 75, 230, 0.1), transparent 16rem),
    radial-gradient(circle at bottom right, rgba(215, 180, 121, 0.12), transparent 14rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.84));
  border: 1px solid rgba(176, 75, 230, 0.12);
  box-shadow: 0 30px 80px rgba(39, 21, 55, 0.08);
}

.product-main-body {
  display: grid;
  grid-template-columns: minmax(22rem, 1.08fr) minmax(0, 0.92fr);
  align-items: stretch;
  gap: 1.35rem;
}

.product-main-figure {
  margin: 0;
  border-radius: 28px;
  min-height: 100%;
}

.product-main-stage {
  position: relative;
  min-height: 34rem;
  padding: 1.25rem;
  border-radius: 28px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(246, 239, 250, 0.48)),
    url("assets/mantras-liquidos-new.webp") center/cover no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.52);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.product-main-stage::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 46%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.82));
  pointer-events: none;
}

.product-main-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(12px);
}

.product-main-glow--violet {
  inset: auto auto -4rem -3rem;
  width: 18rem;
  height: 18rem;
  background: radial-gradient(circle, rgba(176, 75, 230, 0.22), transparent 68%);
}

.product-main-glow--gold {
  inset: 0.4rem -1.6rem auto auto;
  width: 13rem;
  height: 13rem;
  background: radial-gradient(circle, rgba(215, 180, 121, 0.26), transparent 70%);
}

.product-main-cutout {
  position: absolute;
  left: 50%;
  bottom: -0.4rem;
  transform: translateX(-50%);
  z-index: 1;
  width: min(108%, 44rem);
  height: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 28px 32px rgba(58, 28, 75, 0.2));
}

.product-floating-note {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 2;
  max-width: 14rem;
  padding: 0.9rem 1rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(176, 75, 230, 0.12);
  box-shadow: 0 16px 36px rgba(44, 22, 56, 0.08);
  backdrop-filter: blur(10px);
}

.product-floating-note strong,
.product-floating-note span {
  display: block;
}

.product-floating-note strong {
  font-size: 0.95rem;
}

.product-floating-note span {
  margin-top: 0.22rem;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.55;
}

.product-main-figure img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.product-main-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.95rem;
  padding: 0.2rem 0 0.15rem;
}

.product-main-copy .card-title {
  max-width: 13ch;
}

.product-main-copy .card-copy {
  max-width: 34rem;
}

.product-main-footer {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.8fr);
  align-items: stretch;
  gap: 1rem;
  padding: 1rem 1.05rem 0.2rem;
  border-top: 1px solid rgba(176, 75, 230, 0.1);
}

.product-signals {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
  width: 100%;
}

.product-signals span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 5.4rem;
  padding: 0.9rem 0.85rem;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(246, 239, 250, 0.8));
  border: 1px solid rgba(176, 75, 230, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  color: var(--text);
  font-size: 0.88rem;
  line-height: 1.2;
  text-align: center;
}

.product-main-actions {
  display: grid;
  align-content: start;
  gap: 0.8rem;
  width: 100%;
}

.product-main-actions .button {
  width: 100%;
  justify-content: center;
}

.product-availability {
  display: grid;
  gap: 0.2rem;
  width: 100%;
  min-height: 100%;
  padding: 1rem 1.1rem;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(176, 75, 230, 0.08), rgba(255, 215, 167, 0.18));
  border: 1px solid rgba(176, 75, 230, 0.14);
  text-align: center;
  align-content: center;
}

.product-availability strong {
  font-size: 0.94rem;
  color: var(--ink);
}

.product-availability span {
  color: var(--muted);
  line-height: 1.55;
}

.product-side-grid {
  display: grid;
  gap: 1.35rem;
}

.product-side-card {
  min-height: auto;
}

.product-side-card .card-title {
  max-width: 16ch;
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1;
}

.product-intents {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.2rem;
}

.product-story-card {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.product-story-figure {
  margin: 0;
  padding: 0.2rem 0 0.35rem;
  min-height: 12.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.product-story-figure img {
  width: min(118%, 31rem);
  height: auto;
  max-width: none;
  max-height: 13.5rem;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 22px 30px rgba(58, 28, 75, 0.14));
}

.product-points {
  margin: 0;
  padding-left: 1.15rem;
  display: grid;
  gap: 0.75rem;
  color: var(--muted);
  line-height: 1.6;
}

.product-points li::marker {
  color: var(--accent);
}

.donation-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.1rem;
  padding: clamp(1.5rem, 3vw, 2.2rem);
  border-radius: var(--radius-xl);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 252, 249, 0.88));
  border: 1px solid rgba(176, 75, 230, 0.14);
  box-shadow: 0 28px 70px rgba(42, 20, 58, 0.08);
  justify-items: center;
  text-align: center;
  overflow: hidden;
  position: relative;
  isolation: isolate;
}

.donation-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("assets/apoyo-mariposa-nina.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.24;
  transform: scale(1.03);
  pointer-events: none;
  z-index: 0;
}

.donation-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.46)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.58) 36%, rgba(255, 255, 255, 0.76) 100%),
    radial-gradient(circle at top left, rgba(176, 75, 230, 0.09), transparent 18rem),
    radial-gradient(circle at right center, rgba(255, 223, 163, 0.12), transparent 24rem);
  pointer-events: none;
  z-index: 0;
}

.donation-copy {
  display: grid;
  align-content: center;
  gap: 1rem;
  justify-items: center;
  max-width: 54rem;
  position: relative;
  z-index: 1;
}

.donation-copy .section-title {
  max-width: 19ch;
  font-size: clamp(2.35rem, 4.6vw, 4.25rem);
  line-height: 0.97;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.donation-copy .section-copy {
  max-width: 48rem;
  font-size: 1.04rem;
  line-height: 1.8;
  text-align: center;
  text-wrap: pretty;
}

.donation-panel {
  display: grid;
  gap: 0.95rem;
  align-content: start;
  justify-items: center;
  padding: 1.1rem 1.2rem 0.35rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.42)),
    radial-gradient(circle at top, rgba(176, 75, 230, 0.08), transparent 68%);
  border: 1px solid rgba(176, 75, 230, 0.1);
  border-radius: 30px;
  max-width: 44rem;
  position: relative;
  z-index: 1;
  backdrop-filter: blur(10px);
}

.donation-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  max-width: none;
}

.donation-amount {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.7rem;
  height: 4.7rem;
  padding: 0.5rem;
  border-radius: 50%;
  border: 1px solid rgba(176, 75, 230, 0.2);
  background:
    radial-gradient(circle at top left, rgba(176, 75, 230, 0.08), transparent 70%),
    rgba(255, 255, 255, 0.9);
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.donation-amount:hover {
  transform: translateY(-2px);
  border-color: rgba(176, 75, 230, 0.45);
  background: linear-gradient(135deg, rgba(176, 75, 230, 0.96), rgba(201, 108, 230, 0.88));
  color: white;
  box-shadow: 0 14px 28px rgba(176, 75, 230, 0.18);
}

.donation-amount--other {
  background:
    radial-gradient(circle at top left, rgba(176, 75, 230, 0.12), transparent 70%),
    rgba(241, 235, 248, 0.82);
}

.donation-amount--featured {
  position: relative;
  border-color: rgba(176, 75, 230, 0.55);
  box-shadow: 0 10px 24px rgba(176, 75, 230, 0.16);
}

.donation-amount--featured::before {
  content: "Más elegido";
  position: absolute;
  top: -0.85rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: var(--violet-deep);
  color: #fff;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
  box-shadow: 0 6px 14px rgba(151, 57, 208, 0.32);
}

.donation-mini {
  margin: 0;
  max-width: 31rem;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.55;
  text-align: center;
  text-wrap: pretty;
}

.ritual-figure {
  border-radius: 22px;
  overflow: hidden;
  aspect-ratio: 1 / 1.08;
  margin-bottom: 1rem;
}

.ritual-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ritual-note {
  margin-top: 1rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.testimonial-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.testimonial-card blockquote {
  margin: 0;
  color: var(--ink);
  font-size: 1.02rem;
  line-height: 1.75;
}

.testimonial-meta {
  margin-top: 1rem;
  display: grid;
  gap: 0.15rem;
}

.testimonial-meta strong {
  font-size: 0.98rem;
}

.testimonial-meta span {
  color: var(--muted);
  font-size: 0.9rem;
}

.story-grid {
  grid-template-columns: 0.95fr 1.05fr;
}

.story-card {
  min-height: 100%;
}

.story-traits {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.2rem;
}

.story-traits span {
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: rgba(176, 75, 230, 0.1);
  color: var(--violet-deep);
  font-size: 0.9rem;
  font-weight: 700;
}

.social-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.social-card {
  position: relative;
  min-height: 21rem;
  justify-content: space-between;
  padding: 1.8rem 1.6rem 1.5rem;
  overflow: hidden;
  background:
    radial-gradient(circle at top center, rgba(176, 75, 230, 0.09), transparent 11rem),
    linear-gradient(150deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.8));
}

.social-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.82) 52%, rgba(255, 255, 255, 0.96));
  pointer-events: none;
  z-index: 1;
}

.social-mark {
  width: min(14rem, 82%);
  height: 9.25rem;
  margin: -0.35rem auto 0.85rem;
  border-radius: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  box-shadow: none;
  opacity: 0.18;
  filter: grayscale(1);
  text-decoration: none;
  position: relative;
  z-index: 0;
  transition: transform 180ms ease, opacity 180ms ease;
}

.social-mark:hover {
  transform: translateY(-2px) scale(1.01);
  opacity: 0.24;
}

.social-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.icon-link {
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(40, 29, 48, 0.08);
  box-shadow: 0 10px 30px rgba(36, 19, 50, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.icon-link img {
  width: 1.25rem;
  height: 1.25rem;
}

.social-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.social-card p {
  margin: 0;
  text-align: center;
  font-size: 1.02rem;
  line-height: 1.62;
  position: relative;
  z-index: 2;
  max-width: 26rem;
  margin-inline: auto;
}

.social-card .text-button {
  align-self: center;
  margin-top: 1.35rem;
  position: relative;
  z-index: 2;
}

.youtube-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(20rem, 0.82fr);
  gap: 1.3rem;
  margin-top: 1.5rem;
}

.youtube-feature-card,
.youtube-side-card {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid rgba(176, 75, 230, 0.12);
  box-shadow: 0 24px 60px rgba(39, 23, 51, 0.08);
}

.youtube-feature-card {
  padding: clamp(1.5rem, 2vw, 2rem);
  background:
    radial-gradient(circle at top left, rgba(176, 75, 230, 0.14), transparent 16rem),
    linear-gradient(160deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.82));
}

.youtube-copy .section-title {
  font-size: clamp(2.3rem, 3.4vw, 3.65rem);
  max-width: 14ch;
}

.youtube-copy .section-copy {
  max-width: 42rem;
}

.youtube-frame-shell {
  margin-top: 1.4rem;
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at top center, rgba(176, 75, 230, 0.14), transparent 14rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(245, 239, 251, 0.9));
  border: 1px solid rgba(176, 75, 230, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.youtube-frame-shell::before {
  content: "";
  position: absolute;
  inset: 1rem 1rem auto;
  height: 0.55rem;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(176, 75, 230, 0.32), rgba(255, 255, 255, 0));
  z-index: 1;
}

.youtube-frame-shell iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}

.instagram-stage {
  margin-top: 1.4rem;
  position: relative;
  display: grid;
  gap: 1.1rem;
  padding: 1.4rem;
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(176, 75, 230, 0.14), transparent 16rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(247, 240, 252, 0.94));
  border: 1px solid rgba(176, 75, 230, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.instagram-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 22%, rgba(176, 75, 230, 0.16), transparent 10rem),
    radial-gradient(circle at 82% 18%, rgba(255, 186, 229, 0.34), transparent 11rem),
    radial-gradient(circle at 78% 82%, rgba(251, 206, 103, 0.18), transparent 11rem);
  pointer-events: none;
}

.instagram-stage > * {
  position: relative;
  z-index: 1;
}

.instagram-stage-head {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.instagram-stage-mark {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(176, 75, 230, 0.16);
  box-shadow: 0 16px 36px rgba(39, 23, 51, 0.08);
}

.instagram-stage-mark img {
  width: 1.4rem;
  height: 1.4rem;
}

.instagram-stage-identity {
  display: grid;
  gap: 0.15rem;
  min-width: 0;
}

.instagram-stage-identity strong {
  font-size: 0.98rem;
  color: var(--ink);
}

.instagram-stage-identity span {
  font-size: 0.82rem;
  color: var(--muted);
}

.instagram-stage-identity span[data-instagram-status].is-live {
  color: var(--violet-deep);
  font-weight: 600;
}

.instagram-stage-follow {
  margin-left: auto;
  padding: 0.55rem 1.05rem;
  font-size: 0.85rem;
  flex-shrink: 0;
}

.instagram-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.instagram-tile {
  position: relative;
  aspect-ratio: 1 / 1;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  padding: 1rem;
  text-decoration: none;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.86), rgba(247, 240, 252, 0.94));
  border: 1px solid rgba(40, 29, 48, 0.08);
  box-shadow: 0 18px 40px rgba(42, 23, 54, 0.05);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.instagram-tile:hover,
.instagram-tile:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 22px 48px rgba(42, 23, 54, 0.12);
}

.instagram-tile--accent {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(250, 239, 255, 0.96));
}

.instagram-tile-tag {
  display: inline-flex;
  margin-bottom: 0.65rem;
  padding: 0.38rem 0.68rem;
  border-radius: 999px;
  background: rgba(176, 75, 230, 0.1);
  color: var(--violet-deep);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.instagram-tile strong,
.instagram-tile p {
  display: block;
}

.instagram-tile strong {
  color: var(--ink);
  font-size: 0.98rem;
  line-height: 1.28;
}

.instagram-tile p {
  margin: 0.5rem 0 0;
  color: var(--muted);
  line-height: 1.5;
  font-size: 0.86rem;
}

.instagram-tile--photo {
  padding: 0;
}

.instagram-tile--photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.instagram-tile--photo::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 62%;
  background: linear-gradient(180deg, transparent 0%, rgba(20, 12, 26, 0.82) 100%);
  opacity: 0;
  transition: opacity 220ms ease;
}

.instagram-tile--photo:hover::after,
.instagram-tile--photo:focus-visible::after {
  opacity: 1;
}

.instagram-tile--photo .instagram-tile-caption {
  position: absolute;
  left: 0.9rem;
  right: 0.9rem;
  bottom: 0.85rem;
  z-index: 1;
  color: #fff;
  font-size: 0.86rem;
  line-height: 1.4;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 220ms ease, transform 220ms ease;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.instagram-tile--photo:hover .instagram-tile-caption,
.instagram-tile--photo:focus-visible .instagram-tile-caption {
  opacity: 1;
  transform: translateY(0);
}

.youtube-side-card {
  padding: clamp(1.45rem, 1.9vw, 1.8rem);
  background:
    radial-gradient(circle at bottom right, rgba(176, 75, 230, 0.12), transparent 13rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(252, 248, 255, 0.86));
  display: grid;
  align-content: start;
  gap: 1rem;
}

.youtube-side-card .card-title {
  font-size: clamp(1.95rem, 2.5vw, 2.75rem);
  line-height: 0.98;
  max-width: 13ch;
}

.youtube-side-points {
  display: grid;
  gap: 0.85rem;
}

.youtube-side-points div {
  padding: 1rem 1.05rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(40, 29, 48, 0.08);
}

.youtube-side-points strong,
.youtube-side-points span {
  display: block;
}

.youtube-side-points strong {
  font-size: 0.98rem;
}

.youtube-side-points span {
  margin-top: 0.34rem;
  color: var(--muted);
  line-height: 1.58;
}

.youtube-side-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 0.15rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 1.25rem;
}

.contact-card {
  overflow: hidden;
}

.contact-card--dark {
  background:
    radial-gradient(circle at top left, rgba(176, 75, 230, 0.22), transparent 17rem),
    linear-gradient(160deg, rgba(32, 21, 41, 0.98), rgba(18, 12, 24, 0.98));
  color: white;
}

.contact-card--dark .section-copy,
.contact-card--dark .meta-copy,
.contact-card--dark .contact-list li,
.contact-card--dark .legal-mini {
  color: rgba(255, 255, 255, 0.78);
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 1.4rem 0;
  display: grid;
  gap: 0.9rem;
}

.contact-list li {
  display: grid;
  gap: 0.15rem;
}

.contact-list strong {
  font-size: 0.96rem;
}

.contact-form {
  display: grid;
  gap: 1rem;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.field {
  display: grid;
  gap: 0.45rem;
}

.field label {
  font-size: 0.9rem;
  font-weight: 700;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid rgba(40, 29, 48, 0.1);
  border-radius: 18px;
  padding: 0.95rem 1rem;
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
}

.field textarea {
  min-height: 8rem;
  resize: vertical;
}

.field-hint {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.check {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.check input {
  margin-top: 0.22rem;
}

.form-status {
  display: none;
  padding: 0.9rem 1rem;
  border-radius: 18px;
  font-size: 0.92rem;
  line-height: 1.55;
}

.form-status.is-visible {
  display: block;
}

.form-status.success {
  background: rgba(176, 75, 230, 0.12);
  color: var(--violet-deep);
}

.form-status.error {
  background: rgba(140, 31, 70, 0.1);
  color: #8c1f46;
}

.legal-mini {
  margin-top: 1rem;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.legal-mini a,
.footer-links a,
.legal-link {
  color: var(--violet-deep);
}

.check a {
  color: var(--violet-deep);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.footer {
  padding: 0 0 2.5rem;
}

.footer-frame {
  width: min(calc(100% - 1rem), calc(var(--max) + 1rem));
  margin: 0 auto;
  border-radius: var(--radius-xl);
  padding: 1.4rem;
  background:
    radial-gradient(circle at top right, rgba(176, 75, 230, 0.18), transparent 18rem),
    rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.44);
  box-shadow: 0 22px 70px rgba(42, 23, 54, 0.08);
  backdrop-filter: blur(18px);
}

.footer-grid {
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1.25rem;
}

.footer-brand {
  display: flex;
  justify-content: flex-start;
}

.footer-brand a {
  display: inline-flex;
  align-items: center;
}

.footer-brand img {
  width: 3.25rem;
  height: auto;
  object-fit: contain;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem 1.2rem;
  justify-content: flex-end;
  font-size: 0.95rem;
}

.reveal {
  opacity: 0;
  transform: translateY(28px) scale(0.98);
  transition:
    opacity 700ms cubic-bezier(0.2, 0.8, 0.2, 1),
    transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition-delay: var(--delay, 0ms);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.parallax {
  transform: translateY(var(--parallax-y, 0px));
  transition: transform 120ms linear;
}

.privacy-card,
.cookie-card {
  position: fixed;
  z-index: 80;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(19, 11, 27, 0.58);
  backdrop-filter: blur(12px);
}

.privacy-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(176, 75, 230, 0.2), transparent 24rem),
    radial-gradient(circle at bottom right, rgba(217, 202, 233, 0.18), transparent 24rem);
  pointer-events: none;
}

.privacy-card > * {
  position: relative;
  z-index: 1;
}

.privacy-card-inner {
  width: min(100%, 38rem);
  border-radius: 30px;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(73, 44, 89, 0.1);
  box-shadow: 0 30px 90px rgba(20, 12, 30, 0.24);
  backdrop-filter: blur(20px);
}

.privacy-card[hidden],
.cookie-panel[hidden],
.interest-modal[hidden] {
  display: none;
}

body.cookie-panel-open .privacy-card {
  opacity: 0;
  pointer-events: none;
}

.privacy-title {
  font-weight: 800;
  margin-bottom: 0.35rem;
}

.privacy-copy {
  color: var(--muted);
  line-height: 1.55;
  font-size: 0.92rem;
  margin: 0 0 1rem;
}

.privacy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.cookie-panel,
.interest-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(18, 11, 24, 0.55);
  backdrop-filter: blur(10px);
}

.cookie-panel {
  z-index: 95;
}

.cookie-sheet,
.interest-sheet {
  width: min(100%, 42rem);
  max-height: min(90vh, 50rem);
  overflow: auto;
  border-radius: 30px;
  background: white;
  padding: 1.5rem;
  box-shadow: 0 30px 90px rgba(20, 12, 30, 0.24);
}

.cookie-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}

.cookie-option {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.85rem;
  align-items: center;
  padding: 1rem;
  border-radius: 20px;
  background: #f6f1fb;
}

.cookie-option h3,
.interest-sheet h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
}

.cookie-option p {
  grid-column: 2 / 4;
  margin: 0.1rem 0 0;
  color: var(--muted);
  line-height: 1.55;
  font-size: 0.92rem;
}

.switch {
  position: relative;
  width: 3.2rem;
  height: 1.8rem;
  border-radius: 999px;
  background: rgba(40, 29, 48, 0.16);
  appearance: none;
  outline: none;
  transition: background 180ms ease;
}

.switch::after {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: 0.24rem;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 999px;
  background: white;
  box-shadow: 0 5px 12px rgba(26, 14, 34, 0.18);
  transition: transform 180ms ease;
}

.switch:checked {
  background: var(--violet);
}

.switch:checked::after {
  transform: translateX(1.36rem);
}

.switch:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.sheet-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.3rem;
}

.sheet-close {
  margin-left: auto;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  border: 1px solid rgba(40, 29, 48, 0.08);
  background: #f3edf9;
}

.interest-head {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.interest-origin {
  display: grid;
  gap: 0.35rem;
  padding: 0.95rem 1rem;
  border-radius: 20px;
  background: #f6f1fb;
  border: 1px solid rgba(176, 75, 230, 0.1);
}

.interest-origin strong {
  font-size: 1rem;
}

.interest-form {
  margin-top: 1rem;
}

.interest-form .field-row,
.interest-form .field {
  margin-bottom: 1rem;
}

.helper {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.legal-page {
  padding: 2rem 0 4rem;
}

.community-page {
  padding: 2rem 0 4rem;
}

.legal-hero {
  padding-top: 1rem;
}

.legal-back {
  margin-bottom: 1rem;
}

.legal-page h1 {
  font-size: clamp(3rem, 6vw, 5rem);
  line-height: 0.94;
  margin: 1rem 0 1rem;
}

.legal-page h2 {
  font-size: clamp(2rem, 3.6vw, 3rem);
  line-height: 1;
  margin: 0 0 0.8rem;
}

.legal-page section {
  margin-top: 1.5rem;
}

.legal-card {
  border-radius: 28px;
  padding: 1.5rem;
}

.community-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(20rem, 0.84fr);
  gap: 1.1rem;
  align-items: start;
}

.community-intro-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(176, 75, 230, 0.1), transparent 15rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.84));
}

.community-page .community-intro-copy {
  padding: clamp(1.5rem, 2vw, 2.25rem);
}

.community-page .community-intro-copy h1 {
  font-size: clamp(2.9rem, 5vw, 4.8rem);
  line-height: 0.98;
  max-width: 16ch;
  margin-bottom: 1.25rem;
  text-align: left;
  text-wrap: balance;
  hyphens: none;
}

.community-page .community-intro-copy h1 span {
  display: block;
}

.community-page .community-intro-copy .section-copy {
  max-width: 31rem;
}

.community-page .community-intro-copy .actions {
  margin-top: 1.1rem;
}

.community-inline-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 0.35rem;
}

.community-inline-points span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(176, 75, 230, 0.12);
  color: var(--text);
  font-size: 0.95rem;
  line-height: 1.35;
}

.community-inline-points span::before {
  content: "";
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--violet), #e08fff);
  box-shadow: 0 0 0 4px rgba(176, 75, 230, 0.12);
}

.community-socials {
  display: grid;
  gap: 0.8rem;
  margin-top: 1rem;
}

.community-socials-label {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

.community-socials-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.community-socials-links .icon-link {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(176, 75, 230, 0.16);
  box-shadow: 0 10px 24px rgba(42, 23, 54, 0.08);
}

.community-summary {
  display: grid;
  align-content: start;
  grid-auto-rows: min-content;
  gap: 1rem;
}

.community-summary-card {
  display: grid;
  gap: 0.85rem;
  border-radius: 24px;
  padding: 1.45rem;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(40, 29, 48, 0.08);
  box-shadow: var(--shadow-soft);
  min-height: 0;
  position: relative;
  overflow: hidden;
}

.community-summary-card strong {
  display: block;
  font-size: 1.05rem;
}

.community-summary-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.community-summary-card .ghost-button {
  justify-self: start;
  margin-top: 0.15rem;
}

.community-summary-card--free::before,
.community-summary-card--private::before {
  content: "";
  position: absolute;
  inset: auto -2rem -2rem auto;
  width: 10rem;
  height: 10rem;
  border-radius: 999px;
  opacity: 0.55;
}

.community-summary-card--free::before {
  background: radial-gradient(circle, rgba(87, 194, 130, 0.16), transparent 65%);
}

.community-summary-card--private::before {
  background: radial-gradient(circle, rgba(176, 75, 230, 0.16), transparent 65%);
}

.community-summary-card--support::before {
  content: "";
  position: absolute;
  inset: auto -2rem -2rem auto;
  width: 10rem;
  height: 10rem;
  border-radius: 999px;
  opacity: 0.55;
  background: radial-gradient(circle, rgba(215, 180, 121, 0.16), transparent 65%);
}

.community-summary-card--support {
  background:
    radial-gradient(circle at top right, rgba(215, 180, 121, 0.22), transparent 12rem),
    linear-gradient(180deg, rgba(255, 250, 242, 0.96), rgba(255, 255, 255, 0.9));
  border: 1px solid rgba(205, 163, 97, 0.18);
  box-shadow: 0 22px 55px rgba(170, 126, 74, 0.1);
}

.community-summary-card--support .card-tag {
  background: rgba(205, 163, 97, 0.16);
  color: #9a6a20;
}

.community-summary-card > * {
  position: relative;
  z-index: 1;
}

.community-donation-cta {
  display: grid;
  justify-items: start;
  gap: 1rem;
  padding: clamp(1.5rem, 3vw, 2rem);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at top right, rgba(176, 75, 230, 0.12), transparent 16rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.82));
  border: 1px solid rgba(176, 75, 230, 0.14);
  box-shadow: 0 24px 60px rgba(42, 20, 58, 0.07);
}

.community-donation-cta .section-title,
.community-donation-cta .section-copy {
  max-width: 44rem;
}

.community-donation-cta .button {
  margin-top: 0.2rem;
}

.community-paid-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.community-tier-card {
  min-height: 100%;
}

.community-tier-card .card-copy {
  min-height: 7.5rem;
}

.community-tier-note {
  margin-top: 0.9rem;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

.community-entry-card {
  display: grid;
  gap: 1rem;
}

.community-entry-points {
  display: grid;
  gap: 0.85rem;
}

.community-entry-points div {
  padding: 0.95rem 1rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.community-entry-points strong,
.community-entry-points span {
  display: block;
}

.community-entry-points span {
  margin-top: 0.35rem;
  color: rgba(247, 242, 250, 0.76);
}

.community-links-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.1rem;
}

.legal-grid {
  grid-template-columns: 1fr;
}

.legal-date {
  color: var(--muted);
  font-size: 0.95rem;
}

.legal-list {
  margin: 0;
  padding-left: 1.1rem;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (max-width: 1040px) {
  .hero-wrap,
  .identity-grid,
  .split-panel,
  .donation-card,
  .product-feature,
  .story-grid,
  .contact-grid,
  .footer-grid,
  .community-intro {
    grid-template-columns: 1fr;
  }

  .paths-grid,
  .ritual-grid,
  .social-grid,
  .youtube-showcase,
  .community-paid-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-panel {
    min-height: auto;
  }

  .hero-watermark {
    width: 20rem;
  }

  .community-page .community-intro-copy h1 {
    max-width: 100%;
  }

  .community-inline-points {
    flex-direction: column;
    align-items: flex-start;
  }

  .community-summary-card .ghost-button {
    width: 100%;
    justify-content: center;
  }

  .donation-card {
    padding: 1.6rem 1.35rem 1.7rem;
  }

  .donation-copy {
    width: 100%;
    max-width: 100%;
  }

  .donation-copy .section-title {
    max-width: 13ch;
    font-size: clamp(2.15rem, 6vw, 3.5rem);
    line-height: 1.01;
  }

  .donation-copy .section-copy {
    max-width: 38rem;
    font-size: 1rem;
    line-height: 1.72;
  }

  .donation-panel {
    width: 100%;
    max-width: 100%;
  }

  .donation-grid {
    flex-wrap: wrap;
  }

  .donation-amount,
  .donation-amount--other {
    width: 4.45rem;
    height: 4.45rem;
    font-size: 0.82rem;
  }
}

@media (max-width: 920px) {
  .donation-copy .section-title {
    max-width: 12ch;
    font-size: clamp(2.05rem, 6.8vw, 3rem);
  }

  .donation-copy .section-copy {
    max-width: 32rem;
    font-size: 0.96rem;
  }

  .donation-grid {
    justify-content: center;
    gap: 0.6rem;
  }

  .donation-amount,
  .donation-amount--other {
    width: calc(25% - 0.5rem);
    min-width: 4.2rem;
    max-width: 4.85rem;
    aspect-ratio: 1 / 1;
    height: auto;
  }
}

@media (max-width: 780px) {
  .section {
    padding: 4rem 0;
  }

  .nav-links,
  .nav-cta .ghost-button {
    display: none;
  }

  .mobile-toggle,
  .mobile-panel {
    display: inline-flex;
  }

  .mobile-panel {
    position: fixed;
    inset: 5.75rem 1rem auto 1rem;
    z-index: 35;
    flex-direction: column;
    gap: 0.6rem;
    padding: 1rem;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 24px 70px rgba(32, 18, 44, 0.16);
    backdrop-filter: blur(20px);
  }

  .mobile-panel[hidden] {
    display: none;
  }

.mobile-panel a,
.mobile-panel button {
  width: 100%;
}

.mobile-panel-highlight {
  background:
    linear-gradient(180deg, rgba(255, 250, 255, 0.98), rgba(247, 240, 252, 0.96)),
    radial-gradient(circle at left top, rgba(176, 75, 230, 0.1), transparent 65%);
  border-color: rgba(176, 75, 230, 0.34);
  box-shadow: 0 12px 26px rgba(176, 75, 230, 0.08);
}

.mobile-panel-highlight--community {
  background:
    linear-gradient(180deg, rgba(251, 247, 255, 0.98), rgba(242, 234, 249, 0.95)),
    radial-gradient(circle at left center, rgba(176, 75, 230, 0.14), transparent 62%);
}

.mobile-panel-highlight--support {
  background:
    linear-gradient(180deg, rgba(255, 251, 248, 0.98), rgba(250, 240, 245, 0.95)),
    radial-gradient(circle at left center, rgba(233, 189, 116, 0.16), transparent 64%),
    radial-gradient(circle at right bottom, rgba(176, 75, 230, 0.08), transparent 55%);
}

  .hero-grid-note,
  .donation-grid,
  .product-main-body,
  .product-main-card,
  .services-grid,
  .testimonial-grid,
  .social-grid,
  .youtube-showcase,
  .paths-grid,
  .ritual-grid,
  .stat-grid,
  .field-row,
  .community-paid-grid {
    grid-template-columns: 1fr;
  }

  .youtube-copy .section-title,
  .youtube-side-card .card-title {
    max-width: none;
  }

  .instagram-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .instagram-stage-follow {
    display: none;
  }

  .hero {
    padding-top: 1rem;
  }

  .hero-title {
    max-width: 100%;
    font-size: clamp(2.2rem, 9.2vw, 3.5rem);
    line-height: 1.04;
  }

  .hero-keep {
    white-space: normal;
  }

  .hero-micro {
    padding: 0.95rem;
  }

  .privacy-card {
    padding: 0.75rem;
  }

  .privacy-card-inner {
    padding: 1.2rem;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .product-main-card {
    padding: 1.15rem;
  }

  .product-main-body {
    gap: 1rem;
  }

  .product-main-stage {
    min-height: 28rem;
    padding: 1rem;
  }

  .product-floating-note {
    position: static;
    transform: none;
    width: 100%;
    max-width: none;
    margin-top: 0.9rem;
  }

  .product-main-cutout {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    width: 100%;
    margin-top: 1rem;
  }

  .donation-panel {
    width: 100%;
    max-width: 100%;
    padding: 1rem 0.85rem 0.55rem;
    border-radius: 26px;
  }

  .donation-copy .section-title {
    max-width: 12ch;
    font-size: clamp(2.15rem, 8.4vw, 3.15rem);
    line-height: 1.02;
  }

  .donation-copy .section-copy {
    max-width: 30rem;
    font-size: 0.98rem;
    line-height: 1.72;
  }

  .donation-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.65rem;
    width: 100%;
  }

  .donation-amount {
    width: calc(33.333% - 0.45rem);
    min-width: 4.5rem;
    max-width: 5.15rem;
    aspect-ratio: 1 / 1;
    height: auto;
    font-size: 0.8rem;
  }

  .donation-amount--featured::before {
    top: -0.72rem;
    font-size: 0.56rem;
  }

  .donation-amount--other {
    width: calc(33.333% - 0.45rem);
  }

  .donation-mini {
    max-width: 26rem;
    font-size: 0.84rem;
  }

  .product-main-copy .card-title,
  .product-side-card .card-title {
    max-width: 100%;
  }

  .product-main-footer {
    grid-template-columns: 1fr;
    padding: 0.85rem 0 0;
  }

  .product-signals {
    grid-template-columns: 1fr;
  }

  .product-signals span {
    min-height: auto;
  }

  .product-main-actions .button,
  .product-story-card .ghost-button {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 560px) {
  .donation-card {
    padding: 1.25rem 1rem 1.4rem;
    gap: 1rem;
  }

  .donation-copy {
    width: 100%;
    gap: 0.85rem;
  }

  .donation-copy .section-title {
    max-width: 10.5ch;
    font-size: clamp(1.95rem, 9.2vw, 2.7rem);
    line-height: 1.03;
  }

  .donation-copy .section-copy {
    font-size: 0.94rem;
    line-height: 1.68;
  }

  .donation-panel {
    padding: 0.95rem 0.7rem 0.5rem;
    border-radius: 22px;
  }

  .donation-grid {
    gap: 0.55rem;
  }

  .donation-amount,
  .donation-amount--other {
    width: calc(33.333% - 0.4rem);
    min-width: 4.1rem;
    max-width: 4.7rem;
    font-size: 0.76rem;
  }

  .donation-mini {
    max-width: 18rem;
    font-size: 0.8rem;
    line-height: 1.6;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal,
  .parallax,
  .button,
  .ghost-button,
  .text-button,
  .icon-link,
  .service-card,
  .path-card,
  .testimonial-card,
  .ritual-card,
  .social-card,
  .stat-card,
  .story-card {
    transition: none;
    transform: none;
  }

  .reveal {
    opacity: 1;
  }
}
