@charset "UTF-8";
/* =====================================================================
   PROPUESTA 4 — EDITORIAL PREMIUM
   Notaría Héctor Pinto Ramos · Tercera Notaría El Loa, Calama
   Inspirada en estética law firm corporativa premium.
   ===================================================================== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  color: #0f1a26;
  background: #f5f1ea;
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

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

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

button {
  font: inherit;
  cursor: pointer;
  border: 0;
  background: none;
  color: inherit;
}

ul {
  list-style: none;
}

::selection {
  background: rgba(184, 146, 77, 0.3);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: .72rem;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: #8a6a32;
  font-weight: 500;
}

.eyebrow .num {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid currentColor;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: .68rem;
  letter-spacing: 0;
}

.eyebrow .line {
  width: 32px;
  height: 1px;
  background: #b8924d;
}

.display, .h-md, .h-lg, .cta-card h2, .testimonials-head h2, .team-copy h2, .process-head h2, .practice-head .heading h2, .intro-copy h2, .h-xl, .hero-copy h1 {
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -1.5px;
  color: #0f1a26;
}

.display em, .h-md em, .h-lg em, .cta-card h2 em, .testimonials-head h2 em, .team-copy h2 em, .process-head h2 em, .practice-head .heading h2 em, .intro-copy h2 em, .h-xl em, .hero-copy h1 em {
  font-style: italic;
  font-weight: 500;
  color: #8a6a32;
}

.h-xl, .hero-copy h1 {
  font-size: clamp(3rem, 7vw, 6.5rem);
}

.h-lg, .cta-card h2, .testimonials-head h2, .team-copy h2, .process-head h2, .practice-head .heading h2, .intro-copy h2 {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  letter-spacing: -1.2px;
}

.h-md {
  font-size: clamp(2rem, 3.5vw, 3rem);
  letter-spacing: -1px;
}

.lead, .hero-copy p {
  color: #46556a;
  font-size: 1.1rem;
  max-width: 56ch;
  line-height: 1.65;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  padding: 1.05rem 1.85rem;
  border-radius: 100px;
  font-weight: 500;
  font-size: .95rem;
  letter-spacing: .01em;
  transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  will-change: transform;
}

.btn .icon {
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  transition: transform .3s ease, background .3s ease;
}

.btn .icon svg {
  width: 12px;
  height: 12px;
  transition: transform .3s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn:hover .icon svg {
  transform: translateX(2px);
}

.btn-dark {
  background: #0f1a26;
  color: #fff;
  box-shadow: 0 14px 40px -20px rgba(15, 26, 38, 0.18);
}

.btn-dark:hover {
  background: #1a2838;
  box-shadow: 0 24px 60px -28px rgba(15, 26, 38, 0.25);
}

.btn-dark:hover .icon {
  background: #b8924d;
}

.btn-light {
  background: #ffffff;
  color: #0f1a26;
  border: 1px solid #e2dccf;
}

.btn-light .icon {
  background: #efeae0;
  color: #0f1a26;
}

.btn-light:hover {
  border-color: #0f1a26;
}

.btn-ghost {
  background: transparent;
  color: #0f1a26;
}

.btn-ghost .icon {
  background: transparent;
  border: 1px solid currentColor;
}

.btn-ghost:hover {
  color: #8a6a32;
}

.btn-outline-light {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.btn-outline-light .icon {
  background: rgba(255, 255, 255, 0.1);
}

.btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: #fff;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 60;
  transition: background .3s ease, border-color .3s ease, padding .3s ease, box-shadow .3s ease, color .3s ease;
  padding-block: 1.5rem;
  /* Estado inicial: sobre el hero oscuro */
  color: #fff;
}

.site-header .nav-logo .name strong {
  color: #fff;
}

.site-header .nav-logo .name span {
  color: rgba(255, 255, 255, 0.65);
}

.site-header .nav-logo img {
  filter: brightness(0) invert(1);
  opacity: .92;
}

.site-header .nav-links a {
  color: rgba(255, 255, 255, 0.78);
}

.site-header .nav-links a:hover {
  color: #fff;
}

.site-header .nav-meta {
  color: rgba(255, 255, 255, 0.55);
  border-right-color: rgba(255, 255, 255, 0.18);
}

.site-header .nav-toggle span {
  background: #fff;
}

.site-header .nav-cta {
  background: #fff;
  color: #0f1a26;
}

.site-header .nav-cta .icon {
  background: #efeae0;
  color: #0f1a26;
}

.site-header .nav-cta:hover {
  background: #b8924d;
  color: #0f1a26;
}

.site-header.is-scrolled {
  background: rgba(245, 241, 234, 0.92);
  backdrop-filter: saturate(180%) blur(16px);
  -webkit-backdrop-filter: saturate(180%) blur(16px);
  padding-block: .9rem;
  box-shadow: 0 1px 0 #ece6d8;
  color: #0f1a26;
}

.site-header.is-scrolled .nav-logo .name strong {
  color: #0f1a26;
}

.site-header.is-scrolled .nav-logo .name span {
  color: #7a869a;
}

