/* Landing Eidos: dirección editorial oscura. Aislada de las previews. */
body[data-page="landing"] {
  --ink: #efece6;
  --ink-soft: #cdc7bc;
  --muted: #b9b3a8;
  --platino: #9a948a;
  --platino-deep: #b8b1a5;
  --stone: #23262b;
  --cream: #1d2024;
  --paper: #2a2d32;
  --line: rgba(154, 148, 138, 0.36);
  background: #23262b;
  color: #efece6;
}

body[data-page="landing"] ::selection {
  background: rgba(154, 148, 138, 0.42);
  color: #fffdf8;
}

body[data-page="landing"] :focus-visible {
  outline-color: #efece6;
}

body[data-page="landing"] .site-header {
  background: #23262b;
  border-bottom-color: rgba(154, 148, 138, 0.42);
}

body[data-page="landing"] .brand__mark {
  filter: brightness(0) invert(92%) sepia(8%) saturate(484%) hue-rotate(358deg) brightness(105%) contrast(88%);
}

body[data-page="landing"] .brand__name,
body[data-page="landing"] .site-nav__links a {
  color: #efece6;
}

body[data-page="landing"] .brand__tag,
body[data-page="landing"] .site-nav__links a:hover {
  color: #cdc7bc;
}

body[data-page="landing"] .btn {
  border-radius: 2px;
}

body[data-page="landing"] .btn--primary {
  background: #efece6;
  color: #23262b;
}

body[data-page="landing"] .btn--primary:hover {
  background: #d9d3c8;
}

body[data-page="landing"] .btn--ghost {
  border-color: rgba(154, 148, 138, 0.55);
  background: transparent;
  color: #efece6;
}

body[data-page="landing"] .btn--ghost:hover {
  border-color: #efece6;
  background: #2a2d32;
}

body[data-page="landing"] .hero {
  min-height: min(760px, calc(100vh - 82px));
  position: relative;
  isolation: isolate;
  display: grid;
  align-items: center;
  padding-block: clamp(3.5rem, 7vw, 6rem);
  overflow: hidden;
  background-color: #23262b;
  background-image: radial-gradient(ellipse 48% 62% at 50% 46%, rgba(255, 255, 255, 0.032) 0%, rgba(255, 255, 255, 0.014) 38%, transparent 72%);
}

body[data-page="landing"] .hero::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  content: "";
  pointer-events: none;
}

body[data-page="landing"] .hero::after {
  position: absolute;
  bottom: clamp(1.4rem, 2.6vw, 2.4rem);
  left: 50%;
  z-index: 1;
  width: var(--container);
  height: 1px;
  background: rgba(154, 148, 138, 0.48);
  content: "";
  pointer-events: none;
  transform: translateX(-50%);
}

body[data-page="landing"] .hero__inner {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  align-items: center;
}

body[data-page="landing"] .hero__copy {
  position: relative;
  z-index: 1;
  width: min(100%, 60rem);
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

body[data-page="landing"] .display {
  max-width: 100%;
  color: #efece6;
  font-size: clamp(3.1rem, 6.2vw, 5.8rem);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.91;
}

body[data-page="landing"] .lede {
  max-width: 57ch;
  margin-top: 1.5rem;
  color: #cdc7bc;
  font-size: clamp(1.05rem, 1.55vw, 1.23rem);
  line-height: 1.65;
}

body[data-page="landing"] .hero__meta {
  margin-top: 1.8rem;
  justify-content: center;
  color: #b9b3a8;
}

body[data-page="landing"] .hero__meta span:not(:last-child)::after {
  background: rgba(154, 148, 138, 0.7);
}

body[data-page="landing"] .hero__visual {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: clamp(15rem, 26vw, 22rem);
  height: auto;
  margin: 0;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  opacity: 0.035;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

body[data-page="landing"] .hero-mark {
  width: 100%;
  height: auto;
  overflow: visible;
}

body[data-page="landing"] .hero-mark__outer {
  fill: #cdc7bc;
}

body[data-page="landing"] .hero-mark__inner {
  fill: #efece6;
}

body[data-page="landing"] .hero-mark__core {
  fill: #9a948a;
}

body[data-page="landing"] .hero__actions {
  justify-content: center;
}

body[data-page="landing"] .section,
body[data-page="landing"] .package-extras {
  border-top-color: rgba(154, 148, 138, 0.32);
}

body[data-page="landing"] main > .section {
  padding-block: clamp(5.5rem, 9vw, 8.5rem);
}

body[data-page="landing"] #paquetes,
body[data-page="landing"] #cuidado {
  background: #1d2024;
}

body[data-page="landing"] #contacto,
body[data-page="landing"] .package-extras {
  background: #23262b;
}

/* El tramo comercial se lee como una sola pieza: tonos cercanos, luz de borde y grano de papel. */
body[data-page="landing"] #paquetes,
body[data-page="landing"] .package-extras,
body[data-page="landing"] #cuidado,
body[data-page="landing"] #contacto {
  position: relative;
  isolation: isolate;
}

