.dspd-profile {
    --dspd-green: #087b56;
    --dspd-navy: #153e58;
    --dspd-text: #42535c;
    --dspd-border: #dce5e8;
    background: #fff;
    color: var(--dspd-text);
    font-family: Arial, Helvetica, sans-serif;
}

.dspd-profile *,
.dspd-profile *::before,
.dspd-profile *::after { box-sizing: border-box; }

.dspd-container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.dspd-preview {
    padding: 12px 24px;
    border-bottom: 1px solid #f2c66d;
    background: #fff4d7;
    color: #624711;
    text-align: center;
    font-size: 14px;
}

.dspd-hero {
    padding: 52px 0;
    background: linear-gradient(125deg, var(--dspd-navy), var(--dspd-green));
    color: #fff;
}

.dspd-hero-inner { display: flex; align-items: center; gap: 40px; }
.dspd-logo-wrap { flex: 0 0 280px; padding: 20px; border-radius: 18px; background: #fff; }
.dspd-logo { display: block; width: 100%; max-height: 160px; object-fit: contain; }
.dspd-professional-photo-wrap { flex-basis: 200px; width: 200px; height: 200px; padding: 0; overflow: hidden; border-radius: 50%; }
.dspd-professional-photo { width: 100%; height: 100%; max-height: none; border-radius: 50%; object-fit: cover; object-position: center top; }
.dspd-hero-copy { min-width: 0; }
.dspd-eyebrow { margin: 0 0 8px; color: var(--dspd-green); font-size: 12px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.dspd-hero .dspd-eyebrow { color: #a9f0d3; }
.dspd-hero h1 { margin: 0; color: #fff; font-size: clamp(32px, 4vw, 48px); line-height: 1.1; }
.dspd-lead { max-width: 760px; margin: 18px 0 0; color: rgba(255,255,255,.94); font-size: 18px; line-height: 1.6; }
.dspd-origin { display: table; margin: 18px 0 0; padding: 7px 13px; border: 1px solid rgba(255,255,255,.38); border-radius: 999px; background: rgba(255,255,255,.12); color: #fff; font-size: 13px; font-weight: 600; }

.dspd-content { padding-block: 38px 52px; }
.dspd-section { margin-top: 26px; padding: 30px; border: 1px solid var(--dspd-border); border-radius: 16px; background: #fff; box-shadow: 0 7px 24px rgba(16,48,65,.055); }
.dspd-section > h2, .dspd-card h2, .dspd-notice h2, .dspd-promo h2 { margin: 0 0 18px; color: var(--dspd-navy); font-size: 27px; line-height: 1.2; }
.dspd-overview { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.dspd-card { padding: 28px; border: 1px solid var(--dspd-border); border-radius: 16px; background: #f8fbfa; }
.dspd-executive { display: grid; grid-template-columns: 150px minmax(0, 1fr); align-items: start; gap: 24px; }
.dspd-executive > img { width: 150px; height: 150px; border-radius: 50%; object-fit: cover; object-position: center 20%; }
.dspd-executive h2 { margin-bottom: 7px; font-size: 23px; }
.dspd-role { margin: 0; color: var(--dspd-green); font-weight: 700; }
.dspd-hero-role { margin-top: 12px; color: #fff; font-size: 17px; }
.dspd-organization { display: grid; grid-template-columns: 150px minmax(0, 1fr); align-items: center; gap: 24px; margin-top: 26px; }
.dspd-organization-logo { display: flex; width: 150px; height: 120px; align-items: center; justify-content: center; padding: 14px; border: 1px solid var(--dspd-border); border-radius: 12px; background: #fff; }
.dspd-organization-logo img { display: block; width: 100%; height: 100%; object-fit: contain; }
.dspd-organization h2 { margin-bottom: 8px; }
.dspd-organization p:not(.dspd-eyebrow) { margin: 0 0 12px; line-height: 1.6; }
.dspd-muted { color: #6a7a82; }
.dspd-details { margin-top: 14px; }
.dspd-details summary { cursor: pointer; color: var(--dspd-green); font-weight: 700; }
.dspd-details p { line-height: 1.6; }
.dspd-facts { display: flex; flex-wrap: wrap; gap: 18px 28px; margin: 20px 0; padding-top: 18px; border-top: 1px solid var(--dspd-border); }
.dspd-facts dt { color: var(--dspd-navy); font-weight: 700; }
.dspd-facts dd { margin: 3px 0 0; }
.dspd-text-link { display: inline-block; color: var(--dspd-green); font-weight: 700; text-decoration: none; }
.dspd-text-link:hover { text-decoration: underline; }

.dspd-contact-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.dspd-contact { display: flex; min-width: 0; min-height: 72px; flex-direction: column; justify-content: center; padding: 14px 16px; border: 1px solid var(--dspd-border); border-left: 3px solid var(--dspd-green); border-radius: 10px; color: var(--dspd-text); text-decoration: none; }
.dspd-contact strong { color: var(--dspd-navy); font-size: 15px; }
.dspd-contact span { margin-top: 4px; overflow-wrap: anywhere; font-size: 13px; }
.dspd-contact:hover { border-color: #a8d8c5; background: #f3fbf7; }

.dspd-prose { font-size: 16px; line-height: 1.72; }
.dspd-prose p:last-child { margin-bottom: 0; }
.dspd-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.dspd-chips span { padding: 9px 13px; border: 1px solid #cde8dc; border-radius: 999px; background: #eef9f4; color: #176c50; font-size: 14px; font-weight: 700; }

.dspd-board-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 18px; }
.dspd-person { padding: 20px; border: 1px solid var(--dspd-border); border-radius: 12px; text-align: center; }
.dspd-person img { width: 112px; height: 112px; border-radius: 50%; object-fit: cover; }
.dspd-person h3 { margin: 13px 0 5px; color: var(--dspd-navy); font-size: 18px; }
.dspd-person p { margin: 0; }

.dspd-media-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 18px; }
.dspd-media-item { display: flex; min-width: 0; flex-direction: column; gap: 9px; padding: 18px; border: 1px solid var(--dspd-border); border-radius: 12px; }
.dspd-media-item > a:first-child { display: block; overflow: hidden; border-radius: 8px; background: #f4f7f7; }
.dspd-media-item img { display: block; width: 100%; height: 160px; object-fit: cover; }
.dspd-draft-badge { display: table; margin: 0 0 10px; padding: 5px 9px; border-radius: 999px; background: #fff1c2; color: #6b4b00; font-size: 12px; font-weight: 700; }

.dspd-post-grid, .dspd-agenda-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.dspd-post-card, .dspd-event { min-width: 0; overflow: hidden; border: 1px solid var(--dspd-border); border-radius: 13px; background: #fff; }
.dspd-post-image img, .dspd-event > img { display: block; width: 100%; height: 190px; object-fit: cover; }
.dspd-post-copy, .dspd-event > div { padding: 18px; }
.dspd-post-date, .dspd-related-list article > p { margin: 0 0 7px; color: #718087; font-size: 13px; }
.dspd-post-card h3, .dspd-event h3, .dspd-related-list h3 { margin: 0 0 9px; color: var(--dspd-navy); font-size: 19px; line-height: 1.35; }
.dspd-post-card h3 a, .dspd-event h3 a, .dspd-related-list h3 a { color: inherit; text-decoration: none; }
.dspd-post-card h3 a:hover, .dspd-event h3 a:hover, .dspd-related-list h3 a:hover { color: var(--dspd-green); }
.dspd-post-copy > p:last-child { margin-bottom: 0; line-height: 1.55; }
.dspd-related-list { display: grid; gap: 0; }
.dspd-related-list article { padding: 17px 0; border-top: 1px solid var(--dspd-border); }
.dspd-related-list article:first-child { padding-top: 0; border-top: 0; }
.dspd-empty { margin: 0; color: #65757d; }
.dspd-pagination { margin-top: 26px; }
.dspd-pagination ul { display: flex; flex-wrap: wrap; gap: 7px; padding: 0; list-style: none; }
.dspd-pagination a, .dspd-pagination span { display: block; min-width: 38px; padding: 9px; border: 1px solid var(--dspd-border); border-radius: 7px; text-align: center; text-decoration: none; }
.dspd-pagination .current { border-color: var(--dspd-green); background: var(--dspd-green); color: #fff; }
.dspd-agenda { background: #f3faf7; }

.dspd-notice { margin-top: 26px; padding: 24px 28px; border: 1px solid var(--dspd-border); border-radius: 14px; background: #f7f9fa; }
.dspd-notice h2 { margin-bottom: 10px; font-size: 20px; }
.dspd-notice p:not(.dspd-eyebrow) { margin: 0; font-size: 14px; line-height: 1.65; }
.dspd-notice p + p { margin-top: 7px; }

.dspd-promo { display: grid; grid-template-columns: minmax(0, 1fr) 255px; align-items: center; gap: 32px; margin-top: 20px; padding: 34px 38px; border-radius: 18px; background: linear-gradient(125deg, var(--dspd-navy), var(--dspd-green)); color: #fff; box-shadow: 0 14px 34px rgba(13,63,73,.18); }
.dspd-promo .dspd-eyebrow { color: #a9f0d3; }
.dspd-promo h2 { margin-bottom: 10px; color: #fff; font-size: 28px; }
.dspd-promo p:not(.dspd-eyebrow) { margin: 6px 0 0; color: rgba(255,255,255,.92); line-height: 1.55; }
.dspd-actions { display: flex; flex-direction: column; gap: 11px; }
.dspd-button { display: block; padding: 13px 18px; border-radius: 9px; font-size: 14px; font-weight: 700; text-align: center; text-decoration: none; }
.dspd-button-primary { background: #fff; color: var(--dspd-green); }
.dspd-button-secondary { border: 1px solid rgba(255,255,255,.72); color: #fff; }
.dspd-profile a:focus-visible, .dspd-profile summary:focus-visible { outline: 3px solid #f2c94c; outline-offset: 3px; }

/* Firma institucional: conserva completo cualquier logo horizontal o vertical. */
.dspd-institutional-signature-link {
    display: block;
    width: 100px;
    height: 100px;
    padding: 7px;
    border: 1px solid #e1e8ea;
    border-radius: 14px;
    background: #fff;
    box-sizing: border-box;
}

.dspd-institutional-signature-logo {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
    object-fit: contain !important;
    object-position: center !important;
}

@media (max-width: 900px) {
    .dspd-overview { grid-template-columns: 1fr; }
    .dspd-contact-grid, .dspd-post-grid, .dspd-agenda-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .dspd-promo { grid-template-columns: 1fr; }
    .dspd-actions { flex-direction: row; flex-wrap: wrap; }
}

@media (max-width: 700px) {
    .dspd-container { width: min(100% - 24px, 1180px); }
    .dspd-hero { padding: 34px 0; }
    .dspd-hero-inner { flex-direction: column; gap: 25px; text-align: center; }
    .dspd-logo-wrap { width: min(280px, 100%); flex-basis: auto; }
    .dspd-professional-photo-wrap { width: 200px; height: 200px; }
    .dspd-origin { margin-inline: auto; }
    .dspd-content { padding-block: 24px 36px; }
    .dspd-section, .dspd-card, .dspd-notice, .dspd-promo { padding: 22px 20px; }
    .dspd-section > h2, .dspd-promo h2 { font-size: 24px; }
    .dspd-executive { grid-template-columns: 1fr; text-align: center; }
    .dspd-executive > img { margin-inline: auto; }
    .dspd-organization { grid-template-columns: 1fr; text-align: center; }
    .dspd-organization-logo { margin-inline: auto; }
    .dspd-contact-grid, .dspd-post-grid, .dspd-agenda-grid { grid-template-columns: 1fr; }
    .dspd-actions { flex-direction: column; }
    .dspd-button { width: 100%; }
}
