    :root {
      --bg-1: #070809;
      --bg-2: #0d0f12;
      --bg-3: #14171c;
      --panel: rgba(255, 255, 255, 0.045);
      --panel-strong: rgba(255, 255, 255, 0.065);
      --border: rgba(212, 175, 55, 0.18);
      --border-soft: rgba(255, 255, 255, 0.08);
      --gold: #c8a44d;
      --gold-soft: #e7d19a;
      --gold-deep: #8e6b22;
      --text: #f5f1e8;
      --muted: #c5bda9;
      --muted-2: #9e9789;
      --shadow: 0 25px 80px rgba(0, 0, 0, 0.45);
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      font-family: "Inter", sans-serif;
      color: var(--text);
      background:
        radial-gradient(circle at top left, rgba(200,164,77,.10), transparent 22%),
        radial-gradient(circle at 80% 15%, rgba(200,164,77,.08), transparent 18%),
        linear-gradient(180deg, #060708 0%, #0b0d10 38%, #101318 100%);
      letter-spacing: 0.01em;
    }

    h1, h2, h3, h4, h5, .brand-font {
      font-family: "Cormorant Garamond", serif;
      letter-spacing: 0.03em;
    }

    a {
      text-decoration: none;
    }

    .text-gold {
      color: var(--gold-soft);
    }

    .text-muted-lux {
      color: var(--muted);
    }

    .navbar {
      background: rgba(5, 6, 8, 0.82);
      backdrop-filter: blur(14px);
      border-bottom: 1px solid rgba(212, 175, 55, 0.12);
      transition: all .25s ease;
    }

    .navbar-brand {
      font-family: "Cormorant Garamond", serif;
      font-size: 1.7rem;
      letter-spacing: 0.08em;
      color: var(--gold-soft) !important;
    }

    .nav-link {
      color: rgba(245, 241, 232, 0.88) !important;
      font-size: 0.95rem;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .nav-link:hover,
    .nav-link:focus {
      color: var(--gold-soft) !important;
    }

    .hero {
      position: relative;
      min-height: 100vh;
      display: flex;
      align-items: center;
      padding: 8rem 0 5rem;
      overflow: hidden;
      background:
        linear-gradient(90deg, rgba(5,7,8,.95) 0%, rgba(5,7,8,.87) 42%, rgba(5,7,8,.56) 100%),
        url('https://s2.glbimg.com/UIIDW2-C_S65W_Xw_IBYJ8j4FOg=/300x397/s.glbimg.com/es/ge/f/original/2013/09/10/mestre-sa-foto.jpg') center right / cover no-repeat;
      border-bottom: 1px solid rgba(212, 175, 55, 0.12);
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(to bottom, rgba(0,0,0,.10), rgba(0,0,0,.45)),
        radial-gradient(circle at center, transparent 40%, rgba(0,0,0,.35) 100%);
      pointer-events: none;
    }

    .hero .container {
      position: relative;
      z-index: 2;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: .75rem;
      padding: .6rem 1rem;
      border: 1px solid rgba(212, 175, 55, 0.22);
      border-radius: 999px;
      background: rgba(200, 164, 77, 0.06);
      color: var(--gold-soft);
      font-size: 0.82rem;
      letter-spacing: 0.16em;
      text-transform: uppercase;
    }

    .eyebrow::before,
    .eyebrow::after {
      content: "";
      width: 24px;
      height: 1px;
      background: linear-gradient(90deg, transparent, var(--gold), transparent);
    }

    .hero-title {
      font-size: clamp(3rem, 7vw, 6rem);
      line-height: .92;
      font-weight: 700;
      margin: 1.25rem 0 1rem;
      text-transform: uppercase;
    }

    .hero-subtitle {
      max-width: 720px;
      font-size: 1.05rem;
      line-height: 1.9;
      color: var(--muted);
    }

    .hero-frame {
      max-width: 760px;
      padding: 2rem 2rem 2.25rem;
      background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
      border: 1px solid rgba(212,175,55,.14);
      border-radius: 1.5rem;
      box-shadow: var(--shadow);
      position: relative;
    }

    .hero-frame::before {
      content: "";
      position: absolute;
      inset: 14px;
      border: 1px solid rgba(212,175,55,.14);
      border-radius: 1.1rem;
      pointer-events: none;
    }

    .btn-gold-lux {
      background: linear-gradient(135deg, #9c772a 0%, #d2b161 45%, #f0dea3 100%);
      color: #15110a;
      border: none;
      font-weight: 700;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      padding: 0.95rem 1.6rem;
      box-shadow: 0 10px 30px rgba(200,164,77,.18);
    }

    .btn-gold-lux:hover {
      color: #15110a;
      filter: brightness(1.05);
    }

    .btn-outline-lux {
      border: 1px solid rgba(212,175,55,.35);
      color: var(--gold-soft);
      text-transform: uppercase;
      letter-spacing: 0.06em;
      padding: 0.95rem 1.6rem;
      background: rgba(255,255,255,.02);
    }

    .btn-outline-lux:hover {
      background: rgba(212,175,55,.08);
      color: #fff3d0;
      border-color: rgba(212,175,55,.55);
    }

    .section {
      position: relative;
      padding: 6rem 0;
    }

    .section-dark {
      background: linear-gradient(180deg, rgba(255,255,255,.015), rgba(255,255,255,0));
    }

    .section-title {
      font-size: clamp(2.4rem, 4vw, 4rem);
      font-weight: 700;
      text-transform: uppercase;
      line-height: 1;
      margin-bottom: .8rem;
    }

    .section-copy {
      max-width: 820px;
      color: var(--muted);
      line-height: 1.9;
    }

    .ornament {
      display: flex;
      align-items: center;
      gap: 1rem;
      margin: 1.2rem 0 2rem;
      color: var(--gold);
    }

    .ornament::before,
    .ornament::after {
      content: "";
      height: 1px;
      width: 70px;
      background: linear-gradient(90deg, transparent, rgba(212,175,55,.7), transparent);
    }

    .ornament span {
      font-size: 1.25rem;
      letter-spacing: 0.2em;
    }

    .lux-card {
      position: relative;
      height: 100%;
      padding: 2rem;
      border-radius: 1.35rem;
      background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.025));
      border: 1px solid rgba(212,175,55,.12);
      box-shadow: var(--shadow);
      overflow: hidden;
    }

    .lux-card::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, rgba(212,175,55,.06), transparent 42%);
      pointer-events: none;
    }

    .lux-card h3 {
      font-size: 1.7rem;
      margin-bottom: .8rem;
      color: var(--gold-soft);
    }

    .lux-card p,
    .lux-card li {
      color: var(--muted);
      line-height: 1.85;
    }

    .portrait-card {
      position: relative;
      padding: 1rem;
      border-radius: 1.5rem;
      background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
      border: 1px solid rgba(212,175,55,.14);
      box-shadow: var(--shadow);
    }

    .portrait-card::before {
      content: "";
      position: absolute;
      inset: 12px;
      border: 1px solid rgba(212,175,55,.12);
      border-radius: 1.1rem;
      pointer-events: none;
    }

    .portrait-card img {
      width: 100%;
      border-radius: 1rem;
      display: block;
      object-fit: cover;
      min-height: 620px;
      filter: saturate(.82) contrast(1.04) brightness(.92);
    }

    .info-grid {
      display: grid;
      gap: 1.25rem;
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mini-panel {
      padding: 1.5rem;
      border-radius: 1rem;
      background: rgba(255,255,255,.03);
      border: 1px solid rgba(255,255,255,.06);
    }

    .mini-panel strong {
      display: block;
      font-family: "Cormorant Garamond", serif;
      font-size: 2rem;
      color: var(--gold-soft);
      line-height: 1;
      margin-bottom: .5rem;
      letter-spacing: 0.03em;
    }

    .timeline {
      position: relative;
      margin-top: 1rem;
      padding-left: 2rem;
      border-left: 1px solid rgba(212,175,55,.22);
    }

    .timeline-item {
      position: relative;
      padding-left: 1.5rem;
      margin-bottom: 2rem;
    }

    .timeline-item:last-child {
      margin-bottom: 0;
    }

    .timeline-item::before {
      content: "";
      position: absolute;
      left: -2.45rem;
      top: .55rem;
      width: 14px;
      height: 14px;
      border-radius: 50%;
      background: radial-gradient(circle, #f0dea3 0%, #c8a44d 55%, #8e6b22 100%);
      box-shadow: 0 0 0 6px rgba(212,175,55,.08);
    }

    .timeline-year {
      font-size: .85rem;
      text-transform: uppercase;
      letter-spacing: .16em;
      color: var(--gold-soft);
      margin-bottom: .4rem;
      display: inline-block;
    }

    .timeline-item h4 {
      font-size: 1.55rem;
      margin-bottom: .4rem;
      color: #f8f3e7;
    }

    .quote-panel {
      padding: 3rem 2rem;
      border-radius: 1.5rem;
      background:
        linear-gradient(180deg, rgba(212,175,55,.06), rgba(255,255,255,.02)),
        rgba(255,255,255,.02);
      border: 1px solid rgba(212,175,55,.16);
      box-shadow: var(--shadow);
      position: relative;
    }

    .quote-mark {
      font-family: "Cormorant Garamond", serif;
      font-size: 6rem;
      line-height: .7;
      color: rgba(212,175,55,.4);
      margin-bottom: .8rem;
    }

    .quote-text {
      font-family: "Cormorant Garamond", serif;
      font-size: 2rem;
      line-height: 1.35;
      color: #f7f1e2;
    }

    .quote-caption {
      margin-top: 1.2rem;
      color: var(--muted-2);
      text-transform: uppercase;
      letter-spacing: .12em;
      font-size: .83rem;
    }

    .list-lux {
      list-style: none;
      padding-left: 0;
      margin: 0;
    }

    .list-lux li {
      padding: .9rem 0;
      border-bottom: 1px solid rgba(255,255,255,.08);
      color: var(--muted);
    }

    .list-lux li:last-child {
      border-bottom: 0;
    }

    .list-lux li::before {
      content: "✦";
      color: var(--gold);
      margin-right: .7rem;
    }

    .highlight-panel {
      padding: 2.2rem;
      border-radius: 1.4rem;
      border: 1px solid rgba(212,175,55,.18);
      background:
        linear-gradient(135deg, rgba(212,175,55,.08), transparent 45%),
        rgba(255,255,255,.03);
      box-shadow: var(--shadow);
    }

    .highlight-number {
      font-family: "Cormorant Garamond", serif;
      font-size: 3.3rem;
      color: var(--gold-soft);
      line-height: 1;
      margin-bottom: .35rem;
    }

    .closing-panel {
      padding: 3rem;
      border-radius: 1.7rem;
      background:
        linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02)),
        rgba(0,0,0,.25);
      border: 1px solid rgba(212,175,55,.16);
      box-shadow: var(--shadow);
      position: relative;
      overflow: hidden;
    }

    .closing-panel::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at top right, rgba(212,175,55,.12), transparent 22%),
        radial-gradient(circle at bottom left, rgba(212,175,55,.08), transparent 20%);
      pointer-events: none;
    }

    .footer {
      padding: 2.2rem 0;
      border-top: 1px solid rgba(212,175,55,.12);
      background: rgba(0,0,0,.28);
      color: var(--muted-2);
    }

    .source-list a {
      color: var(--gold-soft);
    }

    .source-list a:hover {
      color: #fff2c8;
      text-decoration: underline;
    }

    .section-divider {
      width: 100%;
      height: 1px;
      margin: 0 auto;
      background: linear-gradient(90deg, transparent, rgba(212,175,55,.35), transparent);
      opacity: .9;
    }

    @media (max-width: 991.98px) {
      .hero {
        min-height: auto;
        padding-top: 7rem;
        padding-bottom: 4rem;
        background-position: center;
      }

      .hero-frame {
        padding: 1.5rem;
      }

      .portrait-card img {
        min-height: auto;
        max-height: 620px;
      }

      .info-grid {
        grid-template-columns: 1fr;
      }

      .quote-text {
        font-size: 1.6rem;
      }

      .closing-panel {
        padding: 2rem;
      }
    }

    @media (max-width: 575.98px) {
      .hero-title {
        font-size: 2.6rem;
      }

      .section-title {
        font-size: 2.2rem;
      }

      .quote-text {
        font-size: 1.35rem;
      }

      .timeline-item h4 {
        font-size: 1.3rem;
      }
    }
    
    .social-highlight {
      position: relative;
      z-index: 3;
    }
    
    .social-card {
      height: 100%;
      padding: 1.25rem;
      border-radius: 1.25rem;
      background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.025));
      border: 1px solid rgba(212, 175, 55, 0.14);
      box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
      backdrop-filter: blur(8px);
    }
    
    .author-avatar {
      width: 58px;
      height: 58px;
      border-radius: 50%;
      font-size: 1.35rem;
      color: #1a1409;
      background: linear-gradient(135deg, #a67c2d 0%, #d8ba72 50%, #f4e7bb 100%);
      box-shadow: 0 8px 24px rgba(212,175,55,.22);
      flex-shrink: 0;
    }
    
    .author-name {
      font-size: 1.05rem;
      font-weight: 700;
      color: #f5f1e8;
      letter-spacing: .02em;
    }
    
    .verified-badge {
      display: inline-flex;
      align-items: center;
      padding: .25rem .65rem;
      border-radius: 999px;
      background: rgba(212, 175, 55, 0.10);
      border: 1px solid rgba(212, 175, 55, 0.20);
      color: #efdca6;
      font-size: .78rem;
      font-weight: 600;
      white-space: nowrap;
    }
    
    .meta-inline {
      display: flex;
      flex-wrap: wrap;
      gap: .6rem 1rem;
      color: #c5bda9;
      font-size: .88rem;
    }
    
    .tag-pill {
      display: inline-flex;
      align-items: center;
      padding: .45rem .8rem;
      border-radius: 999px;
      background: rgba(255,255,255,.04);
      border: 1px solid rgba(255,255,255,.07);
      color: #ddd4c0;
      font-size: .83rem;
    }
    
    .metric-box {
      text-align: center;
      height: 100%;
      padding: 1rem .75rem;
      border-radius: 1rem;
      background: rgba(255,255,255,.03);
      border: 1px solid rgba(255,255,255,.06);
      transition: all .25s ease;
    }
    
    .metric-box:hover {
      transform: translateY(-2px);
      border-color: rgba(212,175,55,.20);
      background: rgba(212,175,55,.05);
    }
    
    .metric-icon {
      font-size: 1.1rem;
      color: #d8ba72;
      margin-bottom: .45rem;
    }
    
    .metric-number {
      color: #f7f2e7;
      font-weight: 700;
      font-size: 1.15rem;
      line-height: 1.1;
    }
    
    .metric-label {
      color: #b9b09e;
      font-size: .82rem;
      margin-top: .25rem;
    }
    
    .social-divider {
      border-color: rgba(212,175,55,.14);
      opacity: 1;
      margin: 1rem 0 1.15rem;
    }
    
    .mini-stat {
      padding: .85rem 1rem;
      border-radius: .95rem;
      background: rgba(255,255,255,.025);
      border: 1px solid rgba(255,255,255,.06);
    }
    
    .mini-stat-label {
      display: block;
      font-size: .78rem;
      text-transform: uppercase;
      letter-spacing: .08em;
      color: #a79f8d;
      margin-bottom: .35rem;
    }
    
    .mini-stat strong {
      color: #f1e2b4;
      font-size: .98rem;
      font-weight: 700;
    }
    
    @media (max-width: 767.98px) {
      .social-card {
        padding: 1rem;
      }
    
      .author-avatar {
        width: 50px;
        height: 50px;
        font-size: 1.1rem;
      }
    
      .metric-number {
        font-size: 1rem;
      }
    }
    
    .profile-memorial-header {
      position: relative;
      min-height: 100vh;
      padding: 8rem 0 5rem;
      overflow: hidden;
      background:
        linear-gradient(90deg, rgba(4,5,7,.96) 0%, rgba(6,8,10,.92) 42%, rgba(8,10,14,.78) 100%),
        radial-gradient(circle at top left, rgba(200,164,77,.10), transparent 22%),
        radial-gradient(circle at 85% 20%, rgba(200,164,77,.08), transparent 18%),
        linear-gradient(180deg, #050607 0%, #0b0d10 50%, #11151a 100%);
      border-bottom: 1px solid rgba(212,175,55,.12);
    }
    
    .profile-memorial-header::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(to bottom, rgba(255,255,255,.02), rgba(0,0,0,.18)),
        radial-gradient(circle at center, transparent 50%, rgba(0,0,0,.28) 100%);
      pointer-events: none;
    }
    
    .memorial-shell {
      position: relative;
      z-index: 2;
      padding: 2rem;
      border-radius: 2rem;
      background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
      border: 1px solid rgba(212,175,55,.14);
      box-shadow: 0 30px 90px rgba(0,0,0,.42);
      backdrop-filter: blur(6px);
    }
    
    .memorial-shell::before {
      content: "";
      position: absolute;
      inset: 16px;
      border-radius: 1.5rem;
      border: 1px solid rgba(212,175,55,.10);
      pointer-events: none;
    }
    
    .memorial-photo-card {
      position: relative;
    }
    
    .memorial-photo-frame {
      position: relative;
      padding: 1rem;
      border-radius: 1.6rem;
      background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
      border: 1px solid rgba(212,175,55,.15);
      box-shadow: 0 20px 60px rgba(0,0,0,.35);
    }
    
    .memorial-photo-frame::before {
      content: "";
      position: absolute;
      inset: 12px;
      border-radius: 1.15rem;
      border: 1px solid rgba(212,175,55,.14);
      pointer-events: none;
    }
    
    .memorial-photo-frame img {
      width: 100%;
      display: block;
      border-radius: 1rem;
      object-fit: cover;
      min-height: 560px;
      max-height: 700px;
      filter: saturate(.82) contrast(1.04) brightness(.92);
    }
    
    .memorial-seal {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: .85rem;
      margin-top: 1.1rem;
      color: #e7d19a;
      text-transform: uppercase;
      letter-spacing: .18em;
      font-size: .74rem;
    }
    
    .seal-line {
      width: 52px;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(212,175,55,.85), transparent);
    }
    
    .memorial-content {
      position: relative;
      z-index: 2;
    }
    
    .memorial-kicker {
      display: inline-flex;
      align-items: center;
      gap: .6rem;
      padding: .55rem .95rem;
      border-radius: 999px;
      background: rgba(212,175,55,.07);
      border: 1px solid rgba(212,175,55,.18);
      color: #e7d19a;
      text-transform: uppercase;
      letter-spacing: .14em;
      font-size: .78rem;
    }
    
    .memorial-name {
      margin-top: 1.1rem;
      font-family: "Cormorant Garamond", serif;
      font-size: clamp(2.8rem, 6vw, 5.4rem);
      line-height: .95;
      text-transform: uppercase;
      color: #f7f2e8;
      letter-spacing: .03em;
    }
    
    .memorial-name span {
      color: #e7d19a;
    }
    
    .memorial-rank-wrap {
      display: flex;
      flex-wrap: wrap;
      gap: .75rem;
    }
    
    .memorial-rank,
    .memorial-status {
      display: inline-flex;
      align-items: center;
      padding: .55rem .95rem;
      border-radius: 999px;
      font-size: .86rem;
      font-weight: 600;
      letter-spacing: .03em;
    }
    
    .memorial-rank {
      color: #fff1c7;
      background: linear-gradient(135deg, rgba(123,14,18,.92) 0%, rgba(162,28,28,.88) 60%, rgba(198,60,60,.78) 100%);
      border: 1px solid rgba(255,255,255,.12);
      box-shadow: 0 10px 28px rgba(110, 12, 18, .28);
    }
    
    .memorial-status {
      color: #ead8a3;
      background: rgba(212,175,55,.09);
      border: 1px solid rgba(212,175,55,.18);
    }
    
    .memorial-description {
      max-width: 760px;
      color: #c8c0ad;
      font-size: 1.03rem;
      line-height: 1.9;
    }
    
    .memorial-meta {
      display: flex;
      flex-wrap: wrap;
      gap: .8rem 1.25rem;
      color: #bdb5a2;
      font-size: .92rem;
    }
    
    .memorial-actions .btn {
      border-radius: 999px;
      padding: .95rem 1.4rem;
      font-weight: 700;
      letter-spacing: .04em;
      text-transform: uppercase;
    }
    
    .btn-memorial-gold {
      background: linear-gradient(135deg, #9c772a 0%, #d2b161 48%, #f0dea3 100%);
      color: #161108;
      border: none;
      box-shadow: 0 12px 30px rgba(200,164,77,.20);
    }
    
    .btn-memorial-gold:hover {
      color: #161108;
      filter: brightness(1.05);
    }
    
    .btn-memorial-outline {
      border: 1px solid rgba(212,175,55,.28);
      color: #ecdcae;
      background: rgba(255,255,255,.02);
    }
    
    .btn-memorial-outline:hover {
      color: #fff4cf;
      background: rgba(212,175,55,.08);
      border-color: rgba(212,175,55,.45);
    }
    
    .memorial-social-bar {
      margin-top: 1.2rem;
    }
    
    .social-info-card,
    .social-metrics-card {
      height: 100%;
      padding: 1.2rem;
      border-radius: 1.25rem;
      background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
      border: 1px solid rgba(212,175,55,.12);
      box-shadow: 0 16px 44px rgba(0,0,0,.25);
    }
    
    .social-author-badge {
      width: 56px;
      height: 56px;
      border-radius: 50%;
      flex-shrink: 0;
      font-size: 1.2rem;
      color: #181107;
      background: linear-gradient(135deg, #a77e2d 0%, #d8ba72 50%, #f2e6bf 100%);
      box-shadow: 0 8px 22px rgba(212,175,55,.20);
    }
    
    .social-author-title {
      color: #f7f2e8;
      font-weight: 700;
      font-size: 1rem;
    }
    
    .social-author-subtitle {
      color: #b9b09d;
      font-size: .88rem;
    }
    
    .social-meta-list {
      display: flex;
      flex-direction: column;
      gap: .55rem;
      color: #c8c0ad;
      font-size: .9rem;
    }
    
    .metric-tile {
      height: 100%;
      text-align: center;
      padding: 1rem .75rem;
      border-radius: 1rem;
      background: rgba(255,255,255,.03);
      border: 1px solid rgba(255,255,255,.06);
      transition: all .25s ease;
    }
    
    .metric-tile:hover {
      transform: translateY(-2px);
      background: rgba(212,175,55,.05);
      border-color: rgba(212,175,55,.18);
    }
    
    .metric-icon {
      margin-bottom: .45rem;
      color: #d8ba72;
      font-size: 1.05rem;
    }
    
    .metric-value {
      color: #f7f2e8;
      font-weight: 700;
      font-size: 1.12rem;
      line-height: 1.1;
    }
    
    .metric-label {
      margin-top: .28rem;
      color: #b8ae9b;
      font-size: .82rem;
    }
    
    .social-divider-line {
      width: 100%;
      height: 1px;
      margin: 1rem 0 1.1rem;
      background: linear-gradient(90deg, transparent, rgba(212,175,55,.28), transparent);
    }
    
    .mini-meta-box {
      padding: .9rem 1rem;
      border-radius: .95rem;
      background: rgba(255,255,255,.025);
      border: 1px solid rgba(255,255,255,.06);
    }
    
    .mini-meta-label {
      display: block;
      margin-bottom: .35rem;
      font-size: .75rem;
      text-transform: uppercase;
      letter-spacing: .11em;
      color: #9f9685;
    }
    
    .mini-meta-box strong {
      color: #f0e1b3;
      font-size: .96rem;
      font-weight: 700;
    }
    
    @media (max-width: 991.98px) {
      .profile-memorial-header {
        min-height: auto;
        padding: 7rem 0 4rem;
      }
    
      .memorial-shell {
        padding: 1.25rem;
      }
    
      .memorial-photo-frame img {
        min-height: auto;
        max-height: 620px;
      }
    
      .memorial-name {
        font-size: 2.8rem;
      }
    }
    
    @media (max-width: 575.98px) {
      .memorial-kicker {
        font-size: .72rem;
      }
    
      .memorial-name {
        font-size: 2.25rem;
      }
    
      .memorial-description {
        font-size: .97rem;
      }
    
      .memorial-meta {
        font-size: .85rem;
      }
    
      .social-info-card,
      .social-metrics-card {
        padding: 1rem;
      }
    }
    
    .dropdown-menu {
      background: #11151a;
      border: 1px solid rgba(212,175,55,.18) !important;
      border-radius: 1rem;
      min-width: 220px;
    }
    
    .dropdown-item {
      color: #e9dfc8;
      padding: .75rem 1rem;
    }
    
    .dropdown-item:hover,
    .dropdown-item:focus {
      background: rgba(212,175,55,.08);
      color: #fff3d0;
    }
    
    .dropdown-item.active,
    .dropdown-item:active {
      background: rgba(212,175,55,.14);
      color: #f3dfab;
    }

#comentarios-publicos .card {
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02)) !important;
  border: 1px solid rgba(212,175,55,.14) !important;
  box-shadow: 0 18px 50px rgba(0,0,0,.28);
}

#comentarios-publicos .btn-outline-warning {
  border-color: rgba(212,175,55,.45);
  color: #f0dea3;
}

#comentarios-publicos .btn-outline-warning:hover {
  background: rgba(212,175,55,.08);
  color: #fff3d0;
}

#comentarios-publicos .bg-black {
  background: rgba(0,0,0,.25) !important;
}

#comentarios-publicos .text-warning {
  color: #e7d19a !important;
}