body[data-page="landing"] #paquetes,
body[data-page="landing"] .package-extras,
body[data-page="landing"] #cuidado,
body[data-page="landing"] #contacto {
  padding-block: clamp(4.75rem, 7vw, 7rem);
}

body[data-page="landing"] #paquetes {
  background-color: #1d2024;
  border-bottom-color: rgba(154, 148, 138, 0.28);
  box-shadow: inset 0 1px 0 rgba(239, 236, 230, 0.025);
}

body[data-page="landing"] .package-extras {
  background-color: #22262b;
  border-top-color: rgba(154, 148, 138, 0.34);
  border-bottom-color: rgba(154, 148, 138, 0.3);
  box-shadow: inset 0 1px 0 rgba(239, 236, 230, 0.035);
}

body[data-page="landing"] #cuidado {
  background-color: #1d2024;
  border-top-color: rgba(154, 148, 138, 0.3);
  box-shadow: inset 0 1px 0 rgba(239, 236, 230, 0.025);
}

body[data-page="landing"] #contacto {
  background-color: #23262b;
  border-top-color: rgba(154, 148, 138, 0.34);
  box-shadow: inset 0 1px 0 rgba(239, 236, 230, 0.035);
}

body[data-page="landing"] #paquetes::before,
body[data-page="landing"] .package-extras::before,
body[data-page="landing"] #cuidado::before,
body[data-page="landing"] #contacto::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  content: "";
  pointer-events: none;
}

body[data-page="landing"] #paquetes > .site-shell,
body[data-page="landing"] .package-extras > .site-shell,
body[data-page="landing"] #cuidado > .site-shell,
body[data-page="landing"] #contacto > .site-shell {
  position: relative;
  z-index: 1;
}

body[data-page="landing"] .section__title,
body[data-page="landing"] .package-extras__title {
  color: #efece6;
  max-width: 19ch;
  font-size: clamp(2.6rem, 5vw, 4.5rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

body[data-page="landing"] #paquetes .section__title,
body[data-page="landing"] #cuidado .section__title,
body[data-page="landing"] #contacto .section__title {
  max-width: 17ch;
}

body[data-page="landing"] #paquetes .section__intro,
body[data-page="landing"] #cuidado .section__intro,
body[data-page="landing"] #contacto .section__intro {
  max-width: 61ch;
  margin-top: 1.35rem;
}

body[data-page="landing"] .section__intro,
body[data-page="landing"] .package-extras__copy {
  color: #cdc7bc;
  font-size: clamp(1.03rem, 1.35vw, 1.16rem);
  line-height: 1.65;
}

body[data-page="landing"] #paquetes .grid-packages {
  gap: 0.8rem;
  align-items: stretch;
}

body[data-page="landing"] #paquetes .grid-packages.section--tight {
  padding: clamp(3.25rem, 5.5vw, 5rem) 0 0;
}

