:root {
  --paz-purple: #682575;
  --paz-purple-dark: #4e175c;
  --paz-purple-deep: #371044;
  --paz-lilac: #e9ddec;
  --paz-lilac-soft: #f8f3f9;
  --paz-white: #ffffff;
  --paz-black: #000000;
  --paz-text: #27222a;
  --header-h: 112px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  color: var(--paz-text);
  background: #fff;
}

a { text-decoration: none; }
.site-shell { max-width: 1480px; margin: 0 auto; padding-left: 38px; padding-right: 38px; }

.site-header {
  background: rgba(255,255,255,.97);
  box-shadow: 0 1px 0 rgba(104,37,117,.08);
  backdrop-filter: blur(12px);
  transition: box-shadow .2s ease, background .2s ease;
}
.site-header.is-scrolled { box-shadow: 0 10px 30px rgba(56,21,63,.12); }
.navbar { min-height: var(--header-h); padding: 10px 0; }
.navbar-brand { margin-right: 24px; }
.brand-logo { width: 255px; height: auto; display: block; }
.nav-link {
  position: relative;
  padding: 13px 10px !important;
  font-size: .77rem;
  font-weight: 600;
  color: #171317;
  white-space: nowrap;
}
.nav-link:hover, .nav-link.active { color: var(--paz-purple); }
.nav-link.active::after {
  content: "";
  position: absolute;
  left: 10px; right: 10px; bottom: 5px;
  height: 2px;
  background: var(--paz-purple);
  border-radius: 999px;
}
.header-actions { display: flex; align-items: center; gap: 18px; }
.social-links { display: flex; align-items: center; gap: 10px; }
.social-links a {
  width: 27px; height: 27px;
  border-radius: 50%;
  display: grid; place-items: center;
  color: var(--paz-purple);
  font-weight: 800;
  font-size: .8rem;
}
.btn-paz {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--paz-purple);
  --bs-btn-border-color: var(--paz-purple);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--paz-purple-dark);
  --bs-btn-hover-border-color: var(--paz-purple-dark);
  font-weight: 700;
  border-radius: 10px;
}
.btn-outline-paz {
  color: var(--paz-purple);
  border: 2px solid var(--paz-purple);
  background: transparent;
  font-weight: 700;
  border-radius: 10px;
}
.btn-outline-paz:hover { color: #fff; background: var(--paz-purple); }

.hero {
  position: relative;
  overflow: hidden;
  margin-top: var(--header-h);
  background:
    radial-gradient(circle at 72% 38%, rgba(143,77,156,.18), transparent 28%),
    linear-gradient(120deg, #fff 0%, #f9f4fa 48%, #efe1f2 100%);
}
.hero::after {
  content: "";
  position: absolute;
  left: -5%; right: 30%; bottom: -110px;
  height: 220px;
  border-radius: 50% 50% 0 0;
  background: rgba(104,37,117,.08);
  transform: rotate(4deg);
}
.hero-grid {
  position: relative;
  z-index: 2;
  min-height: 585px;
  display: grid;
  grid-template-columns: 47% 53%;
  align-items: stretch;
}
.hero-copy { padding: 74px 0 48px 64px; align-self: center; }
.hero-kicker { margin: 0 0 2px; color: var(--paz-purple); font-size: clamp(2rem, 3vw, 3.2rem); font-weight: 500; line-height: 1; }
.hero h1 {
  margin: 0;
  color: var(--paz-purple);
  font-size: clamp(4.5rem, 7.6vw, 7.8rem);
  line-height: .9;
  letter-spacing: -.055em;
  font-weight: 800;
}
.hero-subtitle {
  margin-top: 10px;
  color: var(--paz-purple);
  font-size: clamp(1.9rem, 3.2vw, 3.25rem);
  font-weight: 500;
  line-height: 1.05;
}
.hero-subtitle span {
  display: inline-block;
  margin-left: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: 1.35em;
  font-weight: 400;
  transform: rotate(-4deg);
}
.hero-rule { width: min(540px, 86%); height: 3px; background: var(--paz-purple); margin: 20px 0 16px; }
.hero-text { max-width: 610px; margin: 0; font-size: 1rem; line-height: 1.75; }
.hero-ctas { display: flex; gap: 16px; margin-top: 24px; }
.hero-ctas .btn { min-width: 145px; padding-top: 12px; padding-bottom: 12px; }
.hero-hashtag { color: var(--paz-purple); font-weight: 500; margin: 18px 0 0; font-size: 1.05rem; }

.hero-visual { position: relative; min-width: 0; }
.hero-image-wrap { position: absolute; inset: 0 -6vw 0 0; overflow: hidden; }
.hero-image {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 52% 34%;
  filter: saturate(.88) contrast(1.02);
}
.hero-image-tint {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(248,243,249,.98) 0%, rgba(248,243,249,.4) 15%, rgba(104,37,117,.02) 55%),
    linear-gradient(0deg, rgba(65,18,78,.28) 0%, rgba(104,37,117,0) 45%);
}
.hero-dove {
  position: absolute; right: 7%; top: 7%;
  color: rgba(255,255,255,.92);
  font-size: 8rem;
  transform: rotate(-13deg);
  text-shadow: 0 4px 22px rgba(56,17,65,.25);
  opacity: .55;
}
.leader-card {
  position: absolute;
  right: 4%; bottom: 24px;
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  gap: 18px;
  width: min(500px, 86%);
  padding: 20px 22px;
  color: #fff;
  background: rgba(83,20,98,.9);
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(55,16,68,.2);
  backdrop-filter: blur(8px);
}
.leader-card strong { display: block; margin-bottom: 6px; font-size: .95rem; line-height: 1.25; }
.leader-card span { display: block; font-size: .8rem; line-height: 1.45; opacity: .94; }
.leader-divider { width: 1px; background: rgba(255,255,255,.48); }

.values-strip {
  position: relative;
  z-index: 3;
  background: linear-gradient(90deg, var(--paz-purple-deep), var(--paz-purple), #7e2d8c, var(--paz-purple-dark));
  color: #fff;
}
.values-grid {
  min-height: 94px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
}
.value-item { display: flex; align-items: center; justify-content: center; gap: 13px; min-width: 0; }
.value-icon { font-size: 2.1rem; line-height: 1; opacity: .97; }
.value-item strong { display: block; font-size: .84rem; line-height: 1.15; }
.value-item span { display: block; margin-top: 3px; font-size: .78rem; opacity: .92; }
.anchor-spacer { height: 1px; scroll-margin-top: 120px; }

.hero-orbit { position: absolute; border: 1px solid rgba(104,37,117,.07); border-radius: 50%; pointer-events: none; }
.hero-orbit-1 { width: 430px; height: 430px; left: 36%; top: 2%; }
.hero-orbit-2 { width: 610px; height: 610px; left: 29%; top: 16%; }

@media (max-width: 1199.98px) {
  :root { --header-h: 88px; }
  .site-shell { padding-left: 24px; padding-right: 24px; }
  .brand-logo { width: 210px; }
  .offcanvas { width: min(390px, 88vw) !important; }
  .header-actions { align-items: flex-start; flex-direction: column; }
  .nav-link { font-size: .95rem; padding: 10px 0 !important; }
  .nav-link.active::after { left: 0; right: auto; width: 32px; bottom: 2px; }
  .hero-grid { grid-template-columns: 1fr 1fr; min-height: 560px; }
  .hero-copy { padding-left: 16px; }
}

@media (max-width: 991.98px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 54px 8px 36px; text-align: center; }
  .hero-rule { margin-left: auto; margin-right: auto; }
  .hero-text { margin-left: auto; margin-right: auto; }
  .hero-ctas { justify-content: center; }
  .hero-visual { min-height: 520px; }
  .hero-image-wrap { inset: 0 -24px; }
  .leader-card { right: 50%; transform: translateX(50%); bottom: 18px; }
  .values-grid { grid-template-columns: repeat(2, 1fr); padding-top: 18px; padding-bottom: 18px; row-gap: 20px; }
  .value-item:last-child { grid-column: 1 / -1; }
}

@media (max-width: 575.98px) {
  .site-shell { padding-left: 18px; padding-right: 18px; }
  .brand-logo { width: 170px; }
  .hero-copy { padding-top: 42px; }
  .hero h1 { font-size: clamp(4rem, 20vw, 5.8rem); }
  .hero-subtitle span { display: block; margin: 6px 0 0; }
  .hero-ctas { flex-direction: column; align-items: stretch; }
  .hero-visual { min-height: 430px; }
  .leader-card { width: calc(100% - 18px); grid-template-columns: 1fr; gap: 10px; text-align: center; }
  .leader-divider { width: 60%; height: 1px; margin: 0 auto; }
  .values-grid { grid-template-columns: 1fr; }
  .value-item, .value-item:last-child { grid-column: auto; justify-content: flex-start; padding-left: 18%; }
}