.site-header.is-scrolled .nav-logo img {
  filter: none;
  opacity: 1;
}

.site-header.is-scrolled .nav-links a {
  color: #46556a;
}

.site-header.is-scrolled .nav-links a:hover {
  color: #0f1a26;
}

.site-header.is-scrolled .nav-meta {
  color: #7a869a;
  border-right-color: #e2dccf;
}

.site-header.is-scrolled .nav-toggle span {
  background: #0f1a26;
}

.site-header.is-scrolled .nav-cta {
  background: #0f1a26;
  color: #fff;
}

.site-header.is-scrolled .nav-cta .icon {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.site-header.is-scrolled .nav-cta:hover {
  background: #1a2838;
}

.site-header.is-scrolled .nav-cta:hover .icon {
  background: #b8924d;
}

.nav {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  flex-wrap: nowrap;
}

@media (min-width: 768px) {
  .nav {
    padding-inline: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .nav {
    padding-inline: 3rem;
  }
}

@media (min-width: 1280px) {
  .nav {
    gap: 2rem;
  }
}

.nav-logo {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  flex: 0 0 auto;
  min-width: 0;
}

.nav-logo img {
  height: 44px;
  width: auto;
  flex: none;
  transition: height .3s ease;
}

@media (min-width: 1024px) {
  .nav-logo img {
    height: 50px;
  }
}

.nav-logo .name {
  display: none;
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 1024px) {
  .nav-logo .name {
    display: block;
  }
}

.nav-logo .name strong {
  display: block;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-weight: 600;
  font-size: .98rem;
  color: #0f1a26;
  letter-spacing: -.3px;
  white-space: nowrap;
}

.nav-logo .name span {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: .62rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #7a869a;
  white-space: nowrap;
}

.site-header.is-scrolled .nav-logo img {
  height: 40px;
}

.nav-links {
  display: none;
  gap: 1.5rem;
  align-items: center;
  flex: 1 1 auto;
  justify-content: center;
}

@media (min-width: 1024px) {
  .nav-links {
    display: flex;
  }
}

@media (min-width: 1280px) {
  .nav-links {
    gap: 2rem;
  }
}

.nav-links a {
  position: relative;
  font-size: .88rem;
  font-weight: 500;
  color: #46556a;
  padding: .35rem 0;
  white-space: nowrap;
  transition: color .25s ease;
}

.nav-links a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: #b8924d;
  transition: width .35s ease;
}

.nav-links a:hover {
  color: #0f1a26;
}

.nav-links a:hover::after {
  width: 100%;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: .65rem;
  flex: 0 0 auto;
}

.nav-meta {
  display: none;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: .7rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #7a869a;
  padding-right: .9rem;
  border-right: 1px solid #e2dccf;
  white-space: nowrap;
}

@media (min-width: 1380px) {
  .nav-meta {
    display: inline;
  }
}

.nav-cta {
  display: none;
  padding: .65rem 1.1rem;
  font-size: .85rem;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .nav-cta {
    display: inline-flex;
  }
}

.nav-toggle {
  display: inline-flex;
  flex-direction: column;
  gap: 5px;
  padding: .55rem;
}

@media (min-width: 1024px) {
  .nav-toggle {
    display: none;
  }
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: #0f1a26;
  transition: transform .3s ease, opacity .3s ease;
}

.nav-toggle.is-open span:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}

.nav-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.is-open span:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}

.mobile-menu {
  position: fixed;
  inset: 0;
  background: #f5f1ea;
  padding: 6rem 2rem 2rem;
  transform: translateY(-100%);
  transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
  z-index: 55;
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

.mobile-menu a {
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: 2rem;
  font-weight: 500;
  color: #0f1a26;
  padding: .85rem 0;
  border-bottom: 1px solid #ece6d8;
  transition: color .25s ease, padding-left .25s ease;
}

.mobile-menu a:hover {
  color: #8a6a32;
  padding-left: .5rem;
}

.mobile-menu.is-open {
  transform: translateY(0);
}

@media (min-width: 1024px) {
  .mobile-menu {
    display: none;
  }
}

.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  color: #fff;
  isolation: isolate;
}

/* Imagen de fondo + ken-burns sutil */
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  transform: scale(1.06);
  animation: kenBurns 18s ease-in-out infinite alternate;
  will-change: transform;
}

/* Overlay para legibilidad: gradient diagonal + viñeta inferior */
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(105deg, rgba(15, 26, 38, 0.85) 0%, rgba(15, 26, 38, 0.55) 45%, rgba(15, 26, 38, 0.15) 75%, rgba(15, 26, 38, 0) 100%), linear-gradient(180deg, rgba(15, 26, 38, 0.35) 0%, rgba(15, 26, 38, 0) 30%, rgba(15, 26, 38, 0.55) 100%);
  pointer-events: none;
}

@media (max-width: 1023px) {
  .hero::before {
    background: linear-gradient(180deg, rgba(15, 26, 38, 0.55) 0%, rgba(15, 26, 38, 0.35) 35%, rgba(15, 26, 38, 0.85) 100%);
  }
}