body[data-page="landing"] #paquetes .package-card {
  position: relative;
  min-height: 26rem;
  padding: clamp(1.8rem, 3.25vw, 2.8rem);
  min-width: 0;
  overflow: visible;
  z-index: auto;
  transform: none;
  margin: 0;
  background: #272a2f;
  border: 0;
  border-top: 1px solid rgba(154, 148, 138, 0.68);
  border-radius: 0;
  box-shadow: 0 12px 26px rgba(9, 11, 13, 0.16), inset 0 1px 0 rgba(239, 236, 230, 0.025);
}

body[data-page="landing"] #paquetes .package-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: auto;
  height: 2px;
  background: rgba(239, 236, 230, 0.13);
  content: "";
}

body[data-page="landing"] #paquetes .package-card__head {
  align-items: flex-end;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(154, 148, 138, 0.32);
}

body[data-page="landing"] #paquetes .package-card:nth-child(2),
body[data-page="landing"] #paquetes .package-card:nth-child(5) {
  background: #2a2d32;
}

body[data-page="landing"] #paquetes .package-card.card--feature {
  min-height: 27.5rem;
  padding: clamp(2rem, 3.6vw, 3.15rem);
  background: #363a41;
  border-top-color: #b8b1a5;
  z-index: auto;
  transform: none;
  margin: 0;
  box-shadow: 0 18px 34px rgba(7, 9, 11, 0.23), inset 3px 0 0 #9a948a, inset 0 1px 0 rgba(239, 236, 230, 0.09);
}

body[data-page="landing"] #paquetes .package-card.card--feature::before {
  height: 3px;
  background: #9a948a;
}

body[data-page="landing"] #paquetes .package-card__level,
body[data-page="landing"] #paquetes .package-card__status {
  margin: 0;
  color: #b9b3a8;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

body[data-page="landing"] #paquetes .package-card__status {
  max-width: 16ch;
  text-align: right;
}

body[data-page="landing"] #paquetes .package-card.card--feature .package-card__level,
body[data-page="landing"] #paquetes .package-card.card--feature .package-card__status {
  color: #efece6;
}

body[data-page="landing"] #paquetes .package-card__title,
body[data-page="landing"] #paquetes .package-card__price,
body[data-page="landing"] #paquetes .package-card__bullets {
  color: #efece6;
}

body[data-page="landing"] #paquetes .package-card__title {
  margin-top: 0.45rem;
  font-size: clamp(1.85rem, 3.1vw, 2.55rem);
  font-weight: 500;
  letter-spacing: -0.05em;
}

body[data-page="landing"] #paquetes .package-card__price {
  color: #d9d3c8;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.8rem, 3.1vw, 2.45rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 1;
}

body[data-page="landing"] #paquetes .package-card__line {
  color: #cdc7bc;
  font-size: 1.06rem;
  line-height: 1.6;
}

body[data-page="landing"] #paquetes .package-card__bullets {
  color: #cdc7bc;
  line-height: 1.65;
}

body[data-page="landing"] #paquetes .package-card__actions .btn {
  width: 100%;
}

@media (min-width: 920px) {
  body[data-page="landing"] #paquetes .grid-packages {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  body[data-page="landing"] #paquetes .package-card:nth-child(1),
  body[data-page="landing"] #paquetes .package-card:nth-child(2) {
    grid-column: span 3;
  }

  body[data-page="landing"] #paquetes .package-card:nth-child(1) .package-card__head,
  body[data-page="landing"] #paquetes .package-card:nth-child(2) .package-card__head {
    display: grid;
    gap: 0.8rem;
    align-items: start;
  }

  body[data-page="landing"] #paquetes .package-card:nth-child(1) .package-card__status,
  body[data-page="landing"] #paquetes .package-card:nth-child(2) .package-card__status {
    max-width: none;
    text-align: left;
  }

  body[data-page="landing"] #paquetes .package-card.card--feature {
    grid-column: span 6;
  }

  body[data-page="landing"] #paquetes .package-card:nth-child(4) {
    grid-column: span 7;
  }

  body[data-page="landing"] #paquetes .package-card:nth-child(5) {
    grid-column: span 5;
  }
}

