.profile-page { background: var(--paper); }
    .profile-section { padding: 58px 0 44px; }

    .profile-hero {
      display: grid;
      grid-template-columns: minmax(230px, .36fr) minmax(0, 1fr);
      gap: clamp(36px, 6vw, 82px);
      align-items: center;
      padding: clamp(34px, 5vw, 62px);
      border: 1px solid var(--line);
      border-radius: var(--radius-xl);
      background: var(--white);
      box-shadow: var(--shadow);
    }
    .profile-portrait-wrap {
      position: relative;
      width: min(100%, 290px);
      aspect-ratio: 1;
      margin-inline: auto;
      border-radius: 50%;
      overflow: hidden;
      background: var(--green-soft);
      box-shadow: 0 24px 58px rgba(31,76,53,.16);
    }
    .profile-portrait-wrap::after {
      content: "";
      position: absolute;
      inset: 0;
      border: 4px solid var(--gold-soft);
      border-radius: inherit;
      pointer-events: none;
    }
    .profile-portrait {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
    }
    .profile-copy h1 {
      max-width: 900px;
      margin-bottom: 13px;
      font-size: clamp(54px, 7vw, 96px);
      font-weight: 700;
    }
    .profile-role {
      margin-bottom: 19px;
      color: var(--green);
      font-size: 13px;
      font-weight: 800;
      letter-spacing: .07em;
      line-height: 1.35;
      text-transform: uppercase;
    }
    .profile-quote {
      max-width: 650px;
      margin-bottom: 16px;
      font-family: "Manrope", sans-serif;
      font-size: clamp(20px, 2vw, 27px);
      font-weight: 600;
      letter-spacing: -.025em;
      color: var(--ink-2);
    }
    .profile-intro {
      max-width: 710px;
      margin-bottom: 27px;
      color: var(--muted);
      font-size: 18px;
    }
    .profile-actions { display: flex; flex-wrap: wrap; gap: 11px; }

    .contact-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0,1fr));
      gap: 14px;
      margin-top: 18px;
    }
    .contact-card {
      min-height: 112px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      gap: 10px;
      padding: 20px;
      border: 1px solid var(--line);
      border-radius: 20px;
      background: var(--white);
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }
    .contact-card:hover {
      transform: translateY(-3px);
      border-color: rgba(46,106,74,.35);
      box-shadow: 0 16px 36px rgba(29,32,26,.08);
    }
    .contact-card small {
      display: block;
      color: var(--muted);
      font-size: 11px;
      font-weight: 800;
      letter-spacing: .08em;
      text-transform: uppercase;
    }
    .contact-card strong {
      display: block;
      overflow-wrap: anywhere;
      font-size: 15px;
      line-height: 1.35;
    }
    .contact-card .contact-arrow { color: var(--green); font-weight: 800; }

    .profile-story {
      display: grid;
      grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
      gap: 18px;
      align-items: stretch;
    }
    .story-card, .story-note {
      padding: clamp(28px, 4vw, 48px);
      border: 1px solid var(--line);
      border-radius: var(--radius-lg);
    }
    .story-card { background: var(--white); }
    .story-card p { color: var(--muted); font-size: 18px; }
    .story-card p:last-of-type { margin-bottom: 0; }
    .story-note {
      position: relative;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      background: var(--green-2);
      color: var(--white);
    }
    .story-note::after {
      content: "";
      position: absolute;
      width: 210px;
      height: 210px;
      right: -72px;
      bottom: -85px;
      border-radius: 50%;
      background: var(--gold);
      opacity: .92;
    }
    .story-note > * { position: relative; z-index: 1; }
    .story-note h2 { max-width: 10ch; margin-bottom: 18px; font-size: clamp(39px, 4.6vw, 65px); }
    .story-note p { max-width: 430px; margin-bottom: 26px; color: rgba(255,255,255,.72); font-size: 17px; }

    .profile-heading-row {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 24px;
      margin-bottom: 30px;
    }
    .profile-heading-row .section-title { margin-bottom: 0; }

    .profile-articles { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
    .profile-article {
      display: flex;
      flex-direction: column;
      min-width: 0;
      overflow: hidden;
      border: 1px solid var(--line);
      border-radius: var(--radius-lg);
      background: var(--white);
      transition: transform .25s ease, box-shadow .25s ease;
    }
    .profile-article:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
    .profile-article-media { aspect-ratio: 16/8; overflow: hidden; background: var(--paper-2); }
    .profile-article-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
    .profile-article:hover img { transform: scale(1.035); }
    .profile-article-body { display: flex; flex-direction: column; flex: 1; padding: 24px; }
    .profile-article time { margin-bottom: 12px; color: var(--muted); font-size: 12px; font-weight: 700; }
    .profile-article h3 { margin-bottom: 24px; font-size: clamp(22px, 2.5vw, 30px); line-height: 1.08; }
    .profile-article-link { margin-top: auto; color: var(--green-2); font-weight: 800; }

    .reviews-preserved {
      border-block: 1px solid var(--line);
      background: #F6F2E8;
    }
    .rave-frame {
      border: 1px solid rgba(31,76,53,.18);
      border-radius: var(--radius-lg);
      overflow: hidden;
      background: #FAF7EE;
    }
    .rave-brand-bar {
      padding: 15px 20px;
      background: #3F8C62;
      color: var(--white);
      font-size: 14px;
      font-weight: 700;
      letter-spacing: .02em;
    }
    .rave-summary {
      display: grid;
      grid-template-columns: 220px minmax(270px, 1fr) auto;
      gap: 34px;
      align-items: center;
      padding: 28px 24px 24px;
    }
    .rave-stars { color: #3F8C62; font-size: 28px; letter-spacing: 2px; line-height: 1; }
    .rave-total { margin-top: 10px; font-family: "Manrope", sans-serif; font-size: 21px; font-weight: 800; }
    .rating-bars { display: grid; gap: 7px; }
    .rating-row { display: grid; grid-template-columns: 52px 1fr 34px; gap: 9px; align-items: center; font-size: 12px; }
    .rating-track { height: 7px; border-radius: 999px; overflow: hidden; background: #DDE0DF; }
    .rating-fill { height: 100%; border-radius: inherit; background: #67B93D; }
    .rave-write { min-width: 140px; border-radius: 0; background: #67B93D; color: var(--white); }

    .review-tools {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 24px;
      padding: 4px 24px 20px;
      border-bottom: 1px solid #D6DCDD;
    }
    .review-tabs strong { color: #20364B; border-bottom: 3px solid #20364B; padding-bottom: 8px; }
    .review-search { margin-top: 18px; }
    .review-search label { display: block; margin-bottom: 7px; font-size: 13px; font-weight: 700; }
    .review-search input {
      width: min(280px, 100%);
      height: 42px;
      padding: 9px 13px;
      border: 1px solid #97A7B5;
      background: var(--white);
    }
    .review-sort { color: #20364B; font-size: 13px; font-weight: 800; }
    .review-summary-btn {
      margin: 20px 24px 0;
      min-height: 42px;
      padding: 9px 17px;
      border: 1px solid #A8A8A2;
      border-radius: 999px;
      background: transparent;
      color: var(--ink);
      font-weight: 600;
    }
    .reviews-list { padding: 0 24px; }
    .review-item {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 18px;
      padding: 25px 0 21px;
      border-bottom: 1px solid #D6DCDD;
    }
    .review-name { color: #244663; font-weight: 800; }
    .review-meta { margin: 3px 0 5px; color: #3F8C62; font-size: 12px; }
    .review-item-stars { color: #3F8C62; letter-spacing: 1px; }
    .review-text { margin: 10px 0 13px; color: #39434C; font-size: 14px; }
    .review-share {
      display: inline-flex;
      padding: 6px 14px;
      border: 1px solid #67B93D;
      color: #3F8C62;
      font-size: 11px;
      font-weight: 800;
    }
    .review-date { color: #3F8C62; font-size: 11px; white-space: nowrap; }
    .review-helpful { align-self: end; color: #67B93D; font-size: 11px; white-space: nowrap; }
    .review-pagination { display: flex; gap: 14px; align-items: center; padding: 21px 24px 26px; font-size: 12px; }
    .review-pagination .next { padding: 8px 26px; background: #67B93D; color: var(--white); font-weight: 800; }

    .profile-final { padding: 28px 0 36px; }

    @media (max-width: 980px) {
      .profile-hero { grid-template-columns: 220px 1fr; gap: 34px; }
      .contact-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
      .profile-story { grid-template-columns: 1fr; }
      .profile-articles { grid-template-columns: 1fr; }
      .profile-article { display: grid; grid-template-columns: minmax(220px,.8fr) 1.2fr; }
      .profile-article-media { aspect-ratio: auto; min-height: 230px; }
      .rave-summary { grid-template-columns: 190px 1fr; }
      .rave-write { grid-column: 1 / -1; justify-self: start; }
    }

    @media (max-width: 700px) {
      .profile-section { padding: 34px 0 30px; }
      .profile-hero { grid-template-columns: 1fr; padding: 28px 22px; text-align: left; }
      .profile-portrait-wrap { width: 190px; }
      .profile-copy h1 { font-size: clamp(48px, 15vw, 68px); }
      .profile-role { font-size: 11px; }
      .profile-quote { font-size: 20px; }
      .profile-intro { font-size: 16px; }
      .profile-actions { display: grid; }
      .profile-actions .btn { width: 100%; }
      .contact-grid { grid-template-columns: 1fr; }
      .contact-card { min-height: 92px; }
      .story-card, .story-note { padding: 24px; }
      .profile-heading-row { display: block; }
      .profile-heading-row .btn { margin-top: 18px; }
      .profile-article { display: flex; }
      .profile-article-media { min-height: 0; aspect-ratio: 16/9; }
      .rave-summary { grid-template-columns: 1fr; gap: 22px; padding: 24px 18px 18px; }
      .rave-stars { font-size: 25px; }
      .review-tools { display: block; padding: 4px 18px 18px; }
      .review-sort { margin-top: 18px; }
      .review-summary-btn { margin-inline: 18px; }
      .reviews-list { padding-inline: 18px; }
      .review-item { grid-template-columns: 1fr; gap: 8px; }
      .review-date, .review-helpful { justify-self: start; }
      .review-pagination { padding-inline: 18px; }
    }

/* --- Widget vivo RaveCapture dentro de la sección de avis --- */
.reviews-preserved .trustspot, .reviews-preserved .trustspot-product-carousel { margin-top: 26px; min-height: 10px; }