.hero-inner {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 1.5rem;
  position: relative;
  z-index: 1;
  padding-top: clamp(9rem, 16vw, 13rem);
  padding-bottom: clamp(3rem, 5vw, 5rem);
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media (min-width: 768px) {
  .hero-inner {
    padding-inline: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .hero-inner {
    padding-inline: 3rem;
  }
}

.hero-copy {
  max-width: 760px;
}

.hero-copy .eyebrow {
  color: #d2ad6f;
  margin-bottom: 2rem;
}

.hero-copy .eyebrow .num {
  border-color: #d2ad6f;
  color: #d2ad6f;
}

.hero-copy .eyebrow .line {
  background: #d2ad6f;
}

.hero-copy h1 {
  color: #fff;
  max-width: 18ch;
  text-shadow: 0 2px 30px rgba(0, 0, 0, 0.25);
}

.hero-copy h1 em {
  color: #d2ad6f;
  font-style: italic;
}

.hero-copy .hero-divider {
  width: 72px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  margin: 2.5rem 0 1.75rem;
}

.hero-copy p {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.85);
  max-width: 56ch;
}

.hero-copy .hero-actions {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
}

/* Botones especiales para hero oscuro */
.hero .btn-dark {
  background: #b8924d;
  color: #0f1a26;
}

.hero .btn-dark .icon {
  background: rgba(15, 26, 38, 0.18);
  color: #0f1a26;
}

.hero .btn-dark:hover {
  background: #d2ad6f;
  box-shadow: 0 24px 60px -16px rgba(184, 146, 77, 0.6);
}

.hero .btn-light {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.hero .btn-light .icon {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.hero .btn-light:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: #fff;
}

/* Scroll cue */
.hero-scroll {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  z-index: 2;
  display: none;
  flex-direction: column;
  align-items: center;
  gap: .65rem;
  color: rgba(255, 255, 255, 0.65);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: .68rem;
  letter-spacing: .25em;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .hero-scroll {
    display: flex;
  }
}

.hero-scroll .line {
  width: 1px;
  height: 56px;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.55) 30%, rgba(255, 255, 255, 0.55) 70%, transparent);
  position: relative;
  overflow: hidden;
}

.hero-scroll .line::after {
  content: '';
  position: absolute;
  top: -20%;
  left: 0;
  width: 100%;
  height: 30%;
  background: #d2ad6f;
  animation: scrollLine 2.4s ease-in-out infinite;
}

/* Meta band — barra inferior translúcida */
.hero-meta {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(15, 26, 38, 0.35);
  backdrop-filter: blur(10px) saturate(160%);
  -webkit-backdrop-filter: blur(10px) saturate(160%);
}

.hero-meta-inner {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 1.5rem;
  display: grid;
  gap: 1.5rem;
  padding-block: 1.5rem;
}