body[data-page="landing"] .package-extras__lead {
  padding-top: clamp(2.4rem, 4vw, 3.6rem);
}

body[data-page="landing"] .package-extras__title {
  max-width: 14ch;
  font-size: clamp(3rem, 6vw, 5.25rem);
}

body[data-page="landing"] .package-extras__copy {
  max-width: 59ch;
  margin-top: clamp(2rem, 4vw, 3rem);
  font-size: clamp(1.12rem, 1.65vw, 1.3rem);
}

body[data-page="landing"] .package-extras__details {
  margin-top: clamp(3.4rem, 6vw, 5.5rem);
}

body[data-page="landing"] .package-extras__detail {
  padding-top: clamp(2.2rem, 4vw, 3.4rem);
  padding-bottom: clamp(2.5rem, 4vw, 3.8rem);
}

body[data-page="landing"] .package-extras__lead,
body[data-page="landing"] .package-extras__details {
  border-color: rgba(154, 148, 138, 0.48);
}

body[data-page="landing"] .package-extras__detail + .package-extras__detail {
  border-left-color: rgba(154, 148, 138, 0.36);
}

body[data-page="landing"] .package-extras__detail h3,
body[data-page="landing"] .package-extras__detail strong {
  color: #efece6;
}

body[data-page="landing"] .package-extras__detail p {
  color: #cdc7bc;
  font-size: 1.1rem;
}

body[data-page="landing"] .package-extras__detail span {
  color: #b9b3a8;
}

body[data-page="landing"] .care-index {
  margin-top: clamp(2.4rem, 4vw, 3.6rem);
  border-top-color: rgba(154, 148, 138, 0.58);
  border-bottom-color: rgba(154, 148, 138, 0.58);
}

body[data-page="landing"] .care-row {
  min-height: 8.2rem;
  align-items: center;
}

body[data-page="landing"] #cuidado .care-index {
  overflow: hidden;
  margin-top: clamp(3rem, 5vw, 4.25rem);
  border: 1px solid rgba(154, 148, 138, 0.5);
  background: #25282d;
  box-shadow: 0 14px 30px rgba(7, 9, 11, 0.14), inset 0 1px 0 rgba(239, 236, 230, 0.05);
}

body[data-page="landing"] #cuidado .care-row {
  position: relative;
  min-height: 10rem;
  padding: clamp(1.65rem, 2.8vw, 2.35rem) clamp(1.3rem, 3.2vw, 3rem);
  border-bottom-color: rgba(154, 148, 138, 0.36);
  background: transparent;
  box-shadow: inset 0 1px 0 rgba(239, 236, 230, 0.018);
}

body[data-page="landing"] #cuidado .care-row::before {
  position: absolute;
  top: 0;
  left: clamp(1.3rem, 3.2vw, 3rem);
  width: 2.25rem;
  height: 1px;
  background: rgba(154, 148, 138, 0.7);
  content: "";
}

body[data-page="landing"] #cuidado .care-row .summary-row__title {
  color: #efece6;
  font-size: clamp(1.45rem, 2.35vw, 1.85rem);
  font-weight: 500;
  letter-spacing: -0.04em;
}

body[data-page="landing"] #cuidado .care-row .summary-row__for {
  color: #cdc7bc;
  font-size: 0.96rem;
}

body[data-page="landing"] #cuidado .care-row .summary-row__includes {
  color: #efece6;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

body[data-page="landing"] #cuidado .care-row .summary-row__price--care {
  align-self: center;
  gap: 0.28rem;
}

body[data-page="landing"] #cuidado .care-row .summary-row__price-value {
  color: #efece6;
  font-size: clamp(2.1rem, 3.7vw, 2.95rem);
  font-weight: 500;
  letter-spacing: -0.06em;
}

body[data-page="landing"] #cuidado .care-row .summary-row__price-note {
  color: #b9b3a8;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

body[data-page="landing"] #cuidado .care-row:nth-child(2) .summary-row__price-value {
  font-size: clamp(2.25rem, 4vw, 3.15rem);
}

