/* Perfil v20 — split screen cirúrgico apenas para /perfil/
   Usa /assets-ryoki-home/images/perfil-ryoki.webp com fundo transparente. */

.profile-page-v16 .profile-hero-card-body {
  display: none !important;
}

@media (min-width: 1081px) {
  .profile-page-v16 .profile-hero-v16 {
    position: relative;
    isolation: isolate;
    min-height: calc(100svh - var(--nav-height));
    overflow: hidden;
    background:
      linear-gradient(90deg, #f7f4ef 0%, #f1ece5 50%, #e8e1d8 50%, #f0ebe5 100%) !important;
  }

  .profile-page-v16 .profile-hero-v16 .internal-hero-pattern {
    opacity: 0 !important;
  }

  .profile-page-v16 .profile-hero-layout {
    width: 100% !important;
    max-width: none !important;
    min-height: calc(100svh - var(--nav-height));
    margin: 0 !important;
    padding-top: clamp(52px, 6vw, 92px);
    padding-right: 50vw;
    padding-bottom: clamp(52px, 6vw, 92px);
    padding-left: max(24px, calc((100vw - var(--max)) / 2));
    grid-template-columns: minmax(0, 1fr) !important;
    align-items: center;
    gap: 0 !important;
  }

  .profile-page-v16 .profile-hero-copy-v16 {
    position: relative;
    z-index: 4;
    max-width: min(720px, calc(50vw - 72px));
    padding-right: clamp(24px, 3.2vw, 58px);
  }

  .profile-page-v16 .profile-hero-card {
    position: absolute !important;
    inset: 0 0 0 auto;
    z-index: 2;
    width: 50vw;
    height: 100%;
    margin: 0 !important;
    border-radius: 0 !important;
    overflow: hidden;
    background:
      radial-gradient(circle at 62% 46%, rgba(255,255,255,.78) 0%, rgba(255,255,255,.30) 28%, rgba(255,255,255,0) 58%),
      linear-gradient(180deg, #eee8df 0%, #f8f6f2 100%);
    box-shadow: none !important;
    pointer-events: none;
  }

  .profile-page-v16 .profile-hero-card::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 2;
    border: 0 !important;
    border-radius: 0 !important;
    background: linear-gradient(90deg, rgba(247,244,239,.98) 0%, rgba(247,244,239,.64) 7%, rgba(247,244,239,0) 24%);
    pointer-events: none;
  }

  .profile-page-v16 .profile-hero-card::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 1px;
    background: rgba(34, 28, 22, .10);
    pointer-events: none;
  }

  .profile-page-v16 .profile-hero-card img {
    position: relative;
    z-index: 1;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center right;
    filter: grayscale(1) contrast(1.06) brightness(1.02);
  }
}

@media (max-width: 1080px) {
  .profile-page-v16 .profile-hero-v16 {
    background: linear-gradient(180deg, #f7f4ef 0%, #ede7df 100%) !important;
  }

  .profile-page-v16 .profile-hero-card {
    max-width: min(100%, 520px) !important;
    margin: 10px auto 0 !important;
    border-radius: 28px !important;
    background: linear-gradient(180deg, #eee8df 0%, #faf8f4 100%) !important;
    box-shadow: none !important;
  }

  .profile-page-v16 .profile-hero-card::before {
    display: none !important;
  }

  .profile-page-v16 .profile-hero-card img {
    width: 100% !important;
    height: min(72vh, 680px) !important;
    object-fit: contain;
    object-position: center bottom;
    filter: grayscale(1) contrast(1.04) brightness(1.02);
  }
}

@media (max-width: 720px) {
  .profile-page-v16 .profile-hero-card {
    max-width: min(100%, 420px) !important;
    border-radius: 24px !important;
  }

  .profile-page-v16 .profile-hero-card img {
    height: min(64vh, 560px) !important;
  }
}