@media (min-width: 768px) {
  .hero-meta-inner {
    padding-inline: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .hero-meta-inner {
    padding-inline: 3rem;
  }
}

@media (min-width: 768px) {
  .hero-meta-inner {
    grid-template-columns: repeat(4, 1fr);
    align-items: stretch;
    gap: 0;
    padding-block: 1.75rem;
  }
}

@media (min-width: 768px) {
  .hero-meta-item {
    padding-inline: 1.75rem;
    border-left: 1px solid rgba(255, 255, 255, 0.12);
  }
  .hero-meta-item:first-child {
    border-left: 0;
    padding-left: 0;
  }
  .hero-meta-item:last-child {
    padding-right: 0;
  }
}

.hero-meta-item .label {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: .68rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: .45rem;
}

.hero-meta-item .value {
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.2;
  letter-spacing: -.3px;
}

.hero-meta-item .note {
  font-size: .82rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: .15rem;
}

@keyframes kenBurns {
  0% {
    transform: scale(1.06) translate(0, 0);
  }
  100% {
    transform: scale(1.12) translate(-1.5%, -1%);
  }
}

@keyframes scrollLine {
  0% {
    top: -30%;
  }
  100% {
    top: 100%;
  }
}

.marquee {
  background: #0f1a26;
  color: #fff;
  overflow: hidden;
  padding-block: 1.25rem;
}

.marquee .track {
  display: flex;
  gap: 4rem;
  animation: scrollX 32s linear infinite;
  white-space: nowrap;
  align-items: center;
}

.marquee .item {
  display: inline-flex;
  align-items: center;
  gap: 1.25rem;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-weight: 500;
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: .01em;
}

.marquee .item em {
  font-style: italic;
  color: #d2ad6f;
  font-size: 1rem;
}

.marquee .item .star {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #b8924d;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2 L14 10 L22 12 L14 14 L12 22 L10 14 L2 12 L10 10 Z' fill='black'/%3E%3C/svg%3E") center/contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2 L14 10 L22 12 L14 14 L12 22 L10 14 L2 12 L10 10 Z' fill='black'/%3E%3C/svg%3E") center/contain no-repeat;
}

.intro {
  padding-block: clamp(5rem, 10vw, 9rem);
  background: #f5f1ea;
}

.intro .inner {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}

@media (min-width: 768px) {
  .intro .inner {
    padding-inline: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .intro .inner {
    padding-inline: 3rem;
  }
}

.intro-grid {
  display: grid;
  gap: 4rem;
}

@media (min-width: 1024px) {
  .intro-grid {
    grid-template-columns: .9fr 1.1fr;
    align-items: center;
    gap: 6rem;
  }
}

.intro-figure {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 24px 60px -28px rgba(15, 26, 38, 0.25);
  /* Placa de nombre estática y elegante */
}

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

.intro-figure .notary-plate {
  position: absolute;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1.1rem;
  padding: 1.1rem 1.35rem;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  border-radius: 14px;
  box-shadow: 0 18px 40px -18px rgba(15, 26, 38, 0.4);
}

@media (min-width: 768px) {
  .intro-figure .notary-plate {
    left: auto;
    right: 1.5rem;
    max-width: 320px;
  }
}

.intro-figure .notary-plate .ornament {
  flex: none;
  width: 3px;
  min-height: 46px;
  border-radius: 100px;
  background: linear-gradient(180deg, #b8924d 0%, #8a6a32 100%);
}

.intro-figure .notary-plate .body {
  min-width: 0;
}

.intro-figure .notary-plate .label {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: .62rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #8a6a32;
  margin-bottom: .25rem;
}

.intro-figure .notary-plate .name {
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-weight: 600;
  font-size: 1.05rem;
  line-height: 1.15;
  color: #0f1a26;
  letter-spacing: -.3px;
}

.intro-figure .notary-plate .role {
  font-size: .78rem;
  color: #46556a;
  margin-top: .15rem;
}

.intro-copy .eyebrow {
  margin-bottom: 2rem;
}

.intro-copy h2 {
  max-width: 18ch;
}

.intro-copy .lead, .intro-copy .hero-copy p, .hero-copy .intro-copy p {
  margin-top: 2rem;
  font-size: 1.08rem;
}

.intro-copy .intro-list {
  margin-top: 2.5rem;
  display: grid;
  gap: 1.25rem;
}

.intro-copy .intro-item {
  display: flex;
  gap: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #e2dccf;
}

.intro-copy .intro-item:last-child {
  border-bottom: 0;
}

.intro-copy .intro-item .num {
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-weight: 500;
  font-size: 1.5rem;
  color: #8a6a32;
  min-width: 36px;
  line-height: 1;
}

.intro-copy .intro-item .body strong {
  display: block;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-weight: 500;
  font-size: 1.25rem;
  color: #0f1a26;
  margin-bottom: .35rem;
}

.intro-copy .intro-item .body p {
  color: #46556a;
  font-size: .95rem;
}

.practice {
  padding-block: clamp(5rem, 10vw, 9rem);
  background: #ffffff;
}

.practice .inner {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}

@media (min-width: 768px) {
  .practice .inner {
    padding-inline: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .practice .inner {
    padding-inline: 3rem;
  }
}

.practice-head {
  display: grid;
  gap: 2rem;
  margin-bottom: 4rem;
}

@media (min-width: 1024px) {
  .practice-head {
    grid-template-columns: 1.1fr .9fr;
    align-items: end;
    gap: 4rem;
  }
}

.practice-head .heading h2 {
  max-width: 14ch;
}

.practice-head .meta {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.practice-head .meta .lead, .practice-head .meta .hero-copy p, .hero-copy .practice-head .meta p {
  font-size: 1.05rem;
}

.practice-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .practice-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .practice-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.practice-card {
  position: relative;
  background: #f5f1ea;
  border-radius: 22px;
  overflow: hidden;
  transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.5s ease;
  box-shadow: 0 1px 0 #ece6d8;
  display: flex;
  flex-direction: column;
}

.practice-card .figure {
  aspect-ratio: 5 / 4;
  overflow: hidden;
  background: #efeae0;
  position: relative;
}

.practice-card .figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.practice-card .figure .pill {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  color: #0f1a26;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: .68rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: .4rem .85rem;
  border-radius: 100px;
}

.practice-card .body {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1;
}

.practice-card h3 {
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #0f1a26;
  line-height: 1.15;
  letter-spacing: -.5px;
}

.practice-card p {
  color: #46556a;
  font-size: .95rem;
  line-height: 1.6;
}

.practice-card .link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  font-size: .85rem;
  font-weight: 500;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #8a6a32;
  padding-top: 1rem;
  border-top: 1px solid #e2dccf;
}

.practice-card .link .arrow {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid currentColor;
  transition: background .25s ease, color .25s ease, transform .25s ease;
}

.practice-card .link .arrow svg {
  width: 12px;
  height: 12px;
}

.practice-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px -28px rgba(15, 26, 38, 0.25);
}

.practice-card:hover .figure img {
  transform: scale(1.08);
}

.practice-card:hover .link .arrow {
  background: #8a6a32;
  color: #fff;
  transform: rotate(-45deg);
}

.manifesto {
  padding-block: clamp(5rem, 10vw, 9rem);
  background: #f5f1ea;
}

.manifesto .inner {
  width: 100%;
  max-width: 1080px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}

@media (min-width: 768px) {
  .manifesto .inner {
    padding-inline: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .manifesto .inner {
    padding-inline: 3rem;
  }
}

.manifesto blockquote {
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-weight: 500;
  font-size: clamp(1.75rem, 3.6vw, 3rem);
  line-height: 1.2;
  letter-spacing: -.5px;
  color: #0f1a26;
}

.manifesto blockquote em {
  font-style: italic;
  color: #8a6a32;
}

.manifesto .quote-mark {
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: 8rem;
  line-height: .8;
  color: #b8924d;
  margin-bottom: -1rem;
  display: block;
}

.manifesto .attribution {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.manifesto .attribution .avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #efeae0;
  border: 1px solid #e2dccf;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.manifesto .attribution .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.manifesto .attribution .person strong {
  display: block;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-weight: 500;
  font-size: 1.1rem;
  color: #0f1a26;
}

.manifesto .attribution .person span {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: .72rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: #7a869a;
}

.process {
  padding-block: clamp(5rem, 10vw, 9rem);
  background: #0f1a26;
  color: #fff;
}

.process .inner {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}

@media (min-width: 768px) {
  .process .inner {
    padding-inline: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .process .inner {
    padding-inline: 3rem;
  }
}

.process-head {
  display: grid;
  gap: 2rem;
  margin-bottom: 4rem;
}

@media (min-width: 1024px) {
  .process-head {
    grid-template-columns: 1.1fr .9fr;
    align-items: end;
    gap: 4rem;
  }
}

.process-head .eyebrow {
  color: #d2ad6f;
}

.process-head .eyebrow .num {
  border-color: #d2ad6f;
}

.process-head .eyebrow .line {
  background: #d2ad6f;
}

.process-head h2 {
  color: #fff;
  max-width: 16ch;
}

.process-head h2 em {
  color: #d2ad6f;
}

.process-head p {
  color: rgba(255, 255, 255, 0.7);
  max-width: 50ch;
}

.process-list {
  display: grid;
  gap: 0;
}

.process-step {
  display: grid;
  gap: 1.5rem;
  padding-block: 2.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  transition: padding .35s ease, background .35s ease;
}

@media (min-width: 768px) {
  .process-step {
    grid-template-columns: 90px 1fr 1.4fr 200px;
    align-items: center;
    gap: 3rem;
  }
}

.process-step:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.process-step .num {
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-weight: 500;
  font-size: 2.5rem;
  color: #d2ad6f;
  line-height: 1;
}

.process-step h4 {
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-weight: 500;
  font-size: 1.65rem;
  color: #fff;
  line-height: 1.15;
  letter-spacing: -.4px;
}

.process-step p {
  color: rgba(255, 255, 255, 0.65);
  font-size: .95rem;
  line-height: 1.6;
}

.process-step .est {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: .72rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 768px) {
  .process-step .est {
    text-align: right;
  }
}

.process-step:hover {
  background: rgba(255, 255, 255, 0.02);
}

@media (min-width: 768px) {
  .process-step:hover {
    padding-left: 1rem;
  }
}

.team {
  padding-block: clamp(5rem, 10vw, 9rem);
  background: #f5f1ea;
}

.team .inner {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}

@media (min-width: 768px) {
  .team .inner {
    padding-inline: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .team .inner {
    padding-inline: 3rem;
  }
}

.team-grid {
  display: grid;
  gap: 4rem;
}

@media (min-width: 1024px) {
  .team-grid {
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
    align-items: center;
  }
}

.team-figure {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 24px 60px -28px rgba(15, 26, 38, 0.25);
}

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

.team-figure .frame-tag {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  padding: .55rem .9rem;
  border-radius: 100px;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: .7rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: #0f1a26;
}

.team-copy .eyebrow {
  margin-bottom: 2rem;
}

.team-copy h2 {
  max-width: 16ch;
}

.team-copy .lead, .team-copy .hero-copy p, .hero-copy .team-copy p {
  margin-top: 2rem;
}

.team-copy .credentials {
  margin-top: 3rem;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr 1fr;
}

.team-copy .cred {
  padding: 1.25rem 1.5rem;
  background: #ffffff;
  border: 1px solid #ece6d8;
  border-radius: 14px;
}

.team-copy .cred .label {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: .68rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #7a869a;
  margin-bottom: .35rem;
}

.team-copy .cred .value {
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-weight: 500;
  font-size: 1.05rem;
  color: #0f1a26;
}

.team-copy .signature {
  margin-top: 2.5rem;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-style: italic;
  font-size: 2rem;
  color: #0f1a26;
  opacity: .85;
}

.testimonials {
  padding-block: clamp(5rem, 10vw, 9rem);
  background: #ffffff;
}

.testimonials .inner {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}

@media (min-width: 768px) {
  .testimonials .inner {
    padding-inline: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .testimonials .inner {
    padding-inline: 3rem;
  }
}

.testimonials-head {
  margin-bottom: 4rem;
}

.testimonials-head h2 {
  max-width: 18ch;
}

.testimonials-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .testimonials-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.testimonial {
  background: #f5f1ea;
  border-radius: 22px;
  padding: 2.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  transition: transform .35s ease, box-shadow .35s ease;
}

.testimonial .stars {
  display: inline-flex;
  gap: .25rem;
  color: #b8924d;
}

.testimonial blockquote {
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #0f1a26;
  letter-spacing: -.2px;
}

.testimonial .who {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: .85rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e2dccf;
}

.testimonial .who .avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #0f1a26;
  color: #fff;
  display: grid;
  place-items: center;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-weight: 500;
  font-size: 1.05rem;
  overflow: hidden;
  flex: none;
}

.testimonial .who .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial .who .info strong {
  display: block;
  font-weight: 600;
  font-size: .92rem;
  color: #0f1a26;
}

.testimonial .who .info span {
  font-size: .8rem;
  color: #7a869a;
}

.testimonial:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px -28px rgba(15, 26, 38, 0.25);
}

.cta {
  padding-block: clamp(5rem, 10vw, 9rem);
  background: #f5f1ea;
}

.cta .inner {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}

@media (min-width: 768px) {
  .cta .inner {
    padding-inline: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .cta .inner {
    padding-inline: 3rem;
  }
}

.cta-card {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  padding: clamp(3rem, 6vw, 5rem);
  background: #0f1a26;
  color: #fff;
  display: grid;
  gap: 3rem;
}

@media (min-width: 1024px) {
  .cta-card {
    grid-template-columns: 1.1fr .9fr;
    align-items: center;
    gap: 4rem;
  }
}

.cta-card::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(184, 146, 77, 0.18), transparent 70%);
  pointer-events: none;
}

.cta-card h2 {
  color: #fff;
  max-width: 16ch;
  position: relative;
}

.cta-card h2 em {
  color: #d2ad6f;
}

.cta-card p {
  position: relative;
  margin-top: 1.5rem;
  color: rgba(255, 255, 255, 0.75);
  max-width: 50ch;
  font-size: 1.05rem;
}

.cta-card .actions {
  position: relative;
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
}

.cta-card .btn-dark {
  background: #b8924d;
  color: #0f1a26;
}

.cta-card .btn-dark:hover {
  background: #d2ad6f;
}

.cta-card .btn-dark .icon {
  background: rgba(15, 26, 38, 0.18);
}

.cta-info {
  position: relative;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  padding: 2rem;
  display: grid;
  gap: 1.5rem;
}

.cta-info .row {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.cta-info .row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.cta-info .ico {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(184, 146, 77, 0.15);
  color: #d2ad6f;
  display: grid;
  place-items: center;
  flex: none;
}

.cta-info .info .label {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: .68rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: .25rem;
}

.cta-info .info .value {
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-weight: 500;
  font-size: 1.15rem;
  color: #fff;
  line-height: 1.2;
}

.site-footer {
  background: #f5f1ea;
  padding-top: 5rem;
  color: #46556a;
}

.site-footer .inner {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}

@media (min-width: 768px) {
  .site-footer .inner {
    padding-inline: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .site-footer .inner {
    padding-inline: 3rem;
  }
}

.footer-top {
  display: grid;
  gap: 3rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #e2dccf;
}

@media (min-width: 640px) {
  .footer-top {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1024px) {
  .footer-top {
    grid-template-columns: 1.5fr 1fr 1fr 1.15fr 1.2fr;
    gap: 2.5rem;
  }
}

.footer-brand img {
  height: 70px;
  width: auto;
  margin-bottom: 1.5rem;
}

.footer-brand p {
  color: #46556a;
  font-size: .95rem;
  max-width: 36ch;
  line-height: 1.65;
}

.footer-brand .badges {
  margin-top: 1.5rem;
  display: flex;
  gap: .5rem;
  flex-wrap: wrap;
}

.footer-brand .badges .badge {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: .68rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: .35rem .75rem;
  border-radius: 100px;
  border: 1px solid #e2dccf;
  color: #46556a;
}

.footer-col h5 {
  color: #0f1a26;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-weight: 500;
  font-size: .72rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.footer-col ul {
  display: grid;
  gap: .85rem;
}

.footer-col a {
  font-size: .95rem;
  color: #46556a;
  transition: color .25s ease, padding-left .25s ease;
}

.footer-col a:hover {
  color: #0f1a26;
  padding-left: .25rem;
}

.footer-col p {
  font-size: .95rem;
  color: #46556a;
  line-height: 1.7;
}

.footer-bottom {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-block: 2rem;
  font-size: .82rem;
  color: #7a869a;
  gap: 1rem;
}

@media (min-width: 768px) {
  .footer-bottom {
    padding-inline: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .footer-bottom {
    padding-inline: 3rem;
  }
}

.footer-bottom .legal a {
  color: #7a869a;
  transition: color .25s ease;
}

.footer-bottom .legal a:hover {
  color: #0f1a26;
}

.footer-bottom .legal a + a {
  margin-left: 1.5rem;
}

.reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 1s cubic-bezier(0.2, 0.8, 0.2, 1), transform 1s cubic-bezier(0.2, 0.8, 0.2, 1);
}

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

.reveal-fade {
  opacity: 0;
  transition: opacity 1.4s ease;
}

.reveal-fade.is-visible {
  opacity: 1;
}

@keyframes scrollX {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
  .marquee .track {
    animation: none;
  }
  .hero-bg img {
    animation: none;
    transform: scale(1.02);
  }
  .hero-scroll .line::after {
    animation: none;
  }
}

/* =====================================================================
   ORGANIGRAMA / EQUIPO  (#organigrama)
   ===================================================================== */
.org {
  padding-block: clamp(5rem, 10vw, 9rem);
  background: #0f1a26;
  color: #fff;
}

.org .inner {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 5vw, 4rem);
}

.org-head {
  max-width: 720px;
  margin-bottom: clamp(3rem, 6vw, 4.5rem);
}

.org-head .eyebrow { color: #d2ad6f; }
.org-head .eyebrow .num { border-color: #d2ad6f; }
.org-head .eyebrow .line { background: #d2ad6f; }

.org-head h2 {
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-weight: 500;
  line-height: 1.02;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  letter-spacing: -1.2px;
  color: #fff;
  max-width: 18ch;
}
.org-head h2 em { font-style: italic; font-weight: 500; color: #d2ad6f; }

.org-head .lead {
  margin-top: 1.5rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 56ch;
  font-size: 1.05rem;
}

/* ----- Estructura del árbol ----- */
.org-chart { width: 100%; }

.org-level-1 { display: flex; justify-content: center; }
.org-level-1 > li {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
}

.org-level-1 > li > .org-box { position: relative; margin-bottom: 28px; }
.org-level-1 > li > .org-box::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 2px;
  height: 28px;
  background: rgba(210, 173, 111, 0.45);
}

/* Nivel 2 */
.org-level-2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  position: relative;
}
.org-level-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 2px;
  background: rgba(210, 173, 111, 0.45);
}
.org-level-2 > li {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex: 1;
  padding: 28px 12px 0;
}
.org-level-2 > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 28px;
  background: rgba(210, 173, 111, 0.45);
}
.org-level-2 > li > .org-box { position: relative; margin-bottom: 28px; }
.org-level-2 > li > .org-box::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 2px;
  height: 28px;
  background: rgba(210, 173, 111, 0.45);
}
/* Áreas sin subordinados: ocultar línea descendente */
.org-level-2 > li:not(:has(.org-level-3)) > .org-box { margin-bottom: 0; }
.org-level-2 > li:not(:has(.org-level-3)) > .org-box::after { display: none; }

/* Nivel 3 */
.org-level-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
}
.org-level-3 > li {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
}
.org-level-3 > li > .org-box { position: relative; margin-bottom: 18px; }
.org-level-3 > li > .org-box::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 2px;
  height: 18px;
  background: rgba(210, 173, 111, 0.45);
}
.org-level-3 > li:last-child > .org-box::after { display: none; }
.org-level-3 > li:last-child > .org-box { margin-bottom: 0; }

/* ----- Cajas ----- */
.org-box {
  background: #16212e;
  border: 1px solid rgba(210, 173, 111, 0.32);
  border-radius: 10px;
  padding: 14px 16px;
  text-align: center;
  width: 100%;
  max-width: 220px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}
.org-box strong {
  display: block;
  font-size: 0.9rem;
  color: #f2e7d2;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.2px;
}
.org-box span {
  display: block;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 6px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  line-height: 1.4;
}
.org-box--primary {
  background: linear-gradient(135deg, #2a2007 0%, #b8924d 100%);
  border-color: #b8924d;
  max-width: 300px;
}
.org-box--primary strong { color: #fff; font-size: 1.05rem; }
.org-box--primary span { color: rgba(255, 255, 255, 0.8); }
.org-box--secondary {
  background: linear-gradient(135deg, #16212e 0%, #2c3a49 100%);
  border-color: rgba(210, 173, 111, 0.5);
}
.org-box--secondary strong { color: #f2e7d2; }

/* ----- Responsive móvil ----- */
@media (max-width: 767px) {
  .org-level-2 { flex-direction: column; align-items: center; width: 100%; }
  .org-level-2::before { display: none; }
  .org-level-2 > li { width: 100%; padding: 18px 0 0; margin-top: 18px; }
  .org-level-2 > li::before { display: none; }
  .org-level-2 > li > .org-box { margin-bottom: 18px; }
  .org-level-2 > li > .org-box::after { height: 18px; }
  .org-level-2 > li:first-child { margin-top: 0; }
  .org-box, .org-box--primary { max-width: 100%; }
}

/* =====================================================================
   VERIFICACIÓN DE DOCUMENTOS  (#verificacion)
   ===================================================================== */
.verify {
  padding-block: clamp(5rem, 10vw, 9rem);
  background: #0f1a26;
  color: #fff;
}

.verify .inner {
  width: 100%;
  max-width: 880px;
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 5vw, 4rem);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.verify .eyebrow { color: #d2ad6f; justify-content: center; }
.verify .eyebrow .num { border-color: #d2ad6f; }
.verify .eyebrow .line { background: #d2ad6f; }

.verify h2 {
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-weight: 500;
  line-height: 1.05;
  font-size: clamp(2.25rem, 4.5vw, 3.75rem);
  letter-spacing: -1px;
  color: #fff;
  margin-top: 1.75rem;
  max-width: 20ch;
}
.verify h2 em { font-style: italic; font-weight: 500; color: #d2ad6f; }

.verify .lead {
  margin-top: 1.5rem;
  color: rgba(255, 255, 255, 0.72);
  max-width: 60ch;
  font-size: 1.05rem;
}
.verify .lead strong { color: #f2e7d2; font-weight: 600; }

.verify-actions {
  margin-top: 2.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

/* =====================================================================
   ENLACES LEGALES / TRANSPARENCIA (footer)
   ===================================================================== */
.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid #e2dccf;
}
.legal-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.6rem 1.15rem;
  border-radius: 100px;
  background: #ffffff;
  border: 1px solid #e2dccf;
  color: #0f1a26;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.legal-pill:hover {
  background: #efeae0;
  color: #0f1a26;
  border-color: #b8924d;
  box-shadow: 0 6px 18px -12px rgba(15, 26, 38, 0.35);
}
.legal-pill--accent {
  background: #0f1a26;
  border-color: #0f1a26;
  color: #ffffff;
  font-weight: 600;
}
.legal-pill--accent:hover {
  background: #b8924d;
  border-color: #b8924d;
  color: #0f1a26;
}
.legal-pill--pending {
  background: transparent;
  border-style: dashed;
  border-color: #d8cfbe;
  color: #9a8f7d;
  cursor: not-allowed;
}
.legal-pill--pending:hover {
  background: transparent;
  color: #9a8f7d;
  border-color: #d8cfbe;
  box-shadow: none;
}

/* =====================================================================
   FORMULARIO DE CONTACTO (Felicitaciones, Reclamos, Sugerencias)
   ===================================================================== */
.contact-form-card {
  margin-top: 1.75rem;
  background: #ffffff;
  border: 1px solid #e2dccf;
  border-radius: 32px;
  padding: clamp(2rem, 5vw, 3.5rem);
  box-shadow: 0 24px 60px -30px rgba(15, 26, 38, 0.2);
}
.contact-form-card h3 {
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-weight: 600;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  letter-spacing: -0.5px;
  color: #0f1a26;
  margin-top: 1rem;
  line-height: 1.05;
}
.contact-form-card h3 em { font-style: italic; color: #8a6a32; }
.contact-form-card .form-lead { color: #46556a; margin-top: 0.75rem; max-width: 56ch; }

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin-top: 2rem;
}
@media (max-width: 640px) { .form-grid { grid-template-columns: 1fr; } }
.form-grid .field--full { grid-column: 1 / -1; }

.contact-form-card .field { display: flex; flex-direction: column; }
.contact-form-card label {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #7a869a;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.contact-form-card input,
.contact-form-card select,
.contact-form-card textarea {
  width: 100%;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  border: 1px solid #e2dccf;
  background: #faf7f0;
  color: #0f1a26;
  font-family: inherit;
  font-size: 0.95rem;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.contact-form-card textarea { resize: vertical; min-height: 140px; line-height: 1.6; }
.contact-form-card input::placeholder,
.contact-form-card textarea::placeholder { color: #a9a394; }
.contact-form-card input:focus,
.contact-form-card select:focus,
.contact-form-card textarea:focus {
  outline: none;
  border-color: #b8924d;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(184, 146, 77, 0.14);
}

.btn-enviar {
  margin-top: 1.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2.75rem;
  border-radius: 100px;
  border: 0;
  cursor: pointer;
  background: #b8924d;
  color: #0f1a26;
  font-family: inherit;
  font-weight: 600;
  font-size: 0.98rem;
  letter-spacing: 0.01em;
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.btn-enviar:hover { background: #d2ad6f; transform: translateY(-1px); box-shadow: 0 16px 36px -18px rgba(184, 146, 77, 0.6); }
.btn-enviar:disabled { opacity: 0.6; cursor: progress; transform: none; }
@media (max-width: 640px) { .btn-enviar { width: 100%; } }

.form-alert { display: none; margin-bottom: 1.25rem; padding: 0.85rem 1.1rem; border-radius: 12px; font-size: 0.9rem; line-height: 1.5; }
.form-alert.is-ok { background: #e6f4ea; color: #1f6b3a; border: 1px solid #bfe3cb; }
.form-alert.is-error { background: #fbe7e7; color: #9b2c2c; border: 1px solid #f1c9c9; }

/* =====================================================================
   NOTARIOS SUPLENTES (fuera del organigrama)
   ===================================================================== */
.org-suplentes {
  margin-top: 3rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(210, 173, 111, 0.25);
  text-align: center;
}
.org-suplentes__title {
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-weight: 600;
  font-size: clamp(1.3rem, 2.5vw, 1.7rem);
  color: #d2ad6f;
  margin-bottom: 1.5rem;
}
.org-suplentes__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
.org-suplentes .org-box { max-width: 300px; }