body[data-page="landing"] #cuidado .care-row:nth-child(3) .summary-row__price-value {
  font-size: clamp(2.4rem, 4.3vw, 3.35rem);
}

body[data-page="landing"] #cuidado .care-row:nth-child(2) .summary-row__includes,
body[data-page="landing"] #cuidado .care-row:nth-child(3) .summary-row__includes {
  font-size: 0.98rem;
}

body[data-page="landing"] .surface,
body[data-page="landing"] .contact-card,
body[data-page="landing"] .contact-form {
  background: #2c3035;
  border-color: rgba(154, 148, 138, 0.48);
  border-radius: 2px;
  box-shadow: inset 0 1px 0 rgba(239, 236, 230, 0.045), 0 12px 26px rgba(9, 11, 13, 0.12);
}

body[data-page="landing"] .contact-grid {
  margin-top: clamp(2.5rem, 5vw, 4rem);
  gap: 1.25rem;
}

body[data-page="landing"] .contact-card,
body[data-page="landing"] .contact-form {
  padding: clamp(1.8rem, 3.4vw, 2.8rem);
}

body[data-page="landing"] .contact-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
}

body[data-page="landing"] .contact-card__title {
  font-size: clamp(2rem, 4vw, 3.3rem);
  letter-spacing: -0.05em;
}

body[data-page="landing"] .contact-card__actions {
  margin-top: 2rem;
}

body[data-page="landing"] .contact-form {
  gap: 1.35rem;
}

body[data-page="landing"] .contact-card__title,
body[data-page="landing"] .field label {
  color: #efece6;
}

body[data-page="landing"] .contact-card__body,
body[data-page="landing"] .form-note {
  color: #cdc7bc;
}

body[data-page="landing"] .field input,
body[data-page="landing"] .field select,
body[data-page="landing"] .field textarea {
  border-color: rgba(154, 148, 138, 0.55);
  background: #1d2024;
  color: #efece6;
}

body[data-page="landing"] .field input::placeholder,
body[data-page="landing"] .field textarea::placeholder {
  color: #b9b3a8;
}

body[data-page="landing"] .field select option {
  background: #1d2024;
  color: #efece6;
}

body[data-page="landing"] .site-footer {
  position: relative;
  isolation: isolate;
  background: #191b1f;
  color: #cdc7bc;
  padding-block: 1.4rem 3.5rem;
}

body[data-page="landing"] .site-footer::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.03;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  content: "";
  pointer-events: none;
}

body[data-page="landing"] .site-footer__inner {
  position: relative;
  z-index: 1;
  border-top-color: rgba(154, 148, 138, 0.36);
  padding-top: 2rem;
}

body[data-page="landing"] .site-footer__legal {
  max-width: 82ch;
  color: rgba(239, 236, 230, 0.54);
  font-size: 0.74rem;
  line-height: 1.65;
}

body[data-page="landing"] .site-footer__legal p + p {
  margin-top: 0.7rem;
}

body[data-page="landing"] .site-footer__legal a {
  color: rgba(239, 236, 230, 0.68);
  text-decoration-color: rgba(154, 148, 138, 0.55);
}

@media (max-width: 919px) {
  body[data-page="landing"] .hero__visual {
    width: clamp(14rem, 42vw, 20rem);
  }

  body[data-page="landing"] .package-extras__detail + .package-extras__detail {
    border-top-color: rgba(154, 148, 138, 0.36);
    border-left: 0;
  }
}

@media (max-width: 640px) {
  body[data-page="landing"] .hero {
    min-height: 0;
    padding-block: 4.25rem;
  }

  body[data-page="landing"] .display {
    font-size: clamp(3.1rem, 15vw, 4.5rem);
  }

  body[data-page="landing"] .hero__visual {
    width: clamp(13rem, 58vw, 17rem);
    opacity: 0.03;
  }

  body[data-page="landing"] .package-card__status {
    font-size: 0.78rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-page="landing"] [data-landing-reveal],
  body[data-page="landing"] [data-landing-hero] {
    opacity: 1 !important;
    transform: none !important;
  }
}
